Your message dated Mon, 11 Sep 2023 10:50:11 +0000
with message-id <e1qfeud-008zhn...@fasolo.debian.org>
and subject line Bug#1040330: fixed in pipewire 0.3.79-2
has caused the Debian Bug report #1040330,
regarding Build without libffado on Ubuntu
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
1040330: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1040330
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pipewire
Version: 0.3.72-2
Severity: minor
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch
The recent update added a depends on libffado, 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?
The .install change is a bit hackish but works, I can work on another
variant with logic in the .rules instead of if you would prefer
Thanks,
diff -Nru pipewire-0.3.72/debian/changelog pipewire-0.3.72/debian/changelog
--- pipewire-0.3.72/debian/changelog 2023-07-03 09:59:54.000000000 +0200
+++ pipewire-0.3.72/debian/changelog 2023-07-04 16:15:26.000000000 +0200
@@ -1,3 +1,10 @@
+pipewire (0.3.72-3) UNRELEASED; urgency=medium
+
+ * Don't use libffafo in the Ubuntu build for now since the package
+ is in universe
+
+ -- Sebastien Bacher <seb...@ubuntu.com> Tue, 04 Jul 2023 16:15:26 +0200
+
pipewire (0.3.72-2) unstable; urgency=medium
* Upload to unstable
diff -Nru pipewire-0.3.72/debian/libpipewire-0.3-modules.install pipewire-0.3.72/debian/libpipewire-0.3-modules.install
--- pipewire-0.3.72/debian/libpipewire-0.3-modules.install 2023-07-03 09:59:54.000000000 +0200
+++ pipewire-0.3.72/debian/libpipewire-0.3-modules.install 2023-07-04 16:15:26.000000000 +0200
@@ -5,9 +5,7 @@
usr/lib/*/pipewire-0.3/libpipewire-module-client-node.so
usr/lib/*/pipewire-0.3/libpipewire-module-combine-stream.so
usr/lib/*/pipewire-0.3/libpipewire-module-echo-cancel.so
-usr/lib/*/pipewire-0.3/libpipewire-module-fallback-sink.so
-usr/lib/*/pipewire-0.3/libpipewire-module-ffado-driver.so
-usr/lib/*/pipewire-0.3/libpipewire-module-filter-chain.so
+usr/lib/*/pipewire-0.3/libpipewire-module-f*.so
usr/lib/*/pipewire-0.3/libpipewire-module-jack-tunnel.so
usr/lib/*/pipewire-0.3/libpipewire-module-jackdbus-detect.so
usr/lib/*/pipewire-0.3/libpipewire-module-link-factory.so
diff -Nru pipewire-0.3.72/debian/rules pipewire-0.3.72/debian/rules
--- pipewire-0.3.72/debian/rules 2023-07-03 09:59:54.000000000 +0200
+++ pipewire-0.3.72/debian/rules 2023-07-04 16:15:26.000000000 +0200
@@ -28,9 +28,11 @@
ifeq (yes,$(shell dpkg-vendor --derives-from Ubuntu && echo yes))
LV2=disabled
LIBMYSOFA=disabled
+LIBFFADO=disabled
else
LV2=enabled
LIBMYSOFA=enabled
+LIBFFADO=enabled
endif
override_dh_auto_configure:
@@ -47,6 +49,7 @@
-Dbluez5-codec-opus=enabled \
-Dlibcamera=$(LIBCAMERA) \
-Dlibmysofa=$(LIBMYSOFA) \
+ -Dlibffado=$(LIBFFADO) \
-Ddocs=$(DOCS) \
-Dffmpeg=disabled \
-Dinstalled_tests=enabled \
--- End Message ---
--- Begin Message ---
Source: pipewire
Source-Version: 0.3.79-2
Done: Dylan Aïssi <dai...@debian.org>
We believe that the bug you reported is fixed in the latest version of
pipewire, which is due to be installed in the Debian FTP archive.
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to 1040...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Dylan Aïssi <dai...@debian.org> (supplier of updated pipewire package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Mon, 11 Sep 2023 12:12:58 +0200
Source: pipewire
Architecture: source
Version: 0.3.79-2
Distribution: unstable
Urgency: medium
Maintainer: Utopia Maintenance Team
<pkg-utopia-maintainers@alioth-lists.debian.net>
Changed-By: Dylan Aïssi <dai...@debian.org>
Closes: 1040330 1050498 1051128 1051191
Changes:
pipewire (0.3.79-2) unstable; urgency=medium
.
[ Boud Roukema ]
* pipewire.README.Debian: Include 3 ways of restarting pipewire-related
services (Closes: #1050498)
.
[ Dylan Aïssi ]
* Cherry-pick upstream patches to fix build on alpha (Closes: #1051128)
* Add noinsttest build profile (Closes: #1051191)
* Use a wildcard in d/libpipewire-0.3-modules.install to facilitate
downstream packaging (Closes: #1040330)
Checksums-Sha1:
22c4d97b157dad31104550f5b5ec4df91f2a65ac 4557 pipewire_0.3.79-2.dsc
44c9a34ca02bbc7d4091e54b90b5735217712088 26492 pipewire_0.3.79-2.debian.tar.xz
9688b85f9570631ef5527b31084714587c68fa79 26349
pipewire_0.3.79-2_amd64.buildinfo
Checksums-Sha256:
1c5f9016277e771033506fb73b72362b2c37cca9e8fea39b6bc80775ba06bacc 4557
pipewire_0.3.79-2.dsc
7e7ad6d1e86de42be6bb540fdc803825f3a9943514fde3feaf25b797541989b6 26492
pipewire_0.3.79-2.debian.tar.xz
13971b310611d89a20e3af5bccdb24c7463dbae52a7075c3b931692ae273b30b 26349
pipewire_0.3.79-2_amd64.buildinfo
Files:
c5b23794b40899f6a7b1aad0e53d3734 4557 libs optional pipewire_0.3.79-2.dsc
7a81ca886144d656f214da906fd53c28 26492 libs optional
pipewire_0.3.79-2.debian.tar.xz
77e75243a4f94aead0c64b2d15ad9138 26349 libs optional
pipewire_0.3.79-2_amd64.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEmjwHvQbeL0FugTpdYS7xYT4FD1QFAmT+6jsACgkQYS7xYT4F
D1RI2BAAmscBnszZ3vELLjYEHpEGyQdZccCVvSjb4Xv+tB4HyQhdUwPP0jht9lqU
CRsThsg0D7j7RJyoIggGnfaPFx4jp93tsd4JC6YPhGi8OsQtVsJ7yfQCm4GvYZX6
beBGzlSpaOi5HMx4Yt5smZAd466FM+RjDSL1iJSme8Q7xDGyI4lCUuqg2LNWG3P0
pcVlUu3rJ18eVI7cOteBMbQs3kmz/HCs6QwJZ6TLjQKtJVRmFqJW1p+dxwRnzLjz
JrI3NnWjFGM3CMiEuA69Czhwb/wYOR6qtSeFD47Ilbuql0a2eQxsp1KNoxOA2LLH
/HZU//YVthb+014g6m3R1SK1YWEauqoSVel+w/tTYwDU93nf0O+hCmwZ3P5sB7Rp
AgSPVLUO/RUOBDwvEy6clJfPgI6s9+d1p8sVW6hYkb4WyblnDNIra3Yj4rmrFdbG
iLgyDfZfFJoSDUwBDfWPXpnDtct+ncGzq7MOHsHLgtBVWGOLy/UeMUTKcvUd+2e0
6Hj3fE21uQ14nlpZgPq1m+rNIWXU4pFjgP1uh/LBHRgtAHg9/3Uw7z0PifRrWbd/
m1DIiTUM6oAvJVL3j0L3n6ROGGYA18UDCMU1mC/2gzYEOo07uu0GBPbUwg959AaG
oBt+m/HB2AT1A1LzyXYjgV53sDu8O23SZCA3BAA7nJhqm7Gem4U=
=JSBz
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
Pkg-utopia-maintainers mailing list
Pkg-utopia-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-utopia-maintainers