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

Florin Braescu florin at lunar-linux.org
Thu Jan 8 15:41:15 GMT 2004


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

Modified Files:
	DETAILS 
Added Files:
	BUILD 
Log Message:
add a patch for alsa-1.0.0rc2. thx to Chris for pointing it out.

--- NEW FILE: BUILD ---
(

  patch_it $SOURCE_CACHE/$SOURCE2 1 &&

  default_build

) > $C_FIFO 2>&1

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/audio/madplay/DETAILS,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- DETAILS	14 Dec 2003 23:22:08 -0000	1.2
+++ DETAILS	8 Jan 2004 15:41:13 -0000	1.3
@@ -1,37 +1,41 @@
           MODULE=madplay
          VERSION=0.15.0b
           SOURCE=$MODULE-$VERSION.tar.gz
+         SOURCE2=$MODULE-$VERSION-alsa.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
       SOURCE_URL=ftp://ftp.mars.org/pub/mpeg/$SOURCE
+     SOURCE2_URL=$PATCH_URL/$SOURCE2
       SOURCE_VFY=md5:35762ddeb46fba8bbf0a260b6c425e82
-        WEB_SITE=http://www.mars.org/home/rob/proj/mpeg/
+     SOURCE2_VFY=md5:5787cd2bb6842407f6c704d5150e8957
+       WEB_SITE=http://www.mars.org/home/rob/proj/mpeg/
          ENTERED=20031207
          UPDATED=20031207
-           SHORT="madplay - MPEG audio decoder and player"
+       SHORT="madplay - MPEG audio decoder and player"
+
 cat << EOF
-  "madplay" is a command-line MPEG audio decoder and player based on the MAD
-  library (libmad). For details about MAD, see the libmad package
-  distributed separately.
+"madplay" is a command-line MPEG audio decoder and player based on the MAD
+library (libmad). For details about MAD, see the libmad package
+distributed separately.
 
-  After decoding, "madplay" sends the output to an audio output module. The
-  following audio output modules are provided:
+After decoding, "madplay" sends the output to an audio output module. The
+following audio output modules are provided:
 
-    - an Open Sound System interface module (for Linux, et al.)
-    - a Sun audio interface module (for Solaris, NetBSD, et al.)
-    - a Mac OS Carbon audio interface module (for Mac OS X)
-    - a Win32 audio interface module (for Windows 95/98/NT/2000, et al.)
-    - an ALSA audio interface module
-    - a QNX audio interface module
-    - an EsounD interface module
-    - a CD audio output module (*.cdr, *.cda)
-    - an Audio IFF output module (*.aif, *.aiff)
-    - a Microsoft RIFF/WAVE file output module (*.wav)
-    - a Sun/NeXT audio file output module (*.au, *.snd)
-    - a raw PCM output module
-    - a hex output module (for debugging and compliance testing)
-    - a null module (for timing the decoder)
+- an Open Sound System interface module (for Linux, et al.)
+- a Sun audio interface module (for Solaris, NetBSD, et al.)
+- a Mac OS Carbon audio interface module (for Mac OS X)
+- a Win32 audio interface module (for Windows 95/98/NT/2000, et al.)
+- an ALSA audio interface module
+- a QNX audio interface module
+- an EsounD interface module
+- a CD audio output module (*.cdr, *.cda)
+- an Audio IFF output module (*.aif, *.aiff)
+- a Microsoft RIFF/WAVE file output module (*.wav)
+- a Sun/NeXT audio file output module (*.au, *.snd)
+- a raw PCM output module
+- a hex output module (for debugging and compliance testing)
+- a null module (for timing the decoder)
 
-  "madplay" will also read and display ID3 tag information, and further
-  supports the relative volume adjustment information (RVA2) in such tags,
-  as written by tools like "normalize".
+"madplay" will also read and display ID3 tag information, and further
+supports the relative volume adjustment information (RVA2) in such tags,
+as written by tools like "normalize".
 EOF



More information about the Lunar-commits mailing list