UmVirt LFS Package info
DB commit: 48bb9ee31306c82c48dfaaad707eb4f6a926eb8a
APP commit: 1ca4178aea919e4c9e869e3d650ff8af9678bd6f
libpng
The libpng package contains libraries used by other programs for reading and writing PNG files. Package info
Codename: libpng
Source file: libpng-1.6.43.tar.xz
Source directory: libpng-1.6.43
Package URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libpng-1.6.43.tar.xz
Package md5-checksum URL: https://umvirt.com/linux/downloads/0.2.2/packages/l/libpng-1.6.43.tar.xz.md5sum
Dependances: *** NO DEPENDANCES FOUND ***
Dependance of: libvncserver, qrencode, dosbox-staging, dosbox-x, MPlayer, libwebp, gegl, fltk, gdk-pixbuf, fuse-emulator, openjpeg, graphviz, simh, tumbler, Xapps, cairo, poppler-app, vlc, php, netsurf, qt5, qt6.
Patches: *** NO PATCHES FOUND ***
Addons: libpng-1.6.43-apng.patch.gz.
Nestings *** NO NESTINGS FOUND ***
Configuration script:
gzip -cd ../libpng-1.6.43-apng.patch.gz | patch -p1
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
if [[ "\$ULFS_PKG_DOCUMENTATION" == "YES" ]]
then
mkdir -v /usr/share/doc/libpng-1.6.43 &&
cp -v README libpng-manual.txt /usr/share/doc/libpng-1.6.43
fi
Arch specific instructions
lib32_amd64
Dependances: *** NO DEPENDANCES FOUND ***
Configuration script:
gzip -cd ../libpng-1.6.40-apng.patch.gz | patch -p1
CC="gcc -m32" CXX="g++ -m32" \
PKG_CONFIG_PATH="/usr/lib32/pkgconfig" \
./configure \
--prefix=/usr \
--libdir=/usr/lib32
Build script:
Install script:
make DESTDIR=\$PWD/DESTDIR install
cp -Rv DESTDIR/usr/lib32/* /usr/lib32