diff options
author | ryoon <ryoon@pkgsrc.org> | 2017-09-08 02:27:44 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2017-09-08 02:27:44 +0000 |
commit | 5a139422af4f418d05c0a8d7e59f9341fe9fd06c (patch) | |
tree | 757dfb682f5aed3aa76e776824ecf65aa0e13176 /audio/pulseaudio/buildlink3.mk | |
parent | aafc43d66fb03a70a5ef3566a5711988fdca41e5 (diff) | |
download | pkgsrc-5a139422af4f418d05c0a8d7e59f9341fe9fd06c.tar.gz |
Update to 11.0
Changelog:
PulseAudio 11.0 release notes
Changes at a glance
Support for newer AirPlay hardware
USB and bluetooth devices preferred over internal sound cards
The default sink and source configuration is remembered better
Bluetooth HSP headset role implemented
Bluetooth HFP audio gateway role implemented (requires oFono)
Bluetooth HSP audio gateway and HFP hands-free unit roles can be enabled simultaneously
Upmixing can now be disabled without bad side effects
Avoid having unavailable sinks or sources as the default
Option to avoid resampling more often
Option to automatically switch bluetooth profile to HSP more often
Better latency regulation in module-loopback
Changed module argument names in module-ladspa-sink and module-virtual-surround-sink
Fixed input device handling on Windows
Improved bluetooth MTU configuration (warning! this causes some hardware to not work any more, see the details below for how to fix it)
GNU Hurd support
Applications can request LADSPA or virtual surround filtering for their streams
Support for 32-bit applications on 64-bit systems in padsp
Diffstat (limited to 'audio/pulseaudio/buildlink3.mk')
-rw-r--r-- | audio/pulseaudio/buildlink3.mk | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pulseaudio/buildlink3.mk b/audio/pulseaudio/buildlink3.mk index 8299198f904..3086463345f 100644 --- a/audio/pulseaudio/buildlink3.mk +++ b/audio/pulseaudio/buildlink3.mk @@ -1,12 +1,12 @@ -# $NetBSD: buildlink3.mk,v 1.27 2017/01/23 12:24:18 wiz Exp $ +# $NetBSD: buildlink3.mk,v 1.28 2017/09/08 02:27:44 ryoon Exp $ BUILDLINK_TREE+= pulseaudio .if !defined(PULSEAUDIO_BUILDLINK3_MK) PULSEAUDIO_BUILDLINK3_MK:= -BUILDLINK_API_DEPENDS.pulseaudio+= pulseaudio>=10.0 -BUILDLINK_ABI_DEPENDS.pulseaudio+= pulseaudio>=10.0 +BUILDLINK_API_DEPENDS.pulseaudio+= pulseaudio>=11.0 +BUILDLINK_ABI_DEPENDS.pulseaudio+= pulseaudio>=11.0 BUILDLINK_PKGSRCDIR.pulseaudio?= ../../audio/pulseaudio .include "../../mk/bsd.fast.prefs.mk" |