86bf6fab76
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.
13 lines
382 B
Text
13 lines
382 B
Text
$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.
|