diff options
author | ryoon <ryoon@pkgsrc.org> | 2015-02-21 23:13:10 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2015-02-21 23:13:10 +0000 |
commit | 607dd79077286ac83f4ee2b86b51595b71757fc5 (patch) | |
tree | 9009166e9e12d3845d4b76b024b4d4a82c4b034a /audio/pulseaudio/Makefile | |
parent | 4fefd5391da14f394338be844175b7acf1a382b1 (diff) | |
download | pkgsrc-607dd79077286ac83f4ee2b86b51595b71757fc5.tar.gz |
Update to 6.0
* Remove obsolete hal option for PLIST.
Changelog:
PulseAudio 6.0 Release Notes
Changes at a Glance
BlueZ 5 native HSP (headset) support
BlueZ 5 HFP (hands-free) profile support via oFono
systemd socket activation support
Better support for multichannel and 2.1 profiles
Remap optimisations
Many minor improvements, bug fixes, and i18n updates
Notes for Application Developers
New function in libpulse: pa_stream_write_ext_free(). The function allows more flexible use of free callbacks than the regular pa_stream_write() function. This is useful if an audio buffer is part of a bigger structure that needs to be freed or unreferenced when the audio buffer is no longer needed.
We now have Vala bindings for libpulse-simple.
Diffstat (limited to 'audio/pulseaudio/Makefile')
-rw-r--r-- | audio/pulseaudio/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/audio/pulseaudio/Makefile b/audio/pulseaudio/Makefile index d290a1623fd..73809bc4737 100644 --- a/audio/pulseaudio/Makefile +++ b/audio/pulseaudio/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.94 2015/02/06 07:20:14 snj Exp $ +# $NetBSD: Makefile,v 1.95 2015/02/21 23:13:10 ryoon Exp $ -DISTNAME= pulseaudio-5.0 -PKGREVISION= 3 +DISTNAME= pulseaudio-6.0 CATEGORIES= audio MASTER_SITES= http://freedesktop.org/software/pulseaudio/releases/ EXTRACT_SUFX= .tar.xz @@ -85,7 +84,7 @@ CONF_FILES+= ${EGDIR}/system.pa ${PKG_SYSCONFDIR}/system.pa CONF_FILES+= ${EGDIR}/pulseaudio-system.conf \ ${PKG_SYSCONFBASE}/dbus-1/system.d/pulseaudio-system.conf -PLIST_VARS+= bonjour coreaudio evdev hal oss sun +PLIST_VARS+= bonjour coreaudio evdev oss sun .if ${OPSYS} == "SunOS" PLIST.sun= yes @@ -96,7 +95,6 @@ PLIST.oss= yes PLIST.bonjour= yes PLIST.coreaudio= yes .else -PLIST.hal= yes PLIST.oss= yes .endif |