pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms Fix lossage from revision 1.10 of Makefile....



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebffb1a7c6d0
branches:  trunk
changeset: 475520:ebffb1a7c6d0
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon May 17 22:44:37 2004 +0000

description:
Fix lossage from revision 1.10 of Makefile.common by including
<soundcard.h> instead of <Output/OSS/soundcard.h> in Output/esd/mixer.c.
xmms-esound now builds.  From Peter Bex.

diffstat:

 audio/xmms/distinfo         |   3 ++-
 audio/xmms/patches/patch-ag |  13 +++++++++++++
 2 files changed, 15 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 9a15e59b9409 -r ebffb1a7c6d0 audio/xmms/distinfo
--- a/audio/xmms/distinfo       Mon May 17 22:29:30 2004 +0000
+++ b/audio/xmms/distinfo       Mon May 17 22:44:37 2004 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.20 2004/05/12 19:33:14 drochner Exp $
+$NetBSD: distinfo,v 1.21 2004/05/17 22:44:37 snj Exp $
 
 SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf
 Size (xmms-1.2.10.tar.bz2) = 2418265 bytes
@@ -8,3 +8,4 @@
 SHA1 (patch-ad) = c1ae34511eced8a7856d517f68ed23611dc0cb0c
 SHA1 (patch-ae) = ee126d0744feea2e260a0080a6903ea49a0b12ec
 SHA1 (patch-af) = 9b97ab806c497533a0e4d116a072a5d7920a15a6
+SHA1 (patch-ag) = 7808be549ba7a9f3b301f4f4bb7f7bb960201c3e
diff -r 9a15e59b9409 -r ebffb1a7c6d0 audio/xmms/patches/patch-ag
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms/patches/patch-ag       Mon May 17 22:44:37 2004 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.4 2004/05/17 22:44:37 snj Exp $
+
+--- Output/esd/mixer.c.orig    2004-05-17 15:21:52.000000000 -0700
++++ Output/esd/mixer.c 2004-05-17 15:21:58.000000000 -0700
+@@ -24,7 +24,7 @@
+ 
+ #include <sys/ioctl.h>
+ #ifdef HAVE_OSS
+-# include <Output/OSS/soundcard.h>
++# include <soundcard.h>
+ # define OSS_AVAILABLE TRUE
+ #else
+ # define OSS_AVAILABLE FALSE



Home | Main Index | Thread Index | Old Index