[Lunar-commits] CVS: moonbase/audio/sox PRE_BUILD, NONE, 1.1 DETAILS, 1.2, 1.3 BUILD, 1.1, NONE

Terry Chan tchan at lunar-linux.org
Sat Aug 14 04:28:22 GMT 2004


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

Modified Files:
	DETAILS 
Added Files:
	PRE_BUILD 
Removed Files:
	BUILD 
Log Message:
Removed the unnecessary BUILD (since there is no longer a patch, it just
defaults to default_build.  Removed the patch that florin added.  All it
did was change the "ln -s" to "ln -sf" in the ./configure script, and the
simple PRE_BUILD I added to the sox module achieves the same end result.
Which is /usr/bin/rec is a symlink to /usr/bin/play and same for the man
pages.  Version bump to 12.17.5  Compiled/tested with gcc-3.3.3, glibc-2.3.3,
kernel headers 2.4.x.


--- NEW FILE: PRE_BUILD ---
if [ -h /usr/bin/rec ] ;  then
  rm /usr/bin/rec
fi &&
if [ -h /usr/share/man/man1/rec.1 ] ; then
  rm /usr/share/man/man1/rec.1
fi &&
default_pre_build

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/sox/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	25 Mar 2003 20:35:35 -0000	1.2
+++ DETAILS	14 Aug 2004 04:28:19 -0000	1.3
@@ -1,13 +1,12 @@
            MODULE=sox
-         VERSION=12.17.4
+         VERSION=12.17.5
           SOURCE=$MODULE-$VERSION.tar.gz
-	  SOURCE2=$MODULE-$VERSION-ln.patch
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
-   SOURCE_URL[0]=$SFORGE_URL/$MODULE/$SOURCE
-   SOURCE2_URL[0]=$PATCH_URL/$SOURCE2
+      SOURCE_URL=$SFORGE_URL/$MODULE/$SOURCE
+      SOURCE_VFY=md5:53a3ebe3da0f5845770fd99e2ff0a965
         WEB_SITE=http://sox.sourceforge.net
          ENTERED=20010922
-         UPDATED=20030325
+         UPDATED=20040813
            SHORT="SOX is the Swiss Army knife of sound processing tools."
 cat << EOF
 SOX is the Swiss Army knife of sound processing tools. It converts

--- BUILD DELETED ---



More information about the Lunar-commits mailing list