SOURCES: ape2mp3-file.patch (NEW) - update for current file
qboosh
qboosh at pld-linux.org
Thu Dec 28 22:23:34 CET 2006
Author: qboosh Date: Thu Dec 28 21:23:34 2006 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- update for current file
---- Files affected:
SOURCES:
ape2mp3-file.patch (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SOURCES/ape2mp3-file.patch
diff -u /dev/null SOURCES/ape2mp3-file.patch:1.1
--- /dev/null Thu Dec 28 22:23:34 2006
+++ SOURCES/ape2mp3-file.patch Thu Dec 28 22:23:29 2006
@@ -0,0 +1,20 @@
+--- ape2mp3.orig 2006-12-28 21:34:22.000000000 +0100
++++ ape2mp3 2006-12-28 22:21:18.127798948 +0100
+@@ -53,7 +53,7 @@
+
+ typ=`file "$1"`
+ case "$typ" in
+- "$1: data") echo ""$1" ok"
++ "$1: data"|"$1: Monkey's Audio compressed format"*) echo ""$1" ok"
+ ;;
+ *) echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
+ exit 0
+@@ -62,7 +62,7 @@
+
+ typ=`file "$2"`
+ case "$typ" in
+- "$2: ASCII text, with CRLF line terminators") echo ""$2" ok"
++ "$2: ASCII"*"text, with CRLF line terminators") echo ""$2" ok"
+ ;;
+ *) echo "Error: use: ape2mp3 <NAME>.ape <NAME>.cue"
+ exit 0
================================================================
More information about the pld-cvs-commit
mailing list