Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275444 - Libpng does not seem to include support for Animated PNGs (APNG)
Summary: Libpng does not seem to include support for Animated PNGs (APNG)
Status: RESOLVED DUPLICATE of bug 183370
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL: N/A
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-25 23:34 UTC by Robert Bradbury
Modified: 2011-04-26 10:13 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Bradbury 2009-06-25 23:34:49 UTC
Attempting to build firefox from scratch, with the flags "--with-system-png" produces a configure error that the system libpng does not support APNG (animated PNG) files.  It would appear from [1] that animated PNG support is a relatively standard extension to libpng which might need an updated libpng ebuild which applies the patches provided (subject to an "apng" use flag) [and of course the libpng USE flag documentation would need updating].

This would allow libpng support for animation across multiple browsers without taking up excess memory.

1, The web site "http://littlesvr.ca/apng/" for further discussion (and patches as well as test cases).

Reproducible: Always

Steps to Reproduce:
1. Try to configure firefox sources with "--with-system-png"


Actual Results:  
Configure fails with: "--with-system-png won't work because the system's libpng doesn't have APNG support"


Expected Results:  
Firefox, mozilla, opera, etc. should be allowed to use the system PNG library with animation support.
Comment 1 Rafał Mużyło 2009-06-26 01:48:14 UTC
This bug is INVALID due to many reasons.
Among other:
- "Attempting to build firefox from scratch": firefox is in the tree
and the ebuild (including specialized eclasses involved) is among
the most complex in the tree
- those "animated PNGs", whatever they really are, seem to work just
fine in Firefox (at least the examples from that site do)

As far as the bug mentioned on that page says,
it supported in Gecko, but not really (or not at all)
in other web engines (or other apps).
Comment 2 SpanKY gentoo-dev 2011-04-26 10:13:07 UTC

*** This bug has been marked as a duplicate of bug 183370 ***