[Lunar-commits] <moonbase> SoQt: Adding to moonbase, will be an optional_depends for freecad.
Dennis `stumbles` Veatch
stumbles at lunar-linux.org
Sat Dec 17 12:18:39 CET 2011
commit 619b964c738aae503e587b02d27bfe0174c9ce90
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date: Sat Dec 17 06:18:39 2011 -0500
SoQt: Adding to moonbase, will be an optional_depends for freecad.
---
cadcam/SoQt/BUILD | 7 +++++++
cadcam/SoQt/DEPENDS | 3 +++
cadcam/SoQt/DETAILS | 15 +++++++++++++++
3 files changed, 25 insertions(+), 0 deletions(-)
diff --git a/cadcam/SoQt/BUILD b/cadcam/SoQt/BUILD
new file mode 100644
index 0000000..84808c5
--- /dev/null
+++ b/cadcam/SoQt/BUILD
@@ -0,0 +1,7 @@
+(
+
+ OPTS+=" --disable-symbols --disable-debug" &&
+
+ default_build
+
+) > $C_FIFO 2>&1
diff --git a/cadcam/SoQt/DEPENDS b/cadcam/SoQt/DEPENDS
new file mode 100644
index 0000000..18cd1a2
--- /dev/null
+++ b/cadcam/SoQt/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends "mesa-lib" "--with-mesa" "--without-mesa" "for MesaGL support Preferred"
+optional_depends "doxygen" "--with-doxygen --enable-man --enable-html" "--without-doxygen --disable-man --disable-html" "for documentation support"
+
diff --git a/cadcam/SoQt/DETAILS b/cadcam/SoQt/DETAILS
new file mode 100644
index 0000000..8251cdc
--- /dev/null
+++ b/cadcam/SoQt/DETAILS
@@ -0,0 +1,15 @@
+ MODULE=SoQt
+ VERSION=1.5.0
+ SOURCE=$MODULE-$VERSION.tar.gz
+ SOURCE_URL=http://ftp.coin3d.org/coin/src/all/
+ SOURCE_VFY=sha1:c64f00f8c219b69f10ddfffe6294fb02be73dd20
+ WEB_SITE=http://www.coin3d.org/lib/soqt
+ ENTERED=20111217
+ UPDATED=20111217
+ SHORT="the glue between Qt and Coin 3D"
+
+cat << EOF
+SoQt is a library which provides the glue between Systems in Motion's Coin
+high-level 3D visualization library and Troll Tech's Qt 2D user interface
+library.
+EOF
More information about the Lunar-commits
mailing list