diff options
author | ryoon <ryoon@pkgsrc.org> | 2014-06-09 12:42:58 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2014-06-09 12:42:58 +0000 |
commit | 3e8a169e0331b3ef46c01bec6ba5827a04ceb4a5 (patch) | |
tree | c549b92dada53818123df7f63be4abf38eaa61d0 /audio/alsa-plugins-pulse/Makefile | |
parent | 2fe1f0354a3e1c9c2897a34ad0da7fe57c6ba7d0 (diff) | |
download | pkgsrc-3e8a169e0331b3ef46c01bec6ba5827a04ceb4a5.tar.gz |
Update to 1.0.27
Changelog:
Changelog between 1.0.26 and 1.0.27 releases
Core
Release v1.0.27
A52 Output plugin
a52: Fix build errors
a52: Add the support of recent libavcodec / libavutil
PulseAudio -> ALSA plugin
pulse: pulse_pcm_poll_revents should return 0 on success
pcm_pulse: set prebuf parameter according to software parameters
Changelog between 1.0.25 and 1.0.26 releases
Core
Release v1.0.26
PulseAudio -> ALSA plugin
pulse: Support 24-bit formats
USB stream plugin
usb_stream: Fix build with glibc 2.16
Changelog between 1.0.24 and 1.0.25 releases
Core
Release v1.0.25
pulse: Install a PulseAudio config snippet into alsa.conf.d
A52 Output plugin
a52: Fix build with older ffmpeg versions.
a52 - Fix a52 codec with recent libavcodec updates
Documentation
pulse: Add fallback option
Jack PCM plugin
jack: Fix revents for playback
jack: Fix hanging applications when using jack plugin
PulseAudio -> ALSA plugin
Added missing configuration files for the pulse plugin
Set CLOEXEC flag for pipes in PulseAudio plugins
pulse: Install a PulseAudio config snippet into alsa.conf.d
pulse - Define a dummy PA_CHECK_VERSION() when not available
pulse - only underrun if no more data has been written
pulse: Set PA_CONTEXT_NOAUTOSPAWN when fallback is available
pulse: Add fallback option
Pulse: Fix snd_pcm_avail returning 0 in some cases
Changelog between 1.0.23 and 1.0.24 releases
Core
Release v1.0.24
Documentation
Fix README-jack (second channel)
PulseAudio -> ALSA plugin
pulse: Add handle_underrun option
pulse: Fix invalid buffer pointer return value
Changelog between 1.0.22 and 1.0.23 releases
Core
Release v1.0.23
USB stream plugin
usb_stream: Allow user-set period-size and rate
usb_stream: Check for NULL-ness before dereferencing
Diffstat (limited to 'audio/alsa-plugins-pulse/Makefile')
-rw-r--r-- | audio/alsa-plugins-pulse/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/audio/alsa-plugins-pulse/Makefile b/audio/alsa-plugins-pulse/Makefile index 703fa4d2d8e..c74105deef5 100644 --- a/audio/alsa-plugins-pulse/Makefile +++ b/audio/alsa-plugins-pulse/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.15 2014/04/20 02:27:50 ryoon Exp $ +# $NetBSD: Makefile,v 1.16 2014/06/09 12:42:58 ryoon Exp $ # -DISTNAME= alsa-plugins-1.0.22 +DISTNAME= alsa-plugins-1.0.27 PKGNAME= ${DISTNAME:S/plugins/plugins-pulse/} -PKGREVISION= 10 CATEGORIES= audio MASTER_SITES= ftp://ftp.alsa-project.org/pub/plugins/ EXTRACT_SUFX= .tar.bz2 |