diff options
author | tron <tron@pkgsrc.org> | 2001-04-22 08:30:47 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-04-22 08:30:47 +0000 |
commit | 600225171b68456ee3fe63e6792d658371f51000 (patch) | |
tree | 855823689e2ca7fa3bfb539dd6db43cfb2ea314b /audio | |
parent | 30d179ff7f6c757c61065c574c3e1c24a18bedc9 (diff) | |
download | pkgsrc-600225171b68456ee3fe63e6792d658371f51000.tar.gz |
Use "/dev/vbi" instead of "/dev/vbi0" as default device.
Diffstat (limited to 'audio')
-rw-r--r-- | audio/nbc-vbi/distinfo | 3 | ||||
-rw-r--r-- | audio/nbc-vbi/patches/patch-ac | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/audio/nbc-vbi/distinfo b/audio/nbc-vbi/distinfo index a33ebd277f7..750d335112e 100644 --- a/audio/nbc-vbi/distinfo +++ b/audio/nbc-vbi/distinfo @@ -1,6 +1,7 @@ -$NetBSD: distinfo,v 1.1.1.1 2001/04/22 08:19:54 tron Exp $ +$NetBSD: distinfo,v 1.2 2001/04/22 08:30:47 tron Exp $ SHA1 (nbc-vbi-0.32-Source.tgz) = 97494878d782c150185e07dc294f4315c0914393 Size (nbc-vbi-0.32-Source.tgz) = 25206 bytes SHA1 (patch-aa) = 4d6b11082071217101d2e903d18cc2b16d2de087 SHA1 (patch-ab) = 19e679e038723731bc5b723e65ee83658bcc992a +SHA1 (patch-ac) = 0707ab341aa1e7e208c8d19144d7790e6dcb5fab diff --git a/audio/nbc-vbi/patches/patch-ac b/audio/nbc-vbi/patches/patch-ac new file mode 100644 index 00000000000..b36c352c8a7 --- /dev/null +++ b/audio/nbc-vbi/patches/patch-ac @@ -0,0 +1,13 @@ +$NetBSD: patch-ac,v 1.1 2001/04/22 08:30:47 tron Exp $ + +--- src/config.h.orig Sun Oct 29 13:52:41 2000 ++++ src/config.h Sun Apr 22 10:29:56 2001 +@@ -18,7 +18,7 @@ + #define D_FILTERFILE "filter" // Name of the filterfile + #define D_GARBAGEPATH "garbage/" // Default place to save html/gif etc + #define D_CONFIGFILE "nbc-vbi.conf" // Default config file +-#define D_DEVICE "/dev/vbi0" // Default device to read from ++#define D_DEVICE "/dev/vbi" // Default device to read from + #define D_FILTERING 1 // Do Filtering as default + #define D_MINMP3SIZE 0 // Minimal MP3 Size in KB + #define D_MAXERRORS -1 // maximal errors an MP3 file may have |