Package: cantata Version: 1.5.2.ds2-2 Severity: important Tags: patch User: pkg-multimedia-maintainers@lists.alioth.debian.org Usertags: ffmpeg2.9
Dear Maintainer, your package fails to build with the upcoming ffmpeg 2.9. This bug will become release-critical at some point when the ffmpeg2.9 transition gets closer. Attached is a patch replacing the deprecated functionality. It also works with ffmpeg 2.8. Please apply this patch and forward it upstream, if necessary. These changes have little regression potential. Best regards, Andreas
diff --git a/debian/patches/ffmpeg_2.9.patch b/debian/patches/ffmpeg_2.9.patch new file mode 100644 index 0000000..5f025fe --- /dev/null +++ b/debian/patches/ffmpeg_2.9.patch @@ -0,0 +1,15 @@ +Description: Replace deprecated FFmpeg API +Author: Andreas Cadhalpun <andreas.cadhal...@googlemail.com> +Last-Update: <2015-11-02> + +--- cantata-1.5.2.ds2.orig/replaygain/ffmpeginput.cpp ++++ cantata-1.5.2.ds2/replaygain/ffmpeginput.cpp +@@ -21,7 +21,7 @@ extern "C" { + #include <libavcodec/avcodec.h> + #include <libavformat/avformat.h> + #if LIBAVFORMAT_VERSION_MAJOR >= 54 +-#include <libavutil/audioconvert.h> ++#include <libavutil/channel_layout.h> + #endif + #ifdef __cplusplus + } diff --git a/debian/patches/series b/debian/patches/series index 381f209..2844f70 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -2,3 +2,4 @@ #playeradaptor.patch ebur128-location.patch libmusicbrainz5cc.patch +ffmpeg_2.9.patch
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers