New commits:
commit 8f305948266e42678e58a595db6570bf0cf4ab1b
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>
video/pipewire: removed bluez5 double dependency
(now optional with -sub),
fixed building with ffmpeg-svn
diff --git a/video/pipewire/DEPENDS b/video/pipewire/DEPENDS
index 496100c..c37d3e3 100755
--- a/video/pipewire/DEPENDS
+++ b/video/pipewire/DEPENDS
@@ -21,10 +21,9 @@ optional_depends avahi "avahi=enabled" "avahi=disabled"
\
"for service-discovery support"
&&
optional_depends alsa-lib "pipewire-alsa=enabled" "pipewire-alsa=disabled" \
"ALSA sound support"
&&
-optional_depends bluez5 "bluez5=enabled" "bluez5=disabled" \
+optional_depends -sub "LIBRARY" bluez5 "bluez5=enabled" "bluez5=disabled" \
"Bluetooth support"
&&
if is_depends_enabled $SPELL bluez5; then
- sub_depends bluez5 LIBRARY &&
depends sbc &&
optional_depends opus \
"bluez5-codec-opus=enabled" \
diff --git a/video/pipewire/HISTORY b/video/pipewire/HISTORY
index a430569..2e349c3 100644
--- a/video/pipewire/HISTORY
+++ b/video/pipewire/HISTORY
@@ -1,3 +1,8 @@
+2025-06-03 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: removed duplicate code in bluez5 subdependency
+ * PRE_BUILD, patches-ffmpeg-svn/0001-pw-cat.patch: added patch
+ to fix building with ffmpeg-svn
+
2025-06-03 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: added bluez5[LIBRARY]