summaryrefslogtreecommitdiff
path: root/audio/ripenc/files/patch-aa
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-07-24 03:57:36 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-07-24 03:57:36 +0000
commit35e08ef4ac2969214e422e41254da8624e22c6c6 (patch)
tree172a7974fcce2b6f8e24e6aaaf437f34c335bbb9 /audio/ripenc/files/patch-aa
parentMake a few directories before installing data into them. (diff)
Update to version 0.7
PR: 12778 Submitted by: Joao Carlos Mendes Luis <jonny@jonny.eng.br>, maintainer
Notes
Notes: svn path=/head/; revision=20335
Diffstat (limited to '')
-rw-r--r--audio/ripenc/files/patch-aa33
1 files changed, 33 insertions, 0 deletions
diff --git a/audio/ripenc/files/patch-aa b/audio/ripenc/files/patch-aa
new file mode 100644
index 000000000000..5814f43c6ac8
--- /dev/null
+++ b/audio/ripenc/files/patch-aa
@@ -0,0 +1,33 @@
+--- ripenc.org Wed Jul 21 14:58:41 1999
++++ ripenc Wed Jul 21 15:01:22 1999
+@@ -340,6 +340,9 @@
+ tosha)
+ tosha -q -f wav -d ${DEVICE} -t ${num} -o ${SAVETO}/${NAME}.wav
+ ;;
++ dagrab)
++ dagrab -d ${DEVICE} -f ${SAVETO}/${NAME}.wav ${num}
++ ;;
+ none)
+ echo "Not Ripping"
+ esac
+@@ -550,7 +553,8 @@
+ echo "1) cdparanoia"
+ echo "2) cdda2wav"
+ echo "3) tosha"
+- echo "4) none (assume wavs exist and/or wav files need to be encoded)"
++ echo "4) dagrab"
++ echo "5) none (assume wavs exist and/or wav files need to be encoded)"
+ echo -n "? " ; read ch
+ if [ "$ch" = "1" ] ;
+ then
+@@ -565,6 +569,10 @@
+ RIPPER=tosha
+ fi
+ if [ "$ch" = "4" ] ;
++ then
++ RIPPER=dagrab
++ fi
++ if [ "$ch" = "5" ] ;
+ then
+ RIPPER=none
+ fi