Your message dated Sun, 15 Nov 2015 18:33:54 +0000
with message-id <e1zy27e-0000pq...@franck.debian.org>
and subject line Bug#805169: fixed in cmus 2.7.1-1
has caused the Debian Bug report #805169,
regarding cmus-plugin-ffmpeg: not linked with libavresample
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.)


-- 
805169: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=805169
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cmus-plugin-ffmpeg
Version: 2.5.0-7+b2
Tags: sid stretch patch
Severity: grave
Justification: makes the package unusable

Dear Maintainer,

the libav10.patch makes use of libavresample, but doesn't make sure
the plugin is actually linked with that library.

Thus cmus can't dlopen this plugin:
$ cmus --plugins | grep -A 3 ffmpeg
There is no output, while there should be:
$ cmus --plugins | grep -A 3 ffmpeg
  ffmpeg:
    Priority: 30
    File Types: ac3 aif aifc aiff ape au mka shn tta wma aac fla flac m4a m4b 
mp+ mp2 mp3 mp4 mpc mpp ogg wav wv
    MIME Types:

It used to work, because Libav's libavcodec links with libavresample,
but FFmpeg's libavcodec doesn't.

The following patch fixes this bug:
---8<---
--- cmus-2.5.0.orig/configure
+++ cmus-2.5.0/configure
@@ -347,7 +347,7 @@ check_aac()
 check_ffmpeg()
 {
        HAVE_FFMPEG_AVCODEC_H=y
-       pkg_config FFMPEG "libavformat" || return $?
+       pkg_config FFMPEG "libavformat libavresample" || return $?
        if check_header "libavcodec/avcodec.h" $FFMPEG_CFLAGS
        then
                HAVE_FFMPEG_AVCODEC_H=n
--->8---

However, it might be better to just import the new upstream version,
which uses libswresample instead of libavresample.

Best regards,
Andreas


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.3.0-trunk-amd64 (SMP w/4 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash
Init: unable to detect

Versions of packages cmus-plugin-ffmpeg depends on:
ii  libavformat-ffmpeg56  7:2.8.1-1+b1
ii  libc6                 2.19-22

cmus-plugin-ffmpeg recommends no packages.

Versions of packages cmus-plugin-ffmpeg suggests:
ii  cmus  2.5.0-7+b2

-- no debconf information

--- End Message ---
--- Begin Message ---
Source: cmus
Source-Version: 2.7.1-1

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

Debian distribution maintenance software
pp.
Sebastian Ramacher <sramac...@debian.org> (supplier of updated cmus 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: SHA256

Format: 1.8
Date: Sun, 15 Nov 2015 19:24:52 +0100
Source: cmus
Binary: cmus cmus-plugin-ffmpeg
Architecture: source
Version: 2.7.1-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers 
<pkg-multimedia-maintainers@lists.alioth.debian.org>
Changed-By: Sebastian Ramacher <sramac...@debian.org>
Description:
 cmus       - lightweight ncurses audio player
 cmus-plugin-ffmpeg - lightweight ncurses audio player (FFmpeg plugin)
Closes: 695072 779335 789256 792134 805109 805169
Changes:
 cmus (2.7.1-1) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Alessio Treglia ]
   * Demote extra plugins to Suggests (Closes: #789256)
   * Refresh patchset for 2.6.0.
 .
   [ Sebastian Ramacher ]
   * New upstream release. (Closes: #779335, #792134)
     - Use libswresample instead of libavresample. (Closes: #805169, #805109)
   * Update path for README
   * debian/control:
     - Add libdiscid-dev, libopusfile-dev, libsamplerate0-dev and libjack-dev
       to Build-Depends.
     - Change libavresample-dev to libswresample-dev in Build-Depends and add
       libavcodec-dev.
     - Add bash-completion to Build-Depends.
     - Bump Standards-Version to 3.9.6.
     - Update Vcs-Browser.
     - Make cmus-plugin-ffmpeg depend on the same version of cmus (Closes:
       #695072)
   * debian/cmus.install: Install zsh completion.
   * debian/cmus.bash-completion: Install bash completion.
   * debian/rules:
     - Build with --parallel and --with bash-completion.
     - Handle jack shlibs similar to pulse.
   * debian/patches:
     - libav10.patch: Removed, no longer needed.
     - 02_link_avcodec.patch: Functions from libavcodec are used so make sure
       the ffmpeg plugin is linked against libavcodec.
Checksums-Sha1:
 fd86dbc92a73a73fdfc09267fea0dc84efc0f92d 2381 cmus_2.7.1-1.dsc
 e31000f430054f96a0cf5897caef88741992cd32 296818 cmus_2.7.1.orig.tar.gz
 d4b7175c0360a846d2e9bccf04e1a1a0bbcad3e5 8780 cmus_2.7.1-1.debian.tar.xz
Checksums-Sha256:
 af185b793d592d7e409671eee1b53c5a6d594af9dbb5796625ecd2ea044d5d39 2381 
cmus_2.7.1-1.dsc
 8179a7a843d257ddb585f4c65599844bc0e516fe85e97f6f87a7ceade4eb5165 296818 
cmus_2.7.1.orig.tar.gz
 74aa5364fed2ba258c0a8299549abb2c9f0e316b1638e2e695e05417cb6ce79e 8780 
cmus_2.7.1-1.debian.tar.xz
Files:
 967dfe96d1c08596c8b136c59bbd54c2 2381 sound optional cmus_2.7.1-1.dsc
 0588ab955db44a8e9deb03446d73b5df 296818 sound optional cmus_2.7.1.orig.tar.gz
 8b302981889847f3ca43090da2be3edf 8780 sound optional cmus_2.7.1-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJWSM41AAoJEGny/FFupxmTo2wP/3IYev/Wb000A4FubKq+puuT
XmozhAOl/anNaxVTmNQMD8ZYE5ilExB5ImkHthoEz0VBNFlzoYnocm+a0ElEwOjA
jfWsAdBlW6yOTiuitZvl74Gv3kK3EERHopu2cc+DMtHTJiKx3nrdnDfNyJnY9ZOx
7N6F9kC8IWubAZ/X+Q1mX5E+QVVISxXNcL8hE3gBI22EtUMYbaZB4LQPHNxPbwzj
CIoTvvQJAHyVfwkLJnJCYmAHtLWmDn3Z7JHQutJDEy53Ud2q7GbS8XZDgGLJRI57
/2fY/vTCZb9Jp92+JI3JAIf7PU8FrYjwAHE1swzGG9AnoeFBHmx+Gf7bvBCKsbEr
Mg6NorkNsucIELycztcs05kjYotiToZIT3CLPLiHK2GshCfdyBhvefMBrceB9GGF
Dq/1XV08GVbPkueHikaPfKagfC37WX1FrSBbB9lGSrme51/AjV0b/Hd6aesUFIy6
Vq/pnZKkehNzO+tGJrRQ7BKUewd9QT2py9eXAxmn7GmRxlioe5lgJkz+h/jLFs7b
SCcJxOzLUJ0uYCIZH0mvReePnrbfFM0D3Iak0ce2nYgKlbEMMjzGx1FdZu6owBJI
V+ecvM4l/YsUYznZCuyG7TO/hZdJI4KvoTOX22aeTfTD9qlCnC1AtK1iKeBx9KqT
VXk/nBPAaSlypMS75bzL
=ly3v
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
pkg-multimedia-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers

Reply via email to