summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorwiz <wiz>2002-04-29 08:40:27 +0000
committerwiz <wiz>2002-04-29 08:40:27 +0000
commit11c54b091d6ee3e5f7568c06ffce568ece2a146b (patch)
treecc8d827262855cce8694bf87e1fb7eb535e5bf21 /audio
parenta428d1818bf80ffc650d58dadbf1e679714037c1 (diff)
downloadpkgsrc-11c54b091d6ee3e5f7568c06ffce568ece2a146b.tar.gz
Update to 0.2.25: Bugfix releases.
Diffstat (limited to 'audio')
-rw-r--r--audio/esound/Makefile4
-rw-r--r--audio/esound/PLIST4
-rw-r--r--audio/esound/distinfo12
-rw-r--r--audio/esound/patches/patch-aa8
-rw-r--r--audio/esound/patches/patch-ab6
-rw-r--r--audio/esound/patches/patch-ac6
6 files changed, 20 insertions, 20 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index b873c2ed004..21b83f1b69c 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.28 2002/02/17 21:55:43 jlam Exp $
+# $NetBSD: Makefile,v 1.29 2002/04/29 08:40:27 wiz Exp $
-DISTNAME= esound-0.2.23
+DISTNAME= esound-0.2.25
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/}
diff --git a/audio/esound/PLIST b/audio/esound/PLIST
index 51efe8658f8..f9d9fdbdf35 100644
--- a/audio/esound/PLIST
+++ b/audio/esound/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.3 2002/02/17 21:55:44 jlam Exp $
+@comment $NetBSD: PLIST,v 1.4 2002/04/29 08:40:27 wiz Exp $
bin/esd
bin/esd-config
bin/esdcat
@@ -14,7 +14,7 @@ lib/libesd.a
lib/libesd.la
lib/libesd.so
lib/libesd.so.2
-lib/libesd.so.2.23
+lib/libesd.so.2.25
lib/pkgconfig/esound.pc
share/aclocal/esd.m4
share/examples/esound/esd.conf
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index 391a07714de..35824ad9868 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.4 2002/02/17 21:55:44 jlam Exp $
+$NetBSD: distinfo,v 1.5 2002/04/29 08:40:27 wiz Exp $
-SHA1 (esound-0.2.23.tar.gz) = 9d9f6d7b7e4fc7eeb1f91cdc0f366229369a3459
-Size (esound-0.2.23.tar.gz) = 294603 bytes
-SHA1 (patch-aa) = c4dbfa7116f9ce760b4dc23aa335868a0728a8e8
-SHA1 (patch-ab) = e10a9ecc1b3c2d906e0be60375ae95b2fc8aa318
-SHA1 (patch-ac) = 3f42e4438282e9b31e191fcf985b2334ff656525
+SHA1 (esound-0.2.25.tar.gz) = c72b333e666f6bd8668bc0ebe75c7e817fbfa139
+Size (esound-0.2.25.tar.gz) = 339560 bytes
+SHA1 (patch-aa) = fe632a5514073f8d898fef5182a1047b9f2a44c9
+SHA1 (patch-ab) = af59f6f254812c082566a1c483aec511deed0819
+SHA1 (patch-ac) = 8c68050320c80363b831745eb17cc0703acbaf24
diff --git a/audio/esound/patches/patch-aa b/audio/esound/patches/patch-aa
index b8da1b2a69c..1dd691c6f7e 100644
--- a/audio/esound/patches/patch-aa
+++ b/audio/esound/patches/patch-aa
@@ -1,8 +1,8 @@
-$NetBSD: patch-aa,v 1.5 2002/02/17 21:55:45 jlam Exp $
+$NetBSD: patch-aa,v 1.6 2002/04/29 08:40:28 wiz Exp $
---- Makefile.in.orig Sun Feb 17 16:45:44 2002
+--- Makefile.in.orig Tue Apr 23 14:24:15 2002
+++ Makefile.in
-@@ -178,7 +178,7 @@
+@@ -166,7 +166,7 @@
m4datadir = $(datadir)/aclocal
m4data_DATA = esd.m4
@@ -10,4 +10,4 @@ $NetBSD: patch-aa,v 1.5 2002/02/17 21:55:45 jlam Exp $
+esdconfdir = $(datadir)/examples/@PACKAGE@
esdconf_DATA = esd.conf
- CLEANFILES = esound.spec esound.pc
+ pkgconfigdir = $(libdir)/pkgconfig
diff --git a/audio/esound/patches/patch-ab b/audio/esound/patches/patch-ab
index 6fd37eb92e0..f24c340977c 100644
--- a/audio/esound/patches/patch-ab
+++ b/audio/esound/patches/patch-ab
@@ -1,7 +1,7 @@
-$NetBSD: patch-ab,v 1.3 2000/05/30 19:20:13 drochner Exp $
+$NetBSD: patch-ab,v 1.4 2002/04/29 08:40:28 wiz Exp $
---- audio_oss.c.orig Wed Mar 15 19:00:49 2000
-+++ audio_oss.c Tue May 30 17:05:24 2000
+--- audio_oss.c.orig Tue Jul 18 18:33:41 2000
++++ audio_oss.c
@@ -19,7 +19,7 @@
#define ARCH_esd_audio_devices
const char *esd_audio_devices()
diff --git a/audio/esound/patches/patch-ac b/audio/esound/patches/patch-ac
index 5e04d92abc7..def45de84d8 100644
--- a/audio/esound/patches/patch-ac
+++ b/audio/esound/patches/patch-ac
@@ -1,7 +1,7 @@
-$NetBSD: patch-ac,v 1.1 1999/04/29 10:01:51 tron Exp $
+$NetBSD: patch-ac,v 1.2 2002/04/29 08:40:28 wiz Exp $
---- esd-config.in.orig Mon Feb 8 17:13:34 1999
-+++ esd-config.in Thu Apr 29 11:58:13 1999
+--- esd-config.in.orig Fri Feb 5 23:34:19 1999
++++ esd-config.in
@@ -54,9 +54,9 @@
;;
--libs)