update png.library to v53 (libpng 1.6.36). autogenerate the config file. (NicJA)
commite54dcc32e02593cdc7576228c4c7fd9fee7a84d2
authorwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 6 Mar 2019 10:22:32 +0000 (6 10:22 +0000)
committerwawa <wawa@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 6 Mar 2019 10:22:32 +0000 (6 10:22 +0000)
tree3a492a0eecbf8d9d427392c457e3f7eab315f304
parent587cd09e6163bee63666ea0b8800819c04628006
update png.library to v53 (libpng 1.6.36). autogenerate the config file. (NicJA)

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@55781 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
184 files changed:
workbench/libs/png/ANNOUNCE
workbench/libs/png/AUTHORS [new file with mode: 0644]
workbench/libs/png/CHANGES
workbench/libs/png/CMakeLists.txt
workbench/libs/png/INSTALL
workbench/libs/png/LICENSE
workbench/libs/png/Makefile.am
workbench/libs/png/Makefile.in
workbench/libs/png/README
workbench/libs/png/TODO
workbench/libs/png/TRADEMARK [new file with mode: 0644]
workbench/libs/png/aclocal.m4
workbench/libs/png/arm/arm_init.c
workbench/libs/png/arm/filter_neon.S
workbench/libs/png/arm/filter_neon_intrinsics.c
workbench/libs/png/arm/palette_neon_intrinsics.c [new file with mode: 0644]
workbench/libs/png/autogen.sh
workbench/libs/png/compile
workbench/libs/png/config.guess
workbench/libs/png/config.h.in
workbench/libs/png/config.sub
workbench/libs/png/configure
workbench/libs/png/configure.ac
workbench/libs/png/contrib/arm-neon/android-ndk.c
workbench/libs/png/contrib/arm-neon/linux.c
workbench/libs/png/contrib/conftest/pngcp.dfa
workbench/libs/png/contrib/examples/iccfrompng.c
workbench/libs/png/contrib/examples/pngpixel.c
workbench/libs/png/contrib/examples/pngtopng.c
workbench/libs/png/contrib/gregbook/README
workbench/libs/png/contrib/gregbook/readpng.c
workbench/libs/png/contrib/gregbook/readpng2.c
workbench/libs/png/contrib/gregbook/readppm.c
workbench/libs/png/contrib/gregbook/rpng-win.c
workbench/libs/png/contrib/gregbook/rpng-x.c
workbench/libs/png/contrib/gregbook/rpng2-win.c
workbench/libs/png/contrib/gregbook/rpng2-x.c
workbench/libs/png/contrib/gregbook/wpng.c
workbench/libs/png/contrib/gregbook/writepng.c
workbench/libs/png/contrib/intel/INSTALL [deleted file]
workbench/libs/png/contrib/intel/intel_sse.patch [deleted file]
workbench/libs/png/contrib/libtests/makepng.c
workbench/libs/png/contrib/libtests/pngimage.c
workbench/libs/png/contrib/libtests/pngstest.c
workbench/libs/png/contrib/libtests/pngunknown.c
workbench/libs/png/contrib/libtests/pngvalid.c
workbench/libs/png/contrib/libtests/readpng.c
workbench/libs/png/contrib/libtests/tarith.c
workbench/libs/png/contrib/libtests/timepng.c
workbench/libs/png/contrib/oss-fuzz/Dockerfile [new file with mode: 0644]
workbench/libs/png/contrib/oss-fuzz/README.txt [new file with mode: 0644]
workbench/libs/png/contrib/oss-fuzz/build.sh [new file with mode: 0644]
workbench/libs/png/contrib/oss-fuzz/libpng_read_fuzzer.cc [new file with mode: 0644]
workbench/libs/png/contrib/oss-fuzz/libpng_read_fuzzer.options [new file with mode: 0644]
workbench/libs/png/contrib/oss-fuzz/png.dict [new file with mode: 0644]
workbench/libs/png/contrib/pngminus/README
workbench/libs/png/contrib/pngminus/png2pnm.bat
workbench/libs/png/contrib/pngminus/png2pnm.c
workbench/libs/png/contrib/pngminus/png2pnm.sh
workbench/libs/png/contrib/pngminus/pnm2png.bat
workbench/libs/png/contrib/pngminus/pnm2png.c
workbench/libs/png/contrib/pngminus/pnm2png.sh
workbench/libs/png/contrib/pngsuite/README
workbench/libs/png/contrib/pngsuite/bad_interlace_conversions.txt [new file with mode: 0644]
workbench/libs/png/contrib/pngsuite/interlaced/README [new file with mode: 0644]
workbench/libs/png/contrib/powerpc-vsx/README [new file with mode: 0644]
workbench/libs/png/contrib/powerpc-vsx/linux.c [new file with mode: 0644]
workbench/libs/png/contrib/powerpc-vsx/linux_aux.c [new file with mode: 0644]
workbench/libs/png/contrib/testpngs/makepngs.sh
workbench/libs/png/contrib/tools/chkfmt
workbench/libs/png/contrib/tools/genpng.c
workbench/libs/png/contrib/tools/makesRGB.c
workbench/libs/png/contrib/tools/pngcp.c
workbench/libs/png/contrib/tools/pngfix.c
workbench/libs/png/contrib/tools/sRGB.h
workbench/libs/png/contrib/visupng/PngFile.c
workbench/libs/png/contrib/visupng/PngFile.h
workbench/libs/png/contrib/visupng/VisualPng.c
workbench/libs/png/depcomp
workbench/libs/png/example.c
workbench/libs/png/install-sh
workbench/libs/png/intel/filter_sse2_intrinsics.c [moved from workbench/libs/png/contrib/intel/filter_sse2_intrinsics.c with 81% similarity]
workbench/libs/png/intel/intel_init.c [moved from workbench/libs/png/contrib/intel/intel_init.c with 86% similarity]
workbench/libs/png/libpng-manual.txt
workbench/libs/png/libpng.3
workbench/libs/png/libpng.pc.in
workbench/libs/png/libpngpf.3
workbench/libs/png/mips/filter_msa_intrinsics.c
workbench/libs/png/mips/mips_init.c
workbench/libs/png/missing
workbench/libs/png/mmakefile.src
workbench/libs/png/png.5
workbench/libs/png/png.c
workbench/libs/png/png.conf
workbench/libs/png/png.h
workbench/libs/png/pngconf.h
workbench/libs/png/pngdebug.h
workbench/libs/png/pngerror.c
workbench/libs/png/pngget.c
workbench/libs/png/pnginfo.h
workbench/libs/png/pnglibconf.h [deleted file]
workbench/libs/png/pngmem.c
workbench/libs/png/pngpread.c
workbench/libs/png/pngpriv.h
workbench/libs/png/pngread.c
workbench/libs/png/pngrio.c
workbench/libs/png/pngrtran.c
workbench/libs/png/pngrutil.c
workbench/libs/png/pngset.c
workbench/libs/png/pngstruct.h
workbench/libs/png/pngtest.c
workbench/libs/png/pngtrans.c
workbench/libs/png/pngwio.c
workbench/libs/png/pngwrite.c
workbench/libs/png/pngwtran.c
workbench/libs/png/pngwutil.c
workbench/libs/png/powerpc/filter_vsx_intrinsics.c [new file with mode: 0644]
workbench/libs/png/powerpc/powerpc_init.c [copied from workbench/libs/png/mips/mips_init.c with 53% similarity]
workbench/libs/png/projects/owatcom/pngconfig.mak
workbench/libs/png/projects/visualc71/README.txt
workbench/libs/png/projects/vstudio/README.txt
workbench/libs/png/projects/vstudio/WARNING [deleted file]
workbench/libs/png/projects/vstudio/zlib.props
workbench/libs/png/scripts/README.txt
workbench/libs/png/scripts/def.c [deleted file]
workbench/libs/png/scripts/def.dfn [deleted file]
workbench/libs/png/scripts/descrip.mms
workbench/libs/png/scripts/intprefix.dfn [deleted file]
workbench/libs/png/scripts/libpng-config-head.in
workbench/libs/png/scripts/libpng.pc.in
workbench/libs/png/scripts/makefile.32sunu
workbench/libs/png/scripts/makefile.64sunu
workbench/libs/png/scripts/makefile.cegcc
workbench/libs/png/scripts/makefile.darwin
workbench/libs/png/scripts/makefile.freebsd
workbench/libs/png/scripts/makefile.hp64
workbench/libs/png/scripts/makefile.hpgcc
workbench/libs/png/scripts/makefile.hpux
workbench/libs/png/scripts/makefile.linux
workbench/libs/png/scripts/makefile.linux-opt [copied from workbench/libs/png/scripts/makefile.linux with 84% similarity]
workbench/libs/png/scripts/makefile.mips
workbench/libs/png/scripts/makefile.msc [deleted file]
workbench/libs/png/scripts/makefile.msys
workbench/libs/png/scripts/makefile.ne12bsd
workbench/libs/png/scripts/makefile.netbsd
workbench/libs/png/scripts/makefile.openbsd
workbench/libs/png/scripts/makefile.sco
workbench/libs/png/scripts/makefile.sggcc
workbench/libs/png/scripts/makefile.sgi
workbench/libs/png/scripts/makefile.so9
workbench/libs/png/scripts/makefile.solaris
workbench/libs/png/scripts/makefile.solaris-x86 [deleted file]
workbench/libs/png/scripts/makefile.std
workbench/libs/png/scripts/makefile.sunos
workbench/libs/png/scripts/makefile.tc3 [deleted file]
workbench/libs/png/scripts/options.awk
workbench/libs/png/scripts/pnglibconf.dfa
workbench/libs/png/scripts/pnglibconf.h.prebuilt
workbench/libs/png/scripts/prefix.dfn [deleted file]
workbench/libs/png/scripts/symbols.def
workbench/libs/png/scripts/symbols.dfn [deleted file]
workbench/libs/png/scripts/vers.dfn [deleted file]
workbench/libs/png/test-driver
workbench/libs/png/tests/pngstest-0g01 [deleted file]
workbench/libs/png/tests/pngstest-0g02 [deleted file]
workbench/libs/png/tests/pngstest-0g04 [deleted file]
workbench/libs/png/tests/pngstest-0g08 [deleted file]
workbench/libs/png/tests/pngstest-0g16 [deleted file]
workbench/libs/png/tests/pngstest-2c08 [deleted file]
workbench/libs/png/tests/pngstest-2c16 [deleted file]
workbench/libs/png/tests/pngstest-3p01 [deleted file]
workbench/libs/png/tests/pngstest-3p02 [deleted file]
workbench/libs/png/tests/pngstest-3p04 [deleted file]
workbench/libs/png/tests/pngstest-3p08 [deleted file]
workbench/libs/png/tests/pngstest-4a08 [deleted file]
workbench/libs/png/tests/pngstest-4a16 [deleted file]
workbench/libs/png/tests/pngstest-6a08 [deleted file]
workbench/libs/png/tests/pngstest-6a16 [deleted file]
workbench/libs/png/tests/pngstest-error [deleted file]
workbench/libs/png/tests/pngtest
workbench/libs/png/tests/pngtest-badpngs [new file with mode: 0644]
workbench/libs/png/tests/pngunknown-sAPI
workbench/libs/png/tests/pngvalid-progressive-interlace-size [deleted file]
workbench/libs/png/tests/pngvalid-progressive-interlace-transform [deleted file]