[Lunar-commits] <moonbase> libQGLViewer: Adding to moonbase.

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Sun Mar 27 00:15:45 CET 2011


commit d97e2f1b5ae0db31eb70ce471fab86cb8d8116d3
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Sat Mar 26 19:15:45 2011 -0400

    libQGLViewer: Adding to moonbase.
---
 qt4-apps/libQGLViewer/BUILD   |   12 ++++++++++++
 qt4-apps/libQGLViewer/DEPENDS |    2 ++
 qt4-apps/libQGLViewer/DETAILS |   19 +++++++++++++++++++
 3 files changed, 33 insertions(+), 0 deletions(-)

diff --git a/qt4-apps/libQGLViewer/BUILD b/qt4-apps/libQGLViewer/BUILD
new file mode 100644
index 0000000..8e4e95c
--- /dev/null
+++ b/qt4-apps/libQGLViewer/BUILD
@@ -0,0 +1,12 @@
+(
+
+  cd QGLViewer &&
+  qmake $OPTS  &&
+  default_make &&
+  
+  cd $SOURCE_DIRECTORY/designerPlugin &&
+  sedit "s:QMAKE_RPATH:QMAKE_LFLAGS_RPATH:g" designerPlugin.pro &&
+  qmake &&
+  default_make
+
+) > $C_FIFO 2>&1
diff --git a/qt4-apps/libQGLViewer/DEPENDS b/qt4-apps/libQGLViewer/DEPENDS
new file mode 100644
index 0000000..a67e7a8
--- /dev/null
+++ b/qt4-apps/libQGLViewer/DEPENDS
@@ -0,0 +1,2 @@
+depends cmake
+depends qt4
diff --git a/qt4-apps/libQGLViewer/DETAILS b/qt4-apps/libQGLViewer/DETAILS
new file mode 100644
index 0000000..c0dadad
--- /dev/null
+++ b/qt4-apps/libQGLViewer/DETAILS
@@ -0,0 +1,19 @@
+          MODULE=libQGLViewer
+         VERSION=2.3.9
+          SOURCE=$MODULE-$VERSION.tar.gz
+      SOURCE_URL=http://www.libqglviewer.com/src/
+      SOURCE_VFY=sha1:687c6a5deb616871adf51dc9d89132fe49321820
+        WEB_SITE=http://www.libqglviewer.com/index.html
+         ENTERED=20110104
+         UPDATED=20110104
+           SHORT="C++ library based on Qt that eases the creation of OpenGL 3D viewers"
+
+cat << EOF
+libQGLViewer is a C++ library based on Qt that eases the creation of OpenGL 3D 
+viewers. It provides some of the typical 3D viewer functionalities, such as the
+possibility to move the camera using the mouse, which lacks in most of the other
+APIs. Other features include mouse manipulated frames, interpolated keyFrames, 
+object selection, stereo display, screenshot saving and much more. It can be 
+used by OpenGL beginners as well as to create complex applications, being fully
+customizable and easy to extend. 
+EOF


More information about the Lunar-commits mailing list