pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/audio/xmms Use sys/soundcard.h instead of soundcard.h;...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/27b72d6956eb
branches:  trunk
changeset: 475544:27b72d6956eb
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Wed May 19 06:09:25 2004 +0000

description:
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:

 audio/xmms/distinfo         |  8 ++++----
 audio/xmms/patches/patch-ab |  4 ++--
 audio/xmms/patches/patch-ad |  4 ++--
 audio/xmms/patches/patch-ag |  4 ++--
 4 files changed, 10 insertions(+), 10 deletions(-)

diffs (73 lines):

diff -r e69401284aa2 -r 27b72d6956eb audio/xmms/distinfo
--- a/audio/xmms/distinfo       Wed May 19 05:53:16 2004 +0000
+++ b/audio/xmms/distinfo       Wed May 19 06:09:25 2004 +0000
@@ -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 -r e69401284aa2 -r 27b72d6956eb audio/xmms/patches/patch-ab
--- a/audio/xmms/patches/patch-ab       Wed May 19 05:53:16 2004 +0000
+++ b/audio/xmms/patches/patch-ab       Wed May 19 06:09:25 2004 +0000
@@ -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 @@
  #include <string.h>
  
 -#include "soundcard.h"
-+#include <soundcard.h>
++#include <sys/soundcard.h>
  
  #include "xmms/plugin.h"
  #include "libxmms/configfile.h"
diff -r e69401284aa2 -r 27b72d6956eb audio/xmms/patches/patch-ad
--- a/audio/xmms/patches/patch-ad       Wed May 19 05:53:16 2004 +0000
+++ b/audio/xmms/patches/patch-ad       Wed May 19 06:09:25 2004 +0000
@@ -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 @@
  
  #ifdef HAVE_OSS
 -#include <Output/OSS/soundcard.h>
-+#include <soundcard.h>
++#include <sys/soundcard.h>
  #endif
  
  #ifdef HAVE_MNTENT_H
diff -r e69401284aa2 -r 27b72d6956eb audio/xmms/patches/patch-ag
--- a/audio/xmms/patches/patch-ag       Wed May 19 05:53:16 2004 +0000
+++ b/audio/xmms/patches/patch-ag       Wed May 19 06:09:25 2004 +0000
@@ -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 @@
  #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



Home | Main Index | Thread Index | Old Index