Bug#1067603: contextfree: FTBFS on armhf: test failure with missing codec

2024-03-27 Thread John Horigan
Could this bug be the cause? https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1012791 If libavcodec cannot access libx264.so due to some executable stack security issue, then it would fail to load the libx264 encoder. -- john

Bug#1067603: contextfree: FTBFS on armhf: test failure with missing codec

2024-03-27 Thread John Horigan
That error message indicates that libavcodec60 does not support the libx264 codec for encoding H.264 files. libavcodec60 lists libx264-164 as a dependency, with no exception for armel or armhf systems, so I don't know why the codec won't load. Can you run the command ffmpeg -codecs on an armhf

Bug#951939: contextfree: FTBFS: src-common/cfdg.cpp:75:71: error: no matching function for call to ‘find(std::array, 18>::const_iterator, std::array

2020-02-23 Thread John Horigan
This bug is due to several source files using STL algorithms without having the required #include . This will be fixed in upstream and a new feature release of Context Free will be uploaded to Debian soon.

Bug#919322: CVE-2019-6245 CVE-2019-6247

2019-01-15 Thread John Horigan
I have prepared a new version of libagg-dev that fixes #377270 and I was about to ask the package sponsor to upload it when this issue surfaced. I will fold in fixes for the new bugs too. -- john On Mon, 14 Jan 2019 23:27:23 +0100 Moritz Muehlenhoff wrote: > Source: agg > Severity: grave > >

Bug#853424: gnash: ftbfs with GCC-7

2017-12-16 Thread John Horigan
It is unfortunate that the author of revision 63 chose to remove rgba8_pre, rather than create linear and sRGB variants. If you replace agg::rgba8_pre(r,g,b,a) with agg::rgba8(r,g,b,a).premultiply() it should work for both the old and new versions of libagg -- john On Sat, Dec 16, 2017 at 12:11

Bug#872738: contextfree FTBFS on ppc64el: error: 'CTL_HW' was not declared in this scope

2017-08-23 Thread John Horigan
I have applied Frederic'c patch to the upstream source as well as fixes for the FTBFS issues with other platforms (ppc, alpha, hurd-i386, x32). I also eliminated the use of the deprecated readdir_r() function. Context Free 3.0.11.5 package is being reviewed by the package sponsor. -- john On