diff options
author | wiz <wiz@pkgsrc.org> | 2008-07-29 21:58:13 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2008-07-29 21:58:13 +0000 |
commit | e7d734305e55f0364f95abe3244a1518dac487f9 (patch) | |
tree | a8ae34fc8a06fa48df5596c81cb19949454f0606 /audio/esound/Makefile | |
parent | 6f9fc559f627836ba5e2bd5f55794fa9d18eefc5 (diff) | |
download | pkgsrc-e7d734305e55f0364f95abe3244a1518dac487f9.tar.gz |
Update to 0.2.39:
===============
Version 0.2.39
===============
* Fixed esd client-side code to not hang if esd crashes/hangs
or otherwise becomes unreachable (Jeffrey Stedfast)
* Suppress verbose error messages from ALSA (Stanislav Brabec)
* Allow for multiple esd instances
* Fix esound-config for multi-lib setups (Matthias Clasen)
* Don't report errors about /dev/dsp not existing (Havoc Pennington)
* Various other build fixes for AMD64 (RĂ©mi Cardona)
Diffstat (limited to 'audio/esound/Makefile')
-rw-r--r-- | audio/esound/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index 5f9fb32d03a..173d9e7c3e6 100644 --- a/audio/esound/Makefile +++ b/audio/esound/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2008/01/19 09:16:17 wiz Exp $ +# $NetBSD: Makefile,v 1.69 2008/07/29 21:58:13 wiz Exp $ -DISTNAME= esound-0.2.38 +DISTNAME= esound-0.2.39 CATEGORIES= audio MASTER_SITES= ${MASTER_SITE_GNOME:=sources/esound/0.2/} EXTRACT_SUFX= .tar.bz2 |