[Lunar-commits] r20693 - in moonbase/trunk/video: . libprojectM
Dennis Veatch
stumbles at lunar-linux.org
Wed Jul 12 17:37:52 UTC 2006
Author: stumbles
Date: 2006-07-12 17:37:52 +0000 (Wed, 12 Jul 2006)
New Revision: 20693
Added:
moonbase/trunk/video/libprojectM/
moonbase/trunk/video/libprojectM/BUILD
moonbase/trunk/video/libprojectM/DEPENDS
moonbase/trunk/video/libprojectM/DETAILS
Log:
Initial import.
Added: moonbase/trunk/video/libprojectM/BUILD
===================================================================
--- moonbase/trunk/video/libprojectM/BUILD (rev 0)
+++ moonbase/trunk/video/libprojectM/BUILD 2006-07-12 17:37:52 UTC (rev 20693)
@@ -0,0 +1,14 @@
+(
+
+# Yeah, I know it looks redundant to specify the libusb path BUT
+# it's configure script cannot find it otherwise.
+# In fact ifp.h does not get built unless ALL these are specified.
+
+ ./configure --prefix=/usr \
+ --enable-examples \
+ --with-libusb=/usr \
+ --with-kmodule=/usr/src/linux &&
+
+ default_make
+
+) > $C_FIFO 2>&1
Added: moonbase/trunk/video/libprojectM/DEPENDS
===================================================================
--- moonbase/trunk/video/libprojectM/DEPENDS (rev 0)
+++ moonbase/trunk/video/libprojectM/DEPENDS 2006-07-12 17:37:52 UTC (rev 20693)
@@ -0,0 +1,2 @@
+depends ftgl &&
+depends libvisual
Added: moonbase/trunk/video/libprojectM/DETAILS
===================================================================
--- moonbase/trunk/video/libprojectM/DETAILS (rev 0)
+++ moonbase/trunk/video/libprojectM/DETAILS 2006-07-12 17:37:52 UTC (rev 20693)
@@ -0,0 +1,20 @@
+ MODULE=libprojectM
+ VERSION=0.98
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$SFORGE_URL/xmms-projectm/
+ SOURCE_VFY=sha1:52142afdc83d7232e09eb1f10a005d49a666ff10
+ WEB_SITE=http://xmms-projectm.sourceforge.net/
+ ENTERED=20060712
+ UPDATED=20060712
+ SHORT="music visualizer"
+
+cat << EOF
+projectM is an awesome music visualizer. There is nothing better in
+the world of Unix.
+
+projectM is a reimplementation of Milkdrop under OpenGL. projectM depends
+on OpenGL and FTGL(for fonts). libvisual is also reccomended and is the
+preferred method of using projectM. Please port your music player to
+libvisual so you can use projectM.
+EOF
+
More information about the Lunar-commits
mailing list