Bug#827993: I Intend to Adopt agg

2017-06-19 Thread John Horigan
retitle 827993 ITA: agg -- AntiGrain Geometry graphical toolkit owner 827993 ! thanks I am an upstream maintainer of AGG. I am working with the sponsor of the previous maintainer to bring package agg up to the latest upstream revision and fix all outstanding bugs. -- john

Bug#522360: econvert: Incorrect output from SVG to PNG

2017-06-22 Thread John Horigan
reassign 522360 agg 2.5+dfsg1-12 thanks This bug is not in the libagg-dev binary package. It is in the agg source package that libagg-dev is built from. Specifically, the source files in agg-2.5+dfsg1/examples/svg_test that are incorporated in exact-image. This bug will be marked as fixed when

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

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#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#914740: agg FTCBFS: configures for the build architecture

2018-11-27 Thread John Horigan
I am preparing an update to libagg-dev with your patch and an upstream fix. I am getting a lintian warning: pkg-config-unavailable-for-cross-compilation because the pkgconfig file is being written to /usr/lib/pkgconfig instead of /usr/share/pkgconfig. Do I need to fix this in order to support

Bug#921111: agg: symbols adjustments to support build with -O3

2019-02-01 Thread John Horigan
There are several more template symbols besides those two. Shouldn't they all be marked as optional? This is my first time generating a package with a symbols file. -- john On Fri, Feb 1, 2019 at 9:03 AM Steve Langasek wrote: > Package: agg > Version: 1:2.6.0-r132+dfsg1-2 > Severity: minor >

Bug#940662: contextfree FTCBFS: strips with the wrong strip

2019-09-23 Thread John Horigan
Helmut, A new version of contextfree with your patch is awaiting the package sponsor. It can be viewed at https://mentors.debian.net/package/contextfree This package also incorporates a new upstream version and updates debhelper compatibility to v12. -- john

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#1004803: contextfree: diff for NMU version 3.3+dfsg1-1.1

2022-02-27 Thread John Horigan
Sebastian, I see no reason to delay your NMU patch. I apologize for not handling this bug in a timely manner. My Debian development system died and I am still a few weeks away from getting a replacement. When I have a working Debian system again I will confirm functionality with FFmpeg5.0 and

Bug#1038018: agg: Depends on SDL 1.2

2023-06-26 Thread John Horigan
libagg/libagg2 come with several example programs that exercise the library. After the library is built, these programs are built to ensure that the headers are correct and the library exports the correct symbols. The resulting binaries are discarded. If libsdl1.2-compat-dev works for this test

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