Your message dated Wed, 09 Mar 2016 22:03:37 +0000
with message-id <[email protected]>
and subject line Bug#813151: Removed package(s) from unstable
has caused the Debian Bug report #803872,
regarding wxsvg: FTBFS with FFmpeg 2.9
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 [email protected]
immediately.)
--
803872: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803872
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: wxsvg
Version: 1.4~dfsg-3
Severity: important
Tags: patch
User: [email protected]
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..4f55464
--- /dev/null
+++ b/debian/patches/ffmpeg_2.9.patch
@@ -0,0 +1,15 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun <[email protected]>
+Last-Update: <2015-11-02>
+
+--- wxsvg-1.4~dfsg.orig/src/mediadec_ffmpeg.cpp
++++ wxsvg-1.4~dfsg/src/mediadec_ffmpeg.cpp
+@@ -265,7 +265,7 @@ wxImage wxFfmpegMediaDecoder::GetNextFra
+ avcodec_decode_video2(m_codecCtx, m_frame, &frameFinished, &packet);
+ if (frameFinished) {
+ SwsContext* imgConvertCtx = sws_getContext(m_codecCtx->width, m_codecCtx->height, m_codecCtx->pix_fmt,
+- m_width, m_height, PIX_FMT_RGB24, SWS_BICUBIC, NULL, NULL, NULL);
++ m_width, m_height, AV_PIX_FMT_RGB24, SWS_BICUBIC, NULL, NULL, NULL);
+ if (imgConvertCtx == NULL)
+ return wxImage();
+
diff --git a/debian/patches/series b/debian/patches/series
index ee77a31..f6aab62 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
libav10.patch
+ffmpeg_2.9.patch
--- End Message ---
--- Begin Message ---
Version: 2:1.4~dfsg-3+rm
Dear submitter,
as the package wxsvg has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/813151
The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].
Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)
--- End Message ---
_______________________________________________
pkg-multimedia-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers