Package Details: libpng-apng 1.6.55-1

Git Clone URL: https://aur.archlinux.org/libpng-apng.git (read-only, click to copy)
Package Base: libpng-apng
Description: A collection of routines used to create PNG format graphics files
Upstream URL: https://sourceforge.net/projects/libpng-apng/
Licenses: custom
Conflicts: libpng
Provides: libpng, libpng16.so
Submitter: yar
Maintainer: None
Last Packager: micwoj92
Votes: 8
Popularity: 0.90
First Submitted: 2020-09-01 09:47 (UTC)
Last Updated: 2026-03-01 22:22 (UTC)

Required by (1496)

Sources (2)

Latest Comments

1 2 Next › Last »

NY152 commented on 2026-03-03 21:52 (UTC)

@micwoj92 Replacing zlib-ng with zlib worked, but during the update, I was asked to reinstall it (which I declined). If I have to switch between them to update the package, it's going to get annoying quickly...

@cskin Editing PKGBUILD didn't work.

cskin commented on 2026-02-28 22:10 (UTC) (edited on 2026-02-28 22:11 (UTC) by cskin)

@NY152 You can relax the test by adding the following to the end of the prepare function in PKGBUILD: 'sed -i 's/--strict/--relaxed/g' tests/pngtest-all'.

micwoj92 commented on 2026-02-24 06:16 (UTC)

This is due to using zlib-ng-compat. If you use zlib then it works.

NY152 commented on 2026-02-20 19:59 (UTC) (edited on 2026-02-20 20:06 (UTC) by NY152)

test-suite.log :

https://anotepad.com/notes/78mp677d

micwoj92 commented on 2026-02-16 05:26 (UTC)

Works here. This is not compilation that failed, but test suite.
In fail message it says to check test-suite.log, there will be more information.

NY152 commented on 2026-02-14 10:15 (UTC)

Compilation failed.

https://fr.anotepad.com/notes/wajiejda

ciara commented on 2025-09-29 12:52 (UTC)

Hey the package fails to compile for me complaining about failing tests. With alot about comparing png files and failing

Files ./pngtest.png and pngout.png are different Was ./pngtest.png written with the same maximum IDAT chunk size (8192 bytes), filtering heuristic (libpng default), compression level (zlib default), and zlib version (1.3.1.zlib-ng)?

FAIL libpng FAILS test Default limits: width_max = 1000000 height_max = 1000000 cache_max = 1000 malloc_max = 8000000 ===============FAIL --strict ./pngtest.png ====================

dreieck commented on 2025-08-25 08:16 (UTC) (edited on 2025-08-25 11:18 (UTC) by dreieck)

Ahoj,

to be compatible with software that is built from source using cmake, can you please install the following files which are actually installed by official libpng package?:

/usr/lib/cmake/libpng/PNGCheckLibconf.cmake
/usr/lib/cmake/libpng/PNGConfig.cmake
/usr/lib/cmake/libpng/PNGGenConfig.cmake
/usr/lib/cmake/libpng/PNGTest.cmake

Regards and thanks for the package!

Gallifreyan commented on 2024-03-28 19:28 (UTC)

There are now APNG patches all the way up to upstream (1.6.43). Also, would you consider adding libpng16.so to "provides"? That's what the libpng package has got, and some packages pin their dependencies to that for some reason (e.g. Leptonica and Electron 28 complain when I try to install this instead of vanilla libpng).

yar commented on 2024-02-20 11:36 (UTC)

Thanks for double checking that! I just fixed the URL to avoid confusion.