summaryrefslogtreecommitdiff
path: root/audio/pulseaudio/buildlink3.mk
diff options
context:
space:
mode:
authorryoon <ryoon@pkgsrc.org>2019-09-18 14:12:20 +0000
committerryoon <ryoon@pkgsrc.org>2019-09-18 14:12:20 +0000
commitd1a35118ba384b9c861472a657eeca03c65b564e (patch)
treed8d14eeef314938d953132e270de6273ffb3295c /audio/pulseaudio/buildlink3.mk
parentfeb7c7046398527e2868bc6a22f92e7a249ecc06 (diff)
downloadpkgsrc-d1a35118ba384b9c861472a657eeca03c65b564e.tar.gz
Update to 13.0
Changelog: PulseAudio 13.0 Changes at a glance: * Added support for Dolby TrueHD and DTS-HD Master Audio * Improved initial card profile selection for ALSA cards * Bluetooth card profile choices aren't persistent any more by default * Added support for SteelSeries Arctis 5 USB headset * New "max_latency_msec" module argument for module-loopback * New "stream_name" module argument for module-rtp-send * Fixed S/PDIF for CMEDIA USB2.0 High-Speed True HD Audio * Use source sample spec and channel map by default in module-loopback * New "avoid_resampling" module argument for module-udev-detect and module-alsa-card * "avoid_resampling" also tries to avoid format conversion if the ALSA device supports it * New function to enable realtime scheduling for client threads * Removed BlueZ 4 support * Dropped intltool * Introduction of the Meson build system * Const-ification of parameters across headers * Minor bug-fixes, bindings updates and several translation updates
Diffstat (limited to 'audio/pulseaudio/buildlink3.mk')
-rw-r--r--audio/pulseaudio/buildlink3.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/pulseaudio/buildlink3.mk b/audio/pulseaudio/buildlink3.mk
index ef5712eb684..7c22b6e9eee 100644
--- a/audio/pulseaudio/buildlink3.mk
+++ b/audio/pulseaudio/buildlink3.mk
@@ -1,12 +1,12 @@
-# $NetBSD: buildlink3.mk,v 1.31 2018/07/06 14:10:15 ryoon Exp $
+# $NetBSD: buildlink3.mk,v 1.32 2019/09/18 14:12:20 ryoon Exp $
BUILDLINK_TREE+= pulseaudio
.if !defined(PULSEAUDIO_BUILDLINK3_MK)
PULSEAUDIO_BUILDLINK3_MK:=
-BUILDLINK_API_DEPENDS.pulseaudio+= pulseaudio>=12.0
-BUILDLINK_ABI_DEPENDS.pulseaudio+= pulseaudio>=12.0
+BUILDLINK_API_DEPENDS.pulseaudio+= pulseaudio>=13.0
+BUILDLINK_ABI_DEPENDS.pulseaudio+= pulseaudio>=13.0
BUILDLINK_PKGSRCDIR.pulseaudio?= ../../audio/pulseaudio
.include "../../mk/bsd.fast.prefs.mk"