From c756697d0830c9690306108d6d932eda17316702 Mon Sep 17 00:00:00 2001 From: cpiazza Date: Sat, 24 Jul 1999 03:57:36 +0000 Subject: Update to version 0.7 PR: 12778 Submitted by: Joao Carlos Mendes Luis , maintainer --- audio/ripenc/files/patch-aa | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 audio/ripenc/files/patch-aa (limited to 'audio/ripenc/files') diff --git a/audio/ripenc/files/patch-aa b/audio/ripenc/files/patch-aa new file mode 100644 index 00000000000..5814f43c6ac --- /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 -- cgit