Package: audacious-plugins
Version: 4.0-2
Severity: normal
Tags: patch
Dear Maintainer,
This package is missing the OpenMPT plugin, added in version 4.0.
This is because libopenmpt-dev is missing from the build dependencies,
which causes the plugin to be disabled.
You can see this in the buildd log [1] at line 2592.
2590 checking for SNDFILE... yes
2591 checking for MODPLUG... yes
2592 checking for OPENMPT... no
<<<<<<<
2593 configure: WARNING: libopenmpt disabled due to missing dependency: libopenmpt >= 0.2
<<<<<<<
2594 checking for SIDPLAYFP... yes
2595 checking zlib.h usability... yes
Adding this to debian/control at >= 0.2 according to the openmpt
meson.build file [2] allows this plugin to be built.
I've attached a patch file that makes the required change.
Thank you for your consideration!
[1]
https://buildd.debian.org/status/fetch.php?pkg=audacious-plugins&arch=amd64&ver=4.0-2&stamp=1584959480&raw=0
[2]
https://salsa.debian.org/multimedia-team/audacious-plugins/-/blob/1dfc096d0542efab70d47ccd2d7617c18fae792d/src/openmpt/meson.build#L1
-- System Information:
Debian Release: bullseye/sid
APT prefers testing
APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.4.0-4-amd64 (SMP w/12 CPU cores)
Locale: LANG=fi_FI.UTF-8, LC_CTYPE=fi_FI.UTF-8 (charmap=UTF-8),
LANGUAGE=fi:en_US (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
Versions of packages audacious-plugins depends on:
ii audacious-plugins-data 4.0-2
ii libasound2 1.2.2-2.1
ii libaudcore5 4.0-3
ii libaudgui5 4.0-3
ii libaudtag3 4.0-3
ii libavcodec58 7:4.2.2-1+b1
ii libavformat58 7:4.2.2-1+b1
ii libavutil56 7:4.2.2-1+b1
ii libbs2b0 3.1.0+dfsg-2.2+b1
ii libc6 2.30-2
ii libcairo2 1.16.0-4
ii libcddb2 1.3.2-6+b1
ii libcdio-cdda2 10.2+2.0.0-1+b1
ii libcdio18 2.0.0-2
ii libcue2 2.2.1-2
ii libcurl3-gnutls 7.68.0-1
ii libfaad2 2.9.1-1
ii libflac8 1.3.3-1
ii libfluidsynth2 2.1.1-2
ii libgcc-s1 10-20200324-1
ii libgdk-pixbuf2.0-0 2.40.0+dfsg-3
ii libgl1 1.3.1-1
ii libglib2.0-0 2.64.1-1
ii libgtk2.0-0 2.24.32-4
ii libjack-jackd2-0 [libjack-0.125] 1.9.12~dfsg-2+b1
ii liblirc-client0 0.10.1-6.1
ii libmms0 0.6.4-3
ii libmodplug1 1:0.8.9.0-2
ii libmp3lame0 3.100-3
ii libmpg123-0 1.25.13-1
ii libneon27-gnutls 0.30.2-4
ii libnotify4 0.7.9-1
ii libogg0 1.3.2-1+b1
ii libpango-1.0-0 1.42.4-8
ii libpangocairo-1.0-0 1.42.4-8
ii libpulse0 13.0-5
ii libsamplerate0 0.1.9-2
ii libsdl2-2.0-0 2.0.10+dfsg1-2
ii libsidplayfp4 1.8.8-1+b1
ii libsndfile1 1.0.28-7
ii libsndio7.0 1.5.0-3
ii libsoxr0 0.1.3-1
ii libstdc++6 10-20200324-1
ii libvorbis0a 1.3.6-2
ii libvorbisenc2 1.3.6-2
ii libvorbisfile3 1.3.6-2
ii libwavpack1 5.2.0-1
ii libx11-6 2:1.6.9-2
ii libxcomposite1 1:0.4.4-2
ii libxml2 2.9.10+dfsg-4
ii libxrender1 1:0.9.10-1
ii zlib1g 1:1.2.11.dfsg-2
Versions of packages audacious-plugins recommends:
ii audacious 4.0-3
audacious-plugins suggests no packages.
-- no debconf information
--- a/debian/control 2020-03-23 05:34:17.000000000 -0400
+++ b/debian/control 2020-03-29 02:04:24.113304465 -0400
@@ -30,6 +30,7 @@
liblircclient-dev,
libmms-dev (>= 0.3),
libmodplug-dev,
+ libopenmpt-dev (>= 0.2),
libmp3lame-dev,
libmpg123-dev,
libneon27-gnutls-dev (>= 0.26),