[Lunar-commits] <moonbase> bugle: added version 0.0.20090221 to moonbase

Duncan Gibson engelsman at lunar-linux.org
Mon Mar 9 20:28:57 CET 2009


commit 9fab8b294e22d240a439a7c48a8e44a8cab415cd
Author: Oliver Dietsch <odietsch at googlemail.com>
Date:   Mon Mar 9 20:28:57 2009 +0100

    bugle: added version 0.0.20090221 to moonbase
---
 zbeta/bugle/CONFIGURE |    1 +
 zbeta/bugle/DEPENDS   |   22 ++++++++++++++++++++++
 zbeta/bugle/DETAILS   |   22 ++++++++++++++++++++++
 3 files changed, 45 insertions(+), 0 deletions(-)

diff --git a/zbeta/bugle/CONFIGURE b/zbeta/bugle/CONFIGURE
new file mode 100644
index 0000000..4f01459
--- /dev/null
+++ b/zbeta/bugle/CONFIGURE
@@ -0,0 +1 @@
+mquery EVENTS "Enable key and mouse interception?" y "" "--disable-input"
diff --git a/zbeta/bugle/DEPENDS b/zbeta/bugle/DEPENDS
new file mode 100644
index 0000000..9454a39
--- /dev/null
+++ b/zbeta/bugle/DEPENDS
@@ -0,0 +1,22 @@
+depends glew
+
+optional_depends "readline"           \
+                 "--with-readline"    \
+                 "--without-readline" \
+                 "for line editing in the console debugger"
+
+optional_depends "gtk+-2"        \
+                 ""              \
+                 "--without-gtk" \
+                 "for GUI support"
+
+optional_depends "gtkglext"           \
+                 ""                   \
+                 "--without-gtkglext" \
+                 "for GUI with OpenGL support"
+
+optional_depends "ffmpeg"         \
+                 "--with-lavc"    \
+                 "--without-lavc" \
+                 "for capturing support"
+
diff --git a/zbeta/bugle/DETAILS b/zbeta/bugle/DETAILS
new file mode 100644
index 0000000..c56626a
--- /dev/null
+++ b/zbeta/bugle/DETAILS
@@ -0,0 +1,22 @@
+          MODULE=bugle
+         VERSION=0.0.20090221
+          SOURCE=$MODULE-$VERSION.tar.bz2
+      SOURCE_URL=$SFORGE_URL/bugle/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:7388e5ffc975cce84d719919ee064417f73f12ef
+        WEB_SITE=http://www.opengl.org/sdk/tools/BuGLe/
+         ENTERED=20090309
+         UPDATED=20090309
+           SHORT="An OpenGL debugger and profiler "
+cat <<EOF
+ Bugle is a toolkit for debugging and profiling OpenGL applications
+running on UNIX-like systems. It consists of two parts: a collection of
+filter-sets that observe and sometimes modify calls to the OpenGL API,
+and a graphical debugger that helps in examining state, setting break-
+points, and capturing errors.
+
+ Bugle is still in active development, and is considered alpha. What
+this means is that while there are a lot of features, any given one of
+them might be broken on any given day. If you do find a bug, please let
+me know (<bmerry at users.sourceforge.net>). 
+EOF


More information about the Lunar-commits mailing list