[Lunar-commits] CVS: moonbase/audio/mixxx BUILD, 1.1, 1.2 DEPENDS, 1.1, 1.2 DETAILS, 1.1, 1.2

Florin Braescu florin at lunar-linux.org
Fri Jun 11 15:03:29 GMT 2004


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

Modified Files:
	BUILD DEPENDS DETAILS 
Log Message:
bump the version from 1.2.1 to 1.3.1. 


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/mixxx/BUILD,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- BUILD	1 May 2004 09:15:32 -0000	1.1
+++ BUILD	11 Jun 2004 15:03:27 -0000	1.2
@@ -1,8 +1,11 @@
 (
+  cd src &&
 
-  cd src
-  sedit 's:sfftw:fftw:g' mixxx.depend enginespectralback.h enginespectralfwd.h mixxx.pro &&
-  sedit 's:srfftw:rfftw:g' mixxx.depend enginespectralback.h enginespectralfwd.h mixxx.pro &&
-  default_build
+  sedit 's:sfftw:fftw:g' enginespectralback.h enginespectralfwd.h mixxx.pro &&
+  sedit 's:srfftw:rfftw:g' enginespectralback.h enginespectralfwd.h mixxx.pro &&
+
+  ./configure  $OPTS  &&
 
+  default_make
+ 
 ) > $C_FIFO 2>&1

Index: DEPENDS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/mixxx/DEPENDS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DEPENDS	1 May 2004 09:15:32 -0000	1.1
+++ DEPENDS	11 Jun 2004 15:03:27 -0000	1.2
@@ -1,6 +1,6 @@
-depends fftw &&
-depends qt3 &&
-depends libmad &&
+depends fftw      &&
+depends qt3       &&
+depends libmad    &&
 depends audiofile &&
 depends libvorbis &&
 depends libid3tag

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/mixxx/DETAILS,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- DETAILS	1 May 2004 09:15:32 -0000	1.1
+++ DETAILS	11 Jun 2004 15:03:27 -0000	1.2
@@ -1,13 +1,14 @@
           MODULE=mixxx
-         VERSION=1.2.1
+         VERSION=1.3.1
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-      SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
-      SOURCE_VFY=md5:2862d8c27cdb376ba90adb945071f8ba
+    SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
+      SOURCE_VFY=md5:1bf4bfb657f6e30630014ec5d67fa41b
         WEB_SITE=http://mixxx.sourceforge.net/
          ENTERED=20040430
-         UPDATED=20040430
+         UPDATED=20040611
            SHORT="An QT3 wave editor and sound composer DJ system"
+
 cat << EOF
 Mixxx is a powerful OpenSource alternative for software mix sessions.
 It supports Mp3, Ogg and Wav formats.



More information about the Lunar-commits mailing list