The libmng libraries are used by programs wanting to read and write Multiple-image Network Graphics (MNG) files which are the animation equivalents to PNG files.
This package is known to build and work properly using an LFS-7.0 platform.
Download (HTTP): http://downloads.sourceforge.net/libmng/libmng-1.0.10.tar.bz2
Download MD5 sum: eaf1476a3bb29f6190bca660e6abef16
Download size: 840 KB
Estimated disk space required: 7.9 MB
Estimated build time: 0.1 SBU
libjpeg-8c and little cms-1.19
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libmng
Install libmng by running the following commands:
cp makefiles/makefile.linux Makefile && sed -i -e 's/unroll-loops/& -fPIC/' Makefile && make
This package does not come with a test suite.
Now, as the root
user:
make prefix=/usr install && install -v -m644 doc/man/*.3 /usr/share/man/man3 && install -v -m644 doc/man/*.5 /usr/share/man/man5 && install -v -m755 -d /usr/share/doc/libmng-1.0.10 && install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.10
cp makefiles/makefile.linux
Makefile: There are no autotools shipped with this
package. The Linux Makefile
is copied
to the root of the source tree, facilitating the installation.
sed -i -e 's/unroll-loops/& -fPIC/' Makefile: Add a gcc option to make the build compatible with x86_64 systems.
install ...: The documentation files are not installed by the installation procedure, so they are copied manually.
Last updated on 2011-12-14 18:32:19 +0000