diff options
author | wiz <wiz@pkgsrc.org> | 2010-02-16 15:40:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2010-02-16 15:40:06 +0000 |
commit | 98a437e2ad27e385da744a3018f488fc374c99c6 (patch) | |
tree | fb895df41b2eb164ca9653223c94e25d3c544c3b /audio/alsa-lib | |
parent | e63c1a9e7a152b68917db2859a13093a4759103b (diff) | |
download | pkgsrc-98a437e2ad27e385da744a3018f488fc374c99c6.tar.gz |
Update to 1.0.22:
Core
Release v1.0.22
configure.in: fix --without-softfloat
Define _GNU_SOURCE so that <fcntl.h> gives O_CLOEXEC
Open device nodes with close-on-exec flag
configure.in: Add m4 check for new AM_SILENT_RULES
cvscompile: Remove in favour of gitcompile.
Release v1.0.21a
Control API
Remove redefinition of _GNU_SOURCE and __USE_GNU
Remove old commented-out FD_CLOEXEC code
namehint: list card independent devices only once
namehint: Allow snd_device_name_hint to search for CTL devices.
namehint: add missing list->card initialization
Fix corruption after snd_device_name_hint()
hcontrol: fix compare_default function to handle also id.device
and id.subdevice
control: Remove unused variable.
HWDEP API
Remove old commented-out FD_CLOEXEC code
Mixer API
mixer: fix enum check
simple_none.c uses HAVE_SOFT_FLOAT it has to include config.h
Fix CHECK_ENUM() in simple.c
mixer: Add Speaker and Beep names to the weight list
PCM API
Update pcm doc strings
Remove old commented-out FD_CLOEXEC code
pcm_rate_linear: Annotate unused function parameter to avoid
compiler warnings.
dmix - Fix snd_pcm_info()
pcm_hw: Always use delay ioctl in snd_pcm_delay()
PCM - Change the hw_params determination order
RawMidi API
Remove old commented-out FD_CLOEXEC code
Sequencer API
Remove old commented-out FD_CLOEXEC code
Timer API
Remove redefinition of _GNU_SOURCE and __USE_GNU
Remove old commented-out FD_CLOEXEC code
Defined symbols exposing the hrtimer to applications.
ALSA Lisp
alisp: Comment out an unused function to avoid compiler warnings.
Configuration
Change dmix.conf to accept user configuration from
defaults.dmix.<driver_id>.xxx
Revert "Fix driver conf parsing in
snd_config_hook_load_for_all_cards()"
Dynamic Loader helpers
Remove redefinition of _GNU_SOURCE and __USE_GNU
Cache libasound.so access in snd_dlopen
Kernel Headers
Defined symbols exposing the hrtimer to applications.
Diffstat (limited to 'audio/alsa-lib')
-rw-r--r-- | audio/alsa-lib/Makefile | 4 | ||||
-rw-r--r-- | audio/alsa-lib/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/audio/alsa-lib/Makefile b/audio/alsa-lib/Makefile index 6b159e2cbd9..55f2375a9a1 100644 --- a/audio/alsa-lib/Makefile +++ b/audio/alsa-lib/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.6 2009/10/31 02:36:10 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2010/02/16 15:40:06 wiz Exp $ # -DISTNAME= alsa-lib-1.0.21a +DISTNAME= alsa-lib-1.0.22 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/lib/ EXTRACT_SUFX= .tar.bz2 diff --git a/audio/alsa-lib/distinfo b/audio/alsa-lib/distinfo index 048d5e63391..ef1ab6462ab 100644 --- a/audio/alsa-lib/distinfo +++ b/audio/alsa-lib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.7 2009/10/31 02:36:10 wiz Exp $ +$NetBSD: distinfo,v 1.8 2010/02/16 15:40:06 wiz Exp $ -SHA1 (alsa-lib-1.0.21a.tar.bz2) = 49032964d22404455f3173629f271324bd8af211 -RMD160 (alsa-lib-1.0.21a.tar.bz2) = 38e615c25a93f4529f06e079584d379439ed9600 -Size (alsa-lib-1.0.21a.tar.bz2) = 808475 bytes +SHA1 (alsa-lib-1.0.22.tar.bz2) = d3b6c740c23b8d113a8d02da2a9fd61f5d1a8a44 +RMD160 (alsa-lib-1.0.22.tar.bz2) = 4dbc3f9550f8ba01535ad3cfd8f0a8140f897e81 +Size (alsa-lib-1.0.22.tar.bz2) = 808534 bytes SHA1 (patch-aa) = 5a8e9571ac6fb1f1f6cbd18d3859468a7b64076f SHA1 (patch-ab) = d6082e1291992699de86e6f78bf43f4cb476c0c8 SHA1 (patch-ac) = 2ddf533a998f0c1ee8444e97e401bde1fad344ac |