Package: pipewire
Version: 0.3.41-1
The recent update added a depends on liblilv, that component is
currently in Ubuntu universe so it means we need to build without it
there. Could you consider using the attached patch so we can keep the
package in sync between the distributions?
Thanks,
diff -Nru pipewire-0.3.41/debian/changelog pipewire-0.3.41/debian/changelog
--- pipewire-0.3.41/debian/changelog 2021-12-13 12:09:33.000000000 +0100
+++ pipewire-0.3.41/debian/changelog 2021-12-14 13:01:38.000000000 +0100
@@ -1,3 +1,11 @@
+pipewire (0.3.41-2) UNRELEASED; urgency=medium
+
+ * debian/rules:
+ - disable the new lv2 option on Ubuntu, lilv and its depends
+ (serd, sord, sratom) are currently in universe
+
+ -- Sebastien Bacher <[email protected]> Tue, 14 Dec 2021 13:01:38 +0100
+
pipewire (0.3.41-1) unstable; urgency=medium
* Team upload.
diff -Nru pipewire-0.3.41/debian/rules pipewire-0.3.41/debian/rules
--- pipewire-0.3.41/debian/rules 2021-12-13 12:09:33.000000000 +0100
+++ pipewire-0.3.41/debian/rules 2021-12-14 13:01:20.000000000 +0100
@@ -18,6 +18,13 @@
BLUEZ5_CODEC_LDAC=enabled
endif
+# lilv and some of its dependencies are in universe
+ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
+LV2=disabled
+else
+LV2=enabled
+endif
+
override_dh_auto_configure:
dh_auto_configure -- \
-Daudiotestsrc=enabled \
@@ -30,6 +37,7 @@
-Ddocs=$(DOCS) \
-Dffmpeg=disabled \
-Dinstalled_tests=enabled \
+ -Dlv2=$(LV2) \
-Dman=enabled \
-Droc=disabled \
-Dsession-managers= \
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers