pulseaudio: bump version

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Peter Korsgaard 2014-03-16 21:06:40 +01:00
parent 9b4696a49f
commit 71f51da0c9

View File

@ -4,7 +4,7 @@
# #
################################################################################ ################################################################################
PULSEAUDIO_VERSION = 4.0 PULSEAUDIO_VERSION = 5.0
PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz PULSEAUDIO_SOURCE = pulseaudio-$(PULSEAUDIO_VERSION).tar.xz
PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases/ PULSEAUDIO_SITE = http://freedesktop.org/software/pulseaudio/releases/
PULSEAUDIO_INSTALL_STAGING = YES PULSEAUDIO_INSTALL_STAGING = YES
@ -41,6 +41,13 @@ else
PULSEAUDIO_CONF_OPT += --disable-orc PULSEAUDIO_CONF_OPT += --disable-orc
endif endif
ifeq ($(BR2_PACKAGE_LIBCAP),y)
PULSEAUDIO_DEPENDENCIES += libcap
PULSEAUDIO_CONF_OPT += --with-caps
else
PULSEAUDIO_CONF_OPT += --without-caps
endif
ifneq ($(BR2_INSTALL_LIBSTDCPP),y) ifneq ($(BR2_INSTALL_LIBSTDCPP),y)
# The optional webrtc echo canceller is written in C++, causing auto* to want # The optional webrtc echo canceller is written in C++, causing auto* to want
# to link module-echo-cancel.so with CXX even if webrtc ISN'T used. # to link module-echo-cancel.so with CXX even if webrtc ISN'T used.