mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 04:49:29 +00:00
pipewire: upgrade 0.3.59 -> 0.3.60
- switch PIPEWIRE_SESSION_MANAGER to wireplumber by default Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
DEPENDS = "dbus ncurses"
|
DEPENDS = "dbus ncurses"
|
||||||
|
|
||||||
SRCREV = "f54a72fd9a67eeb8d1502d6d75979dbddb00fdf2"
|
SRCREV = "38382d002d0905d60a964fc84dcaf4f8b507a473"
|
||||||
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
|
SRC_URI = "git://gitlab.freedesktop.org/pipewire/pipewire.git;branch=master;protocol=https"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
@@ -76,7 +76,7 @@ CFLAGS:append = " -Wno-typedef-redefinition"
|
|||||||
# According to wireplumber documentation only one session manager should be installed at a time
|
# According to wireplumber documentation only one session manager should be installed at a time
|
||||||
# Possible options are media-session, which has fewer dependencies but is very simple,
|
# Possible options are media-session, which has fewer dependencies but is very simple,
|
||||||
# or wireplumber, which is more powerful.
|
# or wireplumber, which is more powerful.
|
||||||
PIPEWIRE_SESSION_MANAGER ??= "media-session"
|
PIPEWIRE_SESSION_MANAGER ??= "wireplumber"
|
||||||
|
|
||||||
FFMPEG_AVAILABLE = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'ffmpeg', '', d)}"
|
FFMPEG_AVAILABLE = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'ffmpeg', '', d)}"
|
||||||
BLUETOOTH_AAC = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'bluez-aac', '', d)}"
|
BLUETOOTH_AAC = "${@bb.utils.contains('LICENSE_FLAGS_ACCEPTED', 'commercial', 'bluez-aac', '', d)}"
|
||||||
Reference in New Issue
Block a user