summaryrefslogtreecommitdiff
path: root/audio/rip/patches
diff options
context:
space:
mode:
authorben <ben>2004-10-19 03:13:11 +0000
committerben <ben>2004-10-19 03:13:11 +0000
commit2599cc69143c839d76126ad059e71ebe6c5a9dc3 (patch)
tree286ab4721c3ac458869a2dc94275e555d146bebf /audio/rip/patches
parent3c8ea4dc04e53c0d72f3e1f08d9bed8cc7a30bf2 (diff)
downloadpkgsrc-2599cc69143c839d76126ad059e71ebe6c5a9dc3.tar.gz
Initial import of rip-1.07, a command-line based audio CD ripper and
encoder. Provided by Leonard Schmidt in PR#27269 and PR#27290. rip is a wrapper for rippers and encoders which provides a common interface for ripping any CD audio track and encoding it into MP3, Ogg Vorbis, or FLAC. Manual and CDDB based renaming schemes are available for naming and tagging your ripped tracks.
Diffstat (limited to 'audio/rip/patches')
-rw-r--r--audio/rip/patches/patch-aa22
1 files changed, 22 insertions, 0 deletions
diff --git a/audio/rip/patches/patch-aa b/audio/rip/patches/patch-aa
new file mode 100644
index 00000000000..a5345d0ced8
--- /dev/null
+++ b/audio/rip/patches/patch-aa
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.1.1.1 2004/10/19 03:13:11 ben Exp $
+
+--- rip.orig 2004-10-08 17:11:28.000000000 +0000
++++ rip 2004-10-08 17:12:08.000000000 +0000
+@@ -128,7 +128,7 @@
+
+
+ my %config; # Configuration passed to CDDB/CDDB_get
+-my $dev = "/dev/cdrom"; # CDROM device to read (used by -d/--dev)
++my $dev = "/dev/rcd0d"; # CDROM device to read (used by -d/--dev)
+ $config{CD_DEVICE} = $dev; # Device that has the audio CD
+ $config{CDDB_HOST} = "freedb.freedb.org"; # CDDB host to find the server on
+ $config{CDDB_PORT} = 888; # CDDB port the CDDB server is using
+@@ -343,7 +343,7 @@
+ print rcFile "# Only when debug is set to \"\" is the errorFile removed after each rip.\n";
+ print rcFile "debug = \"\"\n\n";
+ print rcFile "# The default device to find the CD in.\n";
+- print rcFile "dev = \"/dev/cdrom\"\n\n";
++ print rcFile "dev = \"/dev/rcd0d\"\n\n";
+
+ close( rcFile );
+ }