[Lunar-commits] CVS: moonbase/audio/modplugxmms BUILD, 1.1.1.1, 1.2 DEPENDS, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2 POST_INSTALL, 1.1.1.1, NONE POST_REMOVE, 1.1.1.1, NONE

Veerappan watryac04 at lunar-linux.org
Wed Mar 3 05:40:15 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Removed Files:
	POST_INSTALL POST_REMOVE 
Log Message:
Updated modplugxmms to new version, split libmodplug into separate 
module.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/modplugxmms/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ BUILD	3 Mar 2004 05:40:13 -0000	1.2
@@ -1,10 +1,9 @@
 (
   cp /usr/share/automake-1.6/depcomp $SOURCE_DIRECTORY  &&
-  cp /usr/share/automake-1.6/depcomp $SOURCE_DIRECTORY/libmodplug/ &&
   #unset CC CXX      &&
   aclocal           &&
   automake          &&
   autoconf          &&
-  default_build
-
+  default_build     &&
+  mv /usr/lib/xmms/Input/libmodplugxmms /usr/lib/xmms/Input/libmodplugxmms.so 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/modplugxmms/DEPENDS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DEPENDS	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ DEPENDS	3 Mar 2004 05:40:13 -0000	1.2
@@ -1,6 +1,7 @@
 depends automake  &&
 depends autoconf  &&
 depends xmms      &&
+depends libmodplug &&
 
 optional_depends "unzip" "" "" "for zipped modules support"     &&
 optional_depends "gzip" "" ""  "for gzipped modules support"    &&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/modplugxmms/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:10 -0000	1.1.1.1
+++ DETAILS	3 Mar 2004 05:40:13 -0000	1.2
@@ -1,12 +1,13 @@
           MODULE=modplugxmms
-         VERSION=2.02
+#         VERSION=2.02
+         VERSION=2.05
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/modplug-xmms/$SOURCE
         WEB_SITE=http://modplugxmms.sourceforge.net/
          ENTERED=20020209
-         UPDATED=20020724
-           SHORT="ModPlug Plugin for XMMS v2.0 / libmodplug v0.7"
+         UPDATED=20040302
+           SHORT="ModPlug Plugin for XMMS"
 cat << EOF
 Olivier Lapicque, author of ModPlug, which is arguably the best quality
 MOD-playing software available, has placed his sound rendering code in

--- POST_INSTALL DELETED ---

--- POST_REMOVE DELETED ---



More information about the Lunar-commits mailing list