UmVirt LFS Package info

DB commit: c78e95157185199cceff370fa5b5f1dd2a1be2fa
APP commit: cac3f2066a9a05955b29d720b9b9b14f534d21c2

libpng

The libpng package contains libraries used by other programs for reading and writing PNG files. The PNG format was designed as a replacement for GIF and, to a lesser extent, TIFF, with many improvements and extensions and lack of patent problems.

Package info

Codename: libpng
Source file: libpng-1.6.35.tar.xz
Source directory: libpng-1.6.35
Package URL: https://umvirt.com/linux/downloads/0.1/packages/l/libpng-1.6.35.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.1/packages/l/libpng-1.6.35.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: openshadinglanguage, openttd-base, pixman, irrlicht, graphviz, openjpeg, cups-filters, fltk, cairo, libvncserver, libwebp, ghostscript, blender, php, python3-matplotlib, qt4, imlib2, ImageMagick7, gdk-pixbuf, qt5.
Patches: libpng-1.6.35-apng.patch.
Addons: *** NO ADDONS FOUND ***
Nestings *** NO NESTINGS FOUND ***
Configuration script:
ARG_STATIC="--disable-static"
if [[ "$ULFS_PKG_STATIC" == "YES" ]]
then
    ARG_STATIC="--enable-static"
fi

./configure --prefix=/usr $ARG_STATIC

Build script:
make

Install script:
make install &&
mkdir -v /usr/share/doc/libpng-1.6.35 &&
cp -v README libpng-manual.txt /usr/share/doc/libpng-1.6.35