Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality 14998/head
authorJohnny Vogels <35307256+jmv2009@users.noreply.github.com>
Tue, 2 Mar 2021 18:11:45 +0000 (19:11 +0100)
committerJohnny Vogels <35307256+jmv2009@users.noreply.github.com>
Tue, 2 Mar 2021 19:21:26 +0000 (20:21 +0100)
Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality

Signed-off-by: Johnny Vogels <35307256+jmv2009@users.noreply.github.com>
sound/pulseaudio/Makefile
sound/pulseaudio/patches/010-iconv.patch

index fd5df728b3478a40ddc5dd2c20da5f2d6d925f1b..7613193e0be5c3e30421c64ac35a58c3c0298965 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=pulseaudio
-PKG_VERSION:=14.0
+PKG_VERSION:=14.2
 PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
-PKG_HASH:=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
+PKG_HASH:=75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1
 
 PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
 PKG_LICENSE:=LGPL-2.1-or-later
@@ -111,7 +111,6 @@ MESON_ARGS += \
        -Datomic-arm-memory-barrier=false \
        -Dalsa=enabled \
        -Dasyncns=disabled \
-       -Dbluez5=false \
        -Dbluez5-native-headset=false \
        -Dbluez5-ofono-headset=false \
        -Dfftw=disabled \
@@ -137,12 +136,14 @@ MESON_ARGS += \
 ifeq ($(BUILD_VARIANT),avahi)
 MESON_ARGS += \
        -Davahi=enabled \
+       -Dbluez5=true \
        -Ddbus=enabled
 endif
 
 ifeq ($(BUILD_VARIANT),noavahi)
 MESON_ARGS += \
        -Davahi=disabled \
+       -Dbluez5=false \
        -Ddbus=disabled
 endif
 
index 5a6f394a7e49b34b109990b4140b39f48786645b..8da46b9263aad8efa8d420ad60b6a74a8ec8499f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/meson.build
 +++ b/meson.build
-@@ -391,12 +391,11 @@ if dl_dep.found()
+@@ -390,12 +390,11 @@ if dl_dep.found()
  endif
  
  have_iconv = false