diff options
author | wiz <wiz> | 2001-09-13 18:11:35 +0000 |
---|---|---|
committer | wiz <wiz> | 2001-09-13 18:11:35 +0000 |
commit | 4afcd326b8e8226ee4c8d905b7326bbe48623fc2 (patch) | |
tree | bcc7d3520a9d4ebd861104db15c54de78ea47f6c /audio/esound | |
parent | 5bbcefb26d8aad42a945a94a7d5491ede87eedb8 (diff) | |
download | pkgsrc-4afcd326b8e8226ee4c8d905b7326bbe48623fc2.tar.gz |
Update to 0.2.23. 'Major' changes since 0.2.22:
Added pkgconfig file; fix esd launch race condition, resulting in a 10s
pause.
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 4 | ||||
-rw-r--r-- | audio/esound/distinfo | 6 | ||||
-rw-r--r-- | audio/esound/pkg/PLIST | 6 |
3 files changed, 9 insertions, 7 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index dc1bf32ce81..0446b5a97b3 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.25 2001/08/20 03:47:05 jlam Exp $ +# $NetBSD: Makefile,v 1.26 2001/09/13 18:11:35 wiz Exp $ -DISTNAME= esound-0.2.22 +DISTNAME= esound-0.2.23 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=stable/sources/esound/} diff --git a/audio/esound/distinfo b/audio/esound/distinfo index b93697e9cf5..baa1ce90a19 100644 --- a/audio/esound/distinfo +++ b/audio/esound/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/18 13:04:21 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/09/13 18:11:35 wiz Exp $ -SHA1 (esound-0.2.22.tar.gz) = 85defeb1fc46cdef5d1fd99d82e58c7e24187061 -Size (esound-0.2.22.tar.gz) = 291644 bytes +SHA1 (esound-0.2.23.tar.gz) = 9d9f6d7b7e4fc7eeb1f91cdc0f366229369a3459 +Size (esound-0.2.23.tar.gz) = 294603 bytes SHA1 (patch-ab) = e10a9ecc1b3c2d906e0be60375ae95b2fc8aa318 SHA1 (patch-ac) = 3f42e4438282e9b31e191fcf985b2334ff656525 diff --git a/audio/esound/pkg/PLIST b/audio/esound/pkg/PLIST index 2ecf2b46f4f..bd9057c08c7 100644 --- a/audio/esound/pkg/PLIST +++ b/audio/esound/pkg/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.10 2001/04/06 22:41:38 rh Exp $ +@comment $NetBSD: PLIST,v 1.11 2001/09/13 18:11:35 wiz Exp $ bin/esd bin/esd-config bin/esdcat @@ -15,5 +15,7 @@ lib/libesd.a lib/libesd.la lib/libesd.so lib/libesd.so.2 -lib/libesd.so.2.22 +lib/libesd.so.2.23 +lib/pkgconfig/esound.pc share/aclocal/esd.m4 +@unexec rmdir %D/lib/pkgconfig 2>/dev/null || true |