Package: pipewire
Version: 0.3.70-1
Severity: minor
Tags: patch
User: [email protected]
Usertags: origin-ubuntu mantic ubuntu-patch

The recent update added a depends on libmysofa, 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.70/debian/changelog pipewire-0.3.70/debian/changelog
--- pipewire-0.3.70/debian/changelog	2023-04-20 17:01:11.000000000 +0200
+++ pipewire-0.3.70/debian/changelog	2023-05-08 11:07:31.000000000 +0200
@@ -1,3 +1,10 @@
+pipewire (0.3.70-2) UNRELEASED; urgency=medium
+
+  * Don't use libmysofa in the Ubuntu build for now since the package
+    is in universe
+
+ -- Sebastien Bacher <[email protected]>  Mon, 08 May 2023 11:07:31 +0200
+
 pipewire (0.3.70-1) experimental; urgency=medium
 
   * New upstream release
diff -Nru pipewire-0.3.70/debian/control pipewire-0.3.70/debian/control
--- pipewire-0.3.70/debian/control	2023-04-20 17:01:11.000000000 +0200
+++ pipewire-0.3.70/debian/control	2023-05-08 11:07:31.000000000 +0200
@@ -1,7 +1,8 @@
 Source: pipewire
 Section: libs
 Priority: optional
-Maintainer: Utopia Maintenance Team <[email protected]>
+Maintainer: Ubuntu Developers <[email protected]>
+XSBC-Original-Maintainer: Utopia Maintenance Team <[email protected]>
 Uploaders: Jeremy Bicha <[email protected]>,
            Dylan Aïssi <[email protected]>
 Build-Depends: debhelper-compat (= 13),
diff -Nru pipewire-0.3.70/debian/rules pipewire-0.3.70/debian/rules
--- pipewire-0.3.70/debian/rules	2023-04-20 17:01:11.000000000 +0200
+++ pipewire-0.3.70/debian/rules	2023-05-08 11:06:34.000000000 +0200
@@ -27,8 +27,10 @@
 # lilv and some of its dependencies are in universe
 ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
 LV2=disabled
+LIBMYSOFA=disabled
 else
 LV2=enabled
+LIBMYSOFA=enabled
 endif
 
 override_dh_auto_configure:
@@ -44,6 +46,7 @@
 		-Dbluez5-codec-ldac=$(BLUEZ5_CODEC_LDAC) \
 		-Dbluez5-codec-opus=enabled \
 		-Dlibcamera=$(LIBCAMERA) \
+		-Dlibmysofa=$(LIBMYSOFA) \
 		-Ddocs=$(DOCS) \
 		-Dffmpeg=disabled \
 		-Dinstalled_tests=enabled \
_______________________________________________
Pkg-utopia-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers

Reply via email to