pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/xmms Add patch from Jesse Peterson in PR 36480:
details: https://anonhg.NetBSD.org/pkgsrc/rev/0e25731af657
branches: trunk
changeset: 529959:0e25731af657
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Jun 13 22:29:20 2007 +0000
description:
Add patch from Jesse Peterson in PR 36480:
Fix volume changes with auvia on amd64 port.
diffstat:
audio/xmms/Makefile | 4 ++--
audio/xmms/distinfo | 3 ++-
audio/xmms/patches/patch-ar | 24 ++++++++++++++++++++++++
3 files changed, 28 insertions(+), 3 deletions(-)
diffs (55 lines):
diff -r 84427338f130 -r 0e25731af657 audio/xmms/Makefile
--- a/audio/xmms/Makefile Wed Jun 13 22:23:57 2007 +0000
+++ b/audio/xmms/Makefile Wed Jun 13 22:29:20 2007 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.66 2007/04/14 22:12:14 dillo Exp $
+# $NetBSD: Makefile,v 1.67 2007/06/13 22:29:20 wiz Exp $
#
-PKGREVISION= 8
+PKGREVISION= 9
.include "Makefile.common"
diff -r 84427338f130 -r 0e25731af657 audio/xmms/distinfo
--- a/audio/xmms/distinfo Wed Jun 13 22:23:57 2007 +0000
+++ b/audio/xmms/distinfo Wed Jun 13 22:29:20 2007 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.31 2007/04/10 12:19:40 drochner Exp $
+$NetBSD: distinfo,v 1.32 2007/06/13 22:29:21 wiz Exp $
SHA1 (xmms-1.2.10.tar.bz2) = a3c3d3756d5263183c27b3c50a7f5404cba8bfaf
RMD160 (xmms-1.2.10.tar.bz2) = 0360cbb8c326b3325bd8ebb3343c69a9788d7084
@@ -20,3 +20,4 @@
SHA1 (patch-ao) = 2cadee08e6db7b802d1b700559705a8fe591f2dd
SHA1 (patch-ap) = 101c54e2ce0e575893b8d3880ca54a021e89a8dd
SHA1 (patch-aq) = 1b5e0b7a2f3e9c529deffad63f24a498b11d96f6
+SHA1 (patch-ar) = b9cf22e3ab585ef255a533e56a3430f49f2fba4f
diff -r 84427338f130 -r 0e25731af657 audio/xmms/patches/patch-ar
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/xmms/patches/patch-ar Wed Jun 13 22:29:20 2007 +0000
@@ -0,0 +1,24 @@
+$NetBSD: patch-ar,v 1.3 2007/06/13 22:29:21 wiz Exp $
+
+--- Output/OSS/mixer.c.orig 2001-06-16 13:30:35.000000000 +0000
++++ Output/OSS/mixer.c
+@@ -34,7 +34,8 @@ static char* get_mixer_device(void)
+
+ void oss_get_volume(int *l, int *r)
+ {
+- int fd, v, cmd, devs;
++ int fd, v, devs;
++ unsigned long cmd;
+ gchar *devname;
+
+ devname = get_mixer_device();
+@@ -66,7 +67,8 @@ void oss_get_volume(int *l, int *r)
+
+ void oss_set_volume(int l, int r)
+ {
+- int fd, v, cmd, devs;
++ int fd, v, devs;
++ unsigned long cmd;
+ gchar *devname;
+
+ devname = get_mixer_device();
Home |
Main Index |
Thread Index |
Old Index