pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/audio/xmms-modplug Use DEVOSSAUDIO to specify audio de...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0402028a0c8f
branches:  trunk
changeset: 470408:0402028a0c8f
user:      ben <ben%pkgsrc.org@localhost>
date:      Tue Mar 09 04:38:40 2004 +0000

description:
Use DEVOSSAUDIO to specify audio device for command-line MOD player.

diffstat:

 audio/xmms-modplug/distinfo         |  4 ++--
 audio/xmms-modplug/patches/patch-ac |  8 +++-----
 2 files changed, 5 insertions(+), 7 deletions(-)

diffs (33 lines):

diff -r b33752b338f3 -r 0402028a0c8f audio/xmms-modplug/distinfo
--- a/audio/xmms-modplug/distinfo       Tue Mar 09 04:05:00 2004 +0000
+++ b/audio/xmms-modplug/distinfo       Tue Mar 09 04:38:40 2004 +0000
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/03/05 22:36:12 ben Exp $
+$NetBSD: distinfo,v 1.2 2004/03/09 04:38:40 ben Exp $
 
 SHA1 (modplugxmms-2.05.tar.gz) = ccb307fc7490a94aad2aadb5dac4e4e96aa7892f
 Size (modplugxmms-2.05.tar.gz) = 242595 bytes
-SHA1 (patch-ac) = 8bfc9397308a6f7da2f1bf3c7db0ab6981b48141
+SHA1 (patch-ac) = 397f601e6d02767a1d178892cc38e96fd8b36a9e
 SHA1 (patch-ad) = 55fcd439905303d3666bf2b8676e3aeeede7ea0f
diff -r b33752b338f3 -r 0402028a0c8f audio/xmms-modplug/patches/patch-ac
--- a/audio/xmms-modplug/patches/patch-ac       Tue Mar 09 04:05:00 2004 +0000
+++ b/audio/xmms-modplug/patches/patch-ac       Tue Mar 09 04:38:40 2004 +0000
@@ -1,14 +1,12 @@
-$NetBSD: patch-ac,v 1.1.1.1 2004/03/05 22:36:12 ben Exp $
+$NetBSD: patch-ac,v 1.2 2004/03/09 04:38:40 ben Exp $
 
 --- modplugplay/modplugplay.c.orig     2003-10-16 03:47:46.000000000 -0700
 +++ modplugplay/modplugplay.c
-@@ -89,7 +89,11 @@ command line option handling
+@@ -89,7 +89,9 @@ command line option handling
  #define VERSION "1.0"
  
  #define BUF_SIZE 4096
-+#ifdef __NetBSD__
-+#define DEVICE_NAME "/dev/sound"
-+#else
++#ifndef DEVICE_NAME
  #define DEVICE_NAME "/dev/dsp"
 +#endif
  



Home | Main Index | Thread Index | Old Index