|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-PIPEWIRE_VERSION = 0.3.56
|
|
|
+PIPEWIRE_VERSION = 0.3.57
|
|
|
PIPEWIRE_SOURCE = pipewire-$(PIPEWIRE_VERSION).tar.bz2
|
|
|
PIPEWIRE_SITE = https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/$(PIPEWIRE_VERSION)
|
|
|
PIPEWIRE_LICENSE = MIT, LGPL-2.1+ (libspa-alsa), GPL-2.0 (libjackserver)
|
|
@@ -32,7 +32,8 @@ PIPEWIRE_CONF_OPTS += \
|
|
|
-Dsession-managers=[] \
|
|
|
-Dlegacy-rtkit=false \
|
|
|
-Davb=disabled \
|
|
|
- -Dlibcanberra=disabled
|
|
|
+ -Dlibcanberra=disabled \
|
|
|
+ -Dflatpak=disabled
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
|
PIPEWIRE_CONF_OPTS += -Ddbus=enabled
|
|
@@ -103,8 +104,14 @@ endif
|
|
|
ifeq ($(BR2_PACKAGE_BLUEZ5_UTILS)$(BR2_PACKAGE_SBC),yy)
|
|
|
PIPEWIRE_CONF_OPTS += -Dbluez5=enabled
|
|
|
PIPEWIRE_DEPENDENCIES += bluez5_utils sbc
|
|
|
+ifeq ($(BR2_PACKAGE_OPUS),y)
|
|
|
+PIPEWIRE_CONF_OPTS += -Dbluez5-codec-opus=enabled
|
|
|
+PIPEWIRE_DEPENDENCIES += opus
|
|
|
else
|
|
|
-PIPEWIRE_CONF_OPTS += -Dbluez5=disabled
|
|
|
+PIPEWIRE_CONF_OPTS += -Dbluez5-codec-opus=disabled
|
|
|
+endif
|
|
|
+else
|
|
|
+PIPEWIRE_CONF_OPTS += -Dbluez5=disabled -Dbluez5-codec-opus=disabled
|
|
|
endif
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_FFMPEG),y)
|