Pulseaudio: update to 14.2; avahi-variant: Restore Bluez functionality
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>
This commit is contained in:
parent
cf8cb8541f
commit
732ec3df5f
2 changed files with 5 additions and 4 deletions
|
@ -8,12 +8,12 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=pulseaudio
|
PKG_NAME:=pulseaudio
|
||||||
PKG_VERSION:=14.0
|
PKG_VERSION:=14.2
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
|
||||||
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
|
PKG_SOURCE_URL:=https://freedesktop.org/software/pulseaudio/releases
|
||||||
PKG_HASH:=a834775d9382b055504e5ee7625dc50768daac29329531deb6597bf05e06c261
|
PKG_HASH:=75d3f7742c1ae449049a4c88900e454b8b350ecaa8c544f3488a2562a9ff66f1
|
||||||
|
|
||||||
PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
PKG_MAINTAINER:=Peter Wagner <tripolar@gmx.at>
|
||||||
PKG_LICENSE:=LGPL-2.1-or-later
|
PKG_LICENSE:=LGPL-2.1-or-later
|
||||||
|
@ -111,7 +111,6 @@ MESON_ARGS += \
|
||||||
-Datomic-arm-memory-barrier=false \
|
-Datomic-arm-memory-barrier=false \
|
||||||
-Dalsa=enabled \
|
-Dalsa=enabled \
|
||||||
-Dasyncns=disabled \
|
-Dasyncns=disabled \
|
||||||
-Dbluez5=false \
|
|
||||||
-Dbluez5-native-headset=false \
|
-Dbluez5-native-headset=false \
|
||||||
-Dbluez5-ofono-headset=false \
|
-Dbluez5-ofono-headset=false \
|
||||||
-Dfftw=disabled \
|
-Dfftw=disabled \
|
||||||
|
@ -137,12 +136,14 @@ MESON_ARGS += \
|
||||||
ifeq ($(BUILD_VARIANT),avahi)
|
ifeq ($(BUILD_VARIANT),avahi)
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Davahi=enabled \
|
-Davahi=enabled \
|
||||||
|
-Dbluez5=true \
|
||||||
-Ddbus=enabled
|
-Ddbus=enabled
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(BUILD_VARIANT),noavahi)
|
ifeq ($(BUILD_VARIANT),noavahi)
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Davahi=disabled \
|
-Davahi=disabled \
|
||||||
|
-Dbluez5=false \
|
||||||
-Ddbus=disabled
|
-Ddbus=disabled
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -391,12 +391,11 @@ if dl_dep.found()
|
@@ -390,12 +390,11 @@ if dl_dep.found()
|
||||||
endif
|
endif
|
||||||
|
|
||||||
have_iconv = false
|
have_iconv = false
|
||||||
|
|
Loading…
Reference in a new issue