[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#955276: marked as done ([PATCH] audacious-plugins: Missing OpenMPT plugin)



Your message dated Wed, 03 Jun 2020 14:40:37 +0000
with message-id <E1jgUZJ-000BZU-CE@fasolo.debian.org>
and subject line Bug#955276: fixed in audacious-plugins 4.0.4-1
has caused the Debian Bug report #955276,
regarding [PATCH] audacious-plugins: Missing OpenMPT plugin
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 owner@bugs.debian.org
immediately.)


-- 
955276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=955276
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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),

--- End Message ---
--- Begin Message ---
Source: audacious-plugins
Source-Version: 4.0.4-1
Done: Andrej Shadura <andrewsh@debian.org>

We believe that the bug you reported is fixed in the latest version of
audacious-plugins, 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 955276@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andrej Shadura <andrewsh@debian.org> (supplier of updated audacious-plugins 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Wed, 03 Jun 2020 15:58:28 +0200
Source: audacious-plugins
Architecture: source
Version: 4.0.4-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Andrej Shadura <andrewsh@debian.org>
Closes: 955276
Changes:
 audacious-plugins (4.0.4-1) unstable; urgency=medium
 .
   [ Andrej Shadura ]
   * New upstream bugfix release.
 .
   [ Jonathan Rubenstein ]
   * Add libopenmpt-dev as a build dependency. This allows the OpenMPT input
     plugin to build and get included in the package (Closes: #955276).
Checksums-Sha1:
 d866b5e0c4f009126b04a3bbf90719b2b447d55e 2903 audacious-plugins_4.0.4-1.dsc
 60c51546b57e0e4615ddda60b053e0871e70a4e9 1761281 audacious-plugins_4.0.4.orig.tar.bz2
 743fb84c92eae2e2bf1f5e7e448637dce6186f28 50792 audacious-plugins_4.0.4-1.debian.tar.xz
Checksums-Sha256:
 5aa9ed7ebf3c5c4c5b65230520f6242191c97361f0e355c5895fbd14b59ca9f5 2903 audacious-plugins_4.0.4-1.dsc
 36f240ab61bf19cbca2ab6da6fc44667ae582f062627e33e656224f2fab85c48 1761281 audacious-plugins_4.0.4.orig.tar.bz2
 edfcb960136dd40365f27e2d9df239800aadcb7af9029bd106fe2dc0b9645757 50792 audacious-plugins_4.0.4-1.debian.tar.xz
Files:
 593305cc00f2101de0dfbc863c6154dd 2903 sound optional audacious-plugins_4.0.4-1.dsc
 ae9518d09a3a1a2b49775d8c6198dcb1 1761281 sound optional audacious-plugins_4.0.4.orig.tar.bz2
 961480b8f58873b619e689f6944bb734 50792 sound optional audacious-plugins_4.0.4-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQEzBAEBCAAdFiEEeuS9ZL8A0js0NGiOXkCM2RzYOdIFAl7XrNMACgkQXkCM2RzY
OdK01ggAjGIBfzQYHZI4SdTwhDe3xsypmzOJH7zBt7f22tqjk4kUE42ZJXHAVHvV
gfLXjViYTUoSV94VP1FhL+yOvUoA489mvMZpKNAC8RfIKp3ObD4z4dhZ2+HxeslF
cny6xn4oM65082W6gLeamgeZEgCX3p1xT56Fft6pgopAH9EiJZu4qNUFn8QcVAEz
qAvH79KWwFxH3DVv7+FV0+VjhcSvp6kSTDWSi8LXyEJ3ZJdZQbi7uJGHjndtIMsu
MhsIlyi08FF3vI18Zpa6uVCaL4jbjpte1Y5bMzj+LmU9EB8QjbNLXASM/nD5qu9J
lLYbhMampoYMEdLdRGytbTpeXbcT1w==
=kmnS
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: