4 "summary": "APNG patch provides APNG support to libpng.",
5 "description": "The Animated Portable Network Graphics (APNG) is an unofficial extension of the Portable Network Graphics (PNG) format. APNG patch provides APNG support to libpng.",
6 "homepage": "https://sourceforge.net/projects/libpng-apng/",
12 "libpng": "png-mng-implement@lists.sourceforge.net"
15 "git": "https://github.com/rickytan/libpng-apng.git",
18 "requires_arc": false,
23 "prepare_command": "cp -v scripts/pnglibconf.h.prebuilt ./pnglibconf.h",
24 "source_files": "*.{h,c}",
31 "private_header_files": [
38 "public_header_files": [
47 "-DHAVE_INTTYPES_H=1",
56 "-DHAVE_SYS_STAT_H=1",
57 "-DHAVE_SYS_TYPES_H=1",
60 "-Drestrict=__restrict"