summaryrefslogtreecommitdiff
path: root/audio/cripple/patches
diff options
context:
space:
mode:
authorghen <ghen>2005-12-28 15:52:01 +0000
committerghen <ghen>2005-12-28 15:52:01 +0000
commit16f24816d76f3b134a0b0dbf0a47aafbc51d98ab (patch)
tree44184ef2455971208304d71ea218c29268239572 /audio/cripple/patches
parent0cb46210b3f6cdec40703a71251e7447689df43e (diff)
downloadpkgsrc-16f24816d76f3b134a0b0dbf0a47aafbc51d98ab.tar.gz
Import cripple from pkgsrc-wip.
Cripple is a simple command line CD ripper wrapper. It uses audio/cdparanoia, misc/libcdio or sysutils/cdrecord to rip, and audio/lame or audio/bladeenc to encode tracks from a CD. Cripple retrieves naming information for filenames and ID3 tags from the freedb (CDDB) or local xmcd/CDDB format files, which it can write. CDDB access is implemented via HTTP and works through proxies. There is built-in support for writing ID3v1.1 tags to output files.
Diffstat (limited to 'audio/cripple/patches')
-rw-r--r--audio/cripple/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/cripple/patches/patch-aa b/audio/cripple/patches/patch-aa
new file mode 100644
index 00000000000..2b307d1ee39
--- /dev/null
+++ b/audio/cripple/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1.1.1 2005/12/28 15:52:01 ghen Exp $
+
+--- cripple.h.orig 2005-05-01 22:56:23.000000000 +0200
++++ cripple.h
+@@ -68,6 +68,8 @@
+
+ #ifdef __sun
+ # define DEF_CD_DEV "/vol/dev/aliases/cdrom0"
++#elif defined(__NetBSD__)
++# define DEF_CD_DEV "/dev/rcd0d"
+ #elif defined(__win32__)
+ /*
+ * on win32 a null path will cause read_cdtoc_from_drive() to search for one.