|
@@ -4,7 +4,7 @@
|
|
|
#
|
|
|
################################################################################
|
|
|
|
|
|
-PIPEWIRE_VERSION = 0.3.40
|
|
|
+PIPEWIRE_VERSION = 0.3.43
|
|
|
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)
|
|
@@ -28,7 +28,8 @@ PIPEWIRE_CONF_OPTS += \
|
|
|
-Dvideoconvert=enabled \
|
|
|
-Dvideotestsrc=enabled \
|
|
|
-Dvolume=enabled \
|
|
|
- -Dsession-managers=[]
|
|
|
+ -Dsession-managers=[] \
|
|
|
+ -Dlv2=disabled
|
|
|
|
|
|
ifeq ($(BR2_PACKAGE_DBUS),y)
|
|
|
PIPEWIRE_CONF_OPTS += -Ddbus=enabled
|
|
@@ -174,6 +175,13 @@ else
|
|
|
PIPEWIRE_CONF_OPTS += -Decho-cancel-webrtc=disabled
|
|
|
endif
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_OPENSSL),y)
|
|
|
+PIPEWIRE_CONF_OPTS += -Draop=enabled
|
|
|
+PIPEWIRE_DEPENDENCIES += openssl
|
|
|
+else
|
|
|
+PIPEWIRE_CONF_OPTS += -Draop=disabled
|
|
|
+endif
|
|
|
+
|
|
|
define PIPEWIRE_USERS
|
|
|
pipewire -1 pipewire -1 * - - audio,video PipeWire System Daemon
|
|
|
endef
|