summaryrefslogtreecommitdiff
path: root/audio/xmms
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2004-05-19 06:09:25 +0000
committerminskim <minskim@pkgsrc.org>2004-05-19 06:09:25 +0000
commita528cc0ed91f42ed21ba0622ed0f000fd5890dc6 (patch)
tree5d4cdbf11460a80f70acc9bec8d9bfe468afe4de /audio/xmms
parent011f5f9f7a86e391f63fad276ced887ed0470570 (diff)
downloadpkgsrc-a528cc0ed91f42ed21ba0622ed0f000fd5890dc6.tar.gz
Use sys/soundcard.h instead of soundcard.h; soundcard.h is not
available on some platforms (e.g. Linux), but sys/soundcard is always available since ossaudio.buildlink3.mk creates it.
Diffstat (limited to 'audio/xmms')
-rw-r--r--audio/xmms/distinfo8
-rw-r--r--audio/xmms/patches/patch-ab4
-rw-r--r--audio/xmms/patches/patch-ad4
-rw-r--r--audio/xmms/patches/patch-ag4
4 files changed, 10 insertions, 10 deletions
diff --git a/audio/xmms/distinfo b/audio/xmms/distinfo
index 2eafce5a0ca..6b273c22aa3 100644
--- a/audio/xmms/distinfo
+++ b/audio/xmms/distinfo
@@ -1,11 +1,11 @@
-$NetBSD: distinfo,v 1.21 2004/05/17 22:44:37 snj Exp $
+$NetBSD: distinfo,v 1.22 2004/05/19 06:09:25 minskim Exp $
SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf
Size (xmms-1.2.10.tar.bz2) = 2418265 bytes
SHA1 (patch-aa) = 23eb5917abc23b56275b6ad96f90762531e52cab
-SHA1 (patch-ab) = a85defa7f7861089d5d8bb793de08a4573bfa6e0
+SHA1 (patch-ab) = 806b1e8e974fe1100be90eca1ce582b9d80f3ab2
SHA1 (patch-ac) = 208d0f9ac537a042893db02130c14a8417808f9c
-SHA1 (patch-ad) = c1ae34511eced8a7856d517f68ed23611dc0cb0c
+SHA1 (patch-ad) = 4b1856f43c4cd92418046afa3f9c91f6d0900328
SHA1 (patch-ae) = ee126d0744feea2e260a0080a6903ea49a0b12ec
SHA1 (patch-af) = 9b97ab806c497533a0e4d116a072a5d7920a15a6
-SHA1 (patch-ag) = 7808be549ba7a9f3b301f4f4bb7f7bb960201c3e
+SHA1 (patch-ag) = d03063c53d2b04c0d172a3e420c5cb0319e4ae59
diff --git a/audio/xmms/patches/patch-ab b/audio/xmms/patches/patch-ab
index 351afe9c1a2..e3ab8c6dfcd 100644
--- a/audio/xmms/patches/patch-ab
+++ b/audio/xmms/patches/patch-ab
@@ -1,4 +1,4 @@
-$NetBSD: patch-ab,v 1.5 2004/05/12 18:50:21 drochner Exp $
+$NetBSD: patch-ab,v 1.6 2004/05/19 06:09:25 minskim Exp $
--- Output/OSS/OSS.h.orig 2004-05-12 21:21:08.000000000 +0200
+++ Output/OSS/OSS.h 2004-05-12 21:21:26.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-ab,v 1.5 2004/05/12 18:50:21 drochner Exp $
#include <string.h>
-#include "soundcard.h"
-+#include <soundcard.h>
++#include <sys/soundcard.h>
#include "xmms/plugin.h"
#include "libxmms/configfile.h"
diff --git a/audio/xmms/patches/patch-ad b/audio/xmms/patches/patch-ad
index 5ad5b703ff8..bac731827f9 100644
--- a/audio/xmms/patches/patch-ad
+++ b/audio/xmms/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.5 2004/05/12 18:50:21 drochner Exp $
+$NetBSD: patch-ad,v 1.6 2004/05/19 06:09:25 minskim Exp $
--- Input/cdaudio/cdaudio.h.orig 2004-05-12 21:26:15.000000000 +0200
+++ Input/cdaudio/cdaudio.h 2004-05-12 21:27:13.000000000 +0200
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.5 2004/05/12 18:50:21 drochner Exp $
#ifdef HAVE_OSS
-#include <Output/OSS/soundcard.h>
-+#include <soundcard.h>
++#include <sys/soundcard.h>
#endif
#ifdef HAVE_MNTENT_H
diff --git a/audio/xmms/patches/patch-ag b/audio/xmms/patches/patch-ag
index 72f8b6ee6d6..db2ba6a28be 100644
--- a/audio/xmms/patches/patch-ag
+++ b/audio/xmms/patches/patch-ag
@@ -1,4 +1,4 @@
-$NetBSD: patch-ag,v 1.4 2004/05/17 22:44:37 snj Exp $
+$NetBSD: patch-ag,v 1.5 2004/05/19 06:09:25 minskim 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
@@ -7,7 +7,7 @@ $NetBSD: patch-ag,v 1.4 2004/05/17 22:44:37 snj Exp $
#include <sys/ioctl.h>
#ifdef HAVE_OSS
-# include <Output/OSS/soundcard.h>
-+# include <soundcard.h>
++# include <sys/soundcard.h>
# define OSS_AVAILABLE TRUE
#else
# define OSS_AVAILABLE FALSE