[Lunar-commits] CVS: moonbase/audio/beepmp BUILD, 1.3, 1.4 DETAILS, 1.4, 1.5

Jerry Lundström prox at lunar-linux.org
Wed May 19 12:08:59 GMT 2004


Update of /var/cvs/lunar/moonbase/audio/beepmp
In directory dbguin.lunar-linux.org:/tmp/cvs-serv12459

Modified Files:
	BUILD DETAILS 
Log Message:
Effect and General was missing in beep-config and pkg defs, also make build ensure that they are created

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/beepmp/BUILD,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- BUILD	29 Dec 2003 04:00:37 -0000	1.3
+++ BUILD	19 May 2004 12:08:57 -0000	1.4
@@ -1,7 +1,8 @@
 (
 
-  LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"
-
-  default_build
+  LDFLAGS="$LDFLAGS -L/usr/X11R6/lib"  &&
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+  default_build &&
+  (cd `beep-config --plugin-dir` && mkdir -p Effect General Input Output Visualization)
 
 ) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/beepmp/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	29 Dec 2003 04:00:37 -0000	1.4
+++ DETAILS	19 May 2004 12:08:57 -0000	1.5
@@ -1,12 +1,15 @@
           MODULE=beepmp
          VERSION=0.9.6.1
           SOURCE=bmp-$VERSION.tar.gz
-      SOURCE_URL=$SFORGE_URL/beepmp/$SOURCE
+         SOURCE2=bmp-0.9.6.1-plugin_dirs-fix.patch.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/bmp-$VERSION
+      SOURCE_URL=$SFORGE_URL/beepmp/$SOURCE
       SOURCE_VFY=md5:0102233416eb8efaec775c415f5308eb
+     SOURCE2_URL=$PATCH_URL/$SOURCE2
+     SOURCE2_VFY=md5:7cf3b09625a54a54ad64c66771342820
         WEB_SITE=http://beepmp.sourceforge.net/
          ENTERED=20031101
-         UPDATED=20031229
+         UPDATED=20040519
            SHORT="A gtk2 port of xmms"
 cat << EOF
 Beepmp is a media player based on XMMS (http://www.xmms.org). The primary



More information about the Lunar-commits mailing list