summaryrefslogtreecommitdiff
path: root/audio/alsa-plugins-pulse
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2009-08-31 14:25:49 +0000
committerwiz <wiz@pkgsrc.org>2009-08-31 14:25:49 +0000
commite9630d5e69a776fd51d96b9ac59c154f802e3a7e (patch)
treec2d0daa8f0724d11f08a0d25ed85a401fc4d00dd /audio/alsa-plugins-pulse
parentf3d622111f7bec859fdac666fe79057f31ce7ae1 (diff)
downloadpkgsrc-e9630d5e69a776fd51d96b9ac59c154f802e3a7e.tar.gz
Update alsa packages to 1.0.21.
http://www.alsa-project.org/main/index.php/Changes_v1.0.18_v1.0.19 http://www.alsa-project.org/main/index.php/Changes_v1.0.19_v1.0.20 http://www.alsa-project.org/main/index.php/Changes_v1.0.20_v1.0.21 contain ~300kB of changes.
Diffstat (limited to 'audio/alsa-plugins-pulse')
-rw-r--r--audio/alsa-plugins-pulse/Makefile4
-rw-r--r--audio/alsa-plugins-pulse/distinfo9
-rw-r--r--audio/alsa-plugins-pulse/patches/patch-ab13
3 files changed, 20 insertions, 6 deletions
diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile
index 8b3827b9c55..2254f2dbf1a 100644
--- a/audio/alsa-plugins-pulse/Makefile
+++ b/audio/alsa-plugins-pulse/Makefile
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2009/07/07 14:59:00 joerg Exp $
+# $NetBSD: Makefile,v 1.3 2009/08/31 14:25:49 wiz Exp $
#
-DISTNAME= alsa-plugins-1.0.18
+DISTNAME= alsa-plugins-1.0.21
PKGNAME= ${DISTNAME:S/plugins/plugins-pulse/}
CATEGORIES= audio
MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/
diff --git a/audio/alsa-plugins-pulse/distinfo b/audio/alsa-plugins-pulse/distinfo
index 8731fa961c0..e4ac22f515c 100644
--- a/audio/alsa-plugins-pulse/distinfo
+++ b/audio/alsa-plugins-pulse/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.2 2009/07/07 14:59:00 joerg Exp $
+$NetBSD: distinfo,v 1.3 2009/08/31 14:25:49 wiz Exp $
-SHA1 (alsa-plugins-1.0.18.tar.bz2) = 33b5eca861de35a6eeb47862f24a8663af56cd0a
-RMD160 (alsa-plugins-1.0.18.tar.bz2) = 83b570d5346c7c79f5fe628e381ba1cf8e5a69db
-Size (alsa-plugins-1.0.18.tar.bz2) = 312656 bytes
+SHA1 (alsa-plugins-1.0.21.tar.bz2) = dae6f4dd4aa8638aded472cf503eb2c2e5f69730
+RMD160 (alsa-plugins-1.0.21.tar.bz2) = 853416f1c78c9c2b99ba5f2ed0c36df88f21a387
+Size (alsa-plugins-1.0.21.tar.bz2) = 325828 bytes
SHA1 (patch-aa) = 77774e607905f3930ffec503c04d6dd1f70d9946
+SHA1 (patch-ab) = e921a2a20705c0d235f27f6bc261f3472a0e3b0d
diff --git a/audio/alsa-plugins-pulse/patches/patch-ab b/audio/alsa-plugins-pulse/patches/patch-ab
new file mode 100644
index 00000000000..cca6295a18d
--- /dev/null
+++ b/audio/alsa-plugins-pulse/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2009/08/31 14:25:49 wiz Exp $
+
+--- pulse/pulse.h.orig 2009-08-31 13:09:41.000000000 +0000
++++ pulse/pulse.h
+@@ -46,3 +46,8 @@ int pulse_connect(snd_pulse_t * p, const
+
+ void pulse_poll_activate(snd_pulse_t * p);
+ void pulse_poll_deactivate(snd_pulse_t * p);
++
++#include <errno.h>
++#ifndef EBADFD
++#define EBADFD EIO
++#endif