Your message dated Tue, 29 Mar 2016 09:50:43 +0000
with message-id <[email protected]>
and subject line Bug#803830: fixed in lebiniou 3.23-1
has caused the Debian Bug report #803830,
regarding lebiniou: 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.)
--
803830: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803830
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lebiniou
Version: 3.22-1
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..e6613eb
--- /dev/null
+++ b/debian/patches/ffmpeg_2.9.patch
@@ -0,0 +1,43 @@
+Description: Replace deprecated FFmpeg API
+Author: Andreas Cadhalpun <[email protected]>
+Last-Update: <2015-11-02>
+
+--- lebiniou-3.22.orig/plugins/stable/output/SDL/SDL.c
++++ lebiniou-3.22/plugins/stable/output/SDL/SDL.c
+@@ -83,8 +83,8 @@ SDL_refresh_32bpp(Context_t *ctx, SDL_Su
+
+ #ifndef FIXED
+ if (NULL == sws_context)
+- sws_context = sws_getContext(WIDTH, HEIGHT, PIX_FMT_RGB32,
+- out_width, out_height, PIX_FMT_BGR32,
++ sws_context = sws_getContext(WIDTH, HEIGHT, AV_PIX_FMT_RGB32,
++ out_width, out_height, AV_PIX_FMT_BGR32,
+ SWS_FAST_BILINEAR, NULL, NULL, NULL);
+ if (NULL == sws_context)
+ xerror("sws_getContext\n");
+--- lebiniou-3.22.orig/src/buffer_8bits.c
++++ lebiniou-3.22/src/buffer_8bits.c
+@@ -321,8 +321,8 @@ gray_scale(Pixel_t *grey_to, const uint1
+ struct SwsContext *sws_context = NULL;
+ int ret;
+
+- sws_context = sws_getContext(width, height, PIX_FMT_GRAY8,
+- WIDTH, HEIGHT, PIX_FMT_GRAY8,
++ sws_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
++ WIDTH, HEIGHT, AV_PIX_FMT_GRAY8,
+ SWS_FAST_BILINEAR, NULL, NULL, NULL);
+ if (NULL == sws_context)
+ xerror("sws_getContext\n");
+--- lebiniou-3.22.orig/src/buffer_RGBA.c
++++ lebiniou-3.22/src/buffer_RGBA.c
+@@ -321,8 +321,8 @@ gray_scale(Pixel_t *grey_to, const uint1
+ uint8_t *srcSlice[4]={NULL,NULL,NULL,NULL}, *dst[4]={NULL,NULL,NULL,NULL};
+ int ret;
+
+- sws_context = sws_getContext(width, height, PIX_FMT_GRAY8,
+- WIDTH, HEIGHT, PIX_FMT_GRAY8,
++ sws_context = sws_getContext(width, height, AV_PIX_FMT_GRAY8,
++ WIDTH, HEIGHT, AV_PIX_FMT_GRAY8,
+ SWS_FAST_BILINEAR, NULL, NULL, NULL);
+ if (NULL == sws_context)
+ xerror("sws_getContext\n");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..f762d21
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+ffmpeg_2.9.patch
--- End Message ---
--- Begin Message ---
Source: lebiniou
Source-Version: 3.23-1
We believe that the bug you reported is fixed in the latest version of
lebiniou, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Olivier Girondel <[email protected]> (supplier of updated lebiniou 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Thu, 03 Mar 2016 22:03:27 +0200
Source: lebiniou
Binary: lebiniou
Architecture: source
Version: 3.23-1
Distribution: unstable
Urgency: low
Maintainer: Olivier Girondel <[email protected]>
Changed-By: Olivier Girondel <[email protected]>
Description:
lebiniou - displays images that evolve with sound
Closes: 803830
Changes:
lebiniou (3.23-1) unstable; urgency=low
.
* New upstream release 3.23
* Fix FTBFS against recent ffmpeg. (Closes: #803830)
* debian/control: Standards-Version: 3.9.6.
* debian/copyright: Update copyright years.
* debian/menu: Removed.
Checksums-Sha1:
4db5b946a2e5665168e1cc55ad1264366d433d4a 1881 lebiniou_3.23-1.dsc
fda1a1e73d88232d379af32096cdcd594f753fc8 613249 lebiniou_3.23.orig.tar.gz
297680b18b5943178192542fb266b8f275665801 3912 lebiniou_3.23-1.debian.tar.xz
Checksums-Sha256:
6f70b6e6d570b9c53902e5146bfcc7c44863e22ab1795480cf31b58244be5064 1881
lebiniou_3.23-1.dsc
e98cf8ff08fb2fe182c2e6b56113162b203fc126b4aa9d629a5d604a2b642c41 613249
lebiniou_3.23.orig.tar.gz
1560fd6368d18e2d074c5e2be6ab02cdf32de9c47f4cd83ee213661158f68270 3912
lebiniou_3.23-1.debian.tar.xz
Files:
c3e17d23fddec1659d0f225efd9b1f26 1881 graphics extra lebiniou_3.23-1.dsc
31b4d6c92b9ce2ff88378ef528e3641b 613249 graphics extra
lebiniou_3.23.orig.tar.gz
58256044fe32cdd7e3cd94777f8f526b 3912 graphics extra
lebiniou_3.23-1.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJW+kl9AAoJEGny/FFupxmToc8P/jwqHSfrYP82o3tBi+vEDGoU
pWYmRINqUw/1hItwl7gdlI2XVLLqrzhXwLrCkbi2OwMiPpJTyADUfp5Tc2aASALD
tCICEb9/0deljNYAkMCpvmJfKEmPW4vjoOeF7AhASxcGbCpqUEYjY7KD6Axgl53C
yDLXUsE0FVr1nIuaiOJperRvJDzOilcHqXNYkbeJLADvgdwQdJBz+AVxV2SnPLcP
WHYu653hj6IcjCQuN//0UxCsSU2rjo14DrAgEHBTqbeGIzuqzNgU+biAI0Mu7EM2
/BHiZhgmNCOAC4l+aPE2QcuphnAXrOV4iQj0u5aI4fJYUiyJ/Xxnx9W/K6KYquYi
MHiOvxVJ5y05h19fQ4Yto9gF5EE5P2zWqh7TtioUteAsxWuODQ38ZqFajTvD9ooO
u9pS+PYKdpbYJ6thll8LOnEXQGB4SJ/WdSO700UNRhWJhFhD9Bz1+5m8daHFMo8H
Ka3RckLoQbD09cNmSeq3yPgCo/8u8gwoFQOJgnhwwkWmgbuGXIZQAHAhVp0ktPos
kI5ylLjy2J3O1or6Ga9yFHfR/rfWhh2Z7tNQbpOiWoj0l1QTAGcROXWum+4IvdIU
I7ngh3TKlsvtK/DsEEljlAdE68z1irBqHOO3z2A86Ym9e8uU0tspjltL8aIK2UkQ
HzqbKGslcJFPr26dBiht
=IBeH
-----END PGP SIGNATURE-----
--- End Message ---