Bug#1076516: libsndfile: Build dependency loop between libsndfile and lame
Samuel Thibault, le mer. 17 juil. 2024 17:57:06 +0200, a ecrit:
> That being said, I now notice a loop between libsndfile, mpg123,
> jack-audio-connection-kit, and libsndfile.
The attached patch looks like a reasonable way, just disabling mp3
temporarily, and the loops are small to get mp3 support back in
libsndfile.
Samuel
diff -ur libsndfile-1.2.2/debian/control libsndfile-1.2.2.fixed/debian/control
--- libsndfile-1.2.2/debian/control 2023-08-30 12:34:05.000000000 +0000
+++ libsndfile-1.2.2.fixed/debian/control 2024-07-18 06:55:49.000000000 +0000
@@ -9,8 +9,8 @@
debhelper-compat (= 13),
libasound2-dev [linux-any],
libflac-dev,
- libmp3lame-dev,
- libmpg123-dev,
+ libmp3lame-dev <!pkg.libsndfile.nompeg3>,
+ libmpg123-dev <!pkg.libsndfile.nompeg3>,
libogg-dev,
libopus-dev,
libspeex-dev,
@@ -30,7 +30,7 @@
Multi-Arch: same
Depends:
libflac-dev,
- libmpg123-dev,
+ libmpg123-dev <!pkg.libsndfile.nompeg3>,
libopus-dev,
libsndfile1 (= ${binary:Version}),
libvorbis-dev,
Reply to: