[Lunar-commits] <moonbase> OpenSceneGraph: Switching to the xine-lib alias and adjusting the
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Mon Jun 7 13:13:50 CEST 2010
commit 8de9c6ad987a9229d744a2db30fa7cc54d0c4605
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Mon Jun 7 07:13:50 2010 -0400
OpenSceneGraph: Switching to the xine-lib alias and adjusting the
build.
---
graphics/OpenSceneGraph/BUILD | 10 +++++++++-
graphics/OpenSceneGraph/DEPENDS | 3 +--
2 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/graphics/OpenSceneGraph/BUILD b/graphics/OpenSceneGraph/BUILD
index 7fa81fb..11e89bb 100644
--- a/graphics/OpenSceneGraph/BUILD
+++ b/graphics/OpenSceneGraph/BUILD
@@ -1,6 +1,14 @@
(
- cmake . -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
+ OOTB_DIR="$SOURCE_DIRECTORY/$MODULE-build" &&
+
+ mkdir $OOTB_DIR &&
+ cd $OOTB_DIR &&
+
+ cmake $SOURCE_DIRECTORY/ -DCMAKE_INSTALL_PREFIX=$MODULE_PREFIX \
+ -DCMAKE_BUILD_TYPE=RELEASE \
+ $OPTS &&
+
default_make
) > $C_FIFO 2>&1
diff --git a/graphics/OpenSceneGraph/DEPENDS b/graphics/OpenSceneGraph/DEPENDS
index 800a487..e3315eb 100644
--- a/graphics/OpenSceneGraph/DEPENDS
+++ b/graphics/OpenSceneGraph/DEPENDS
@@ -3,5 +3,4 @@ depends jasper
depends libungif
depends curl
depends pth
-depends xine-lib
-
+depends %XINELIB
More information about the Lunar-commits
mailing list