%general-entities; ]> $LastChangedBy$ $Date$ libmng-&libmng-version; Libmng Introduction to libmng 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. &lfs72_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libmng-md5sum; Download size: &libmng-size; Estimated disk space required: &libmng-buildsize; Estimated build time: &libmng-time; libmng Dependencies Required and User Notes: Installation of 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-&libmng-version; && install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-&libmng-version; Command Explanations 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. Contents Installed Programs Installed Library Installed Directory None libmng.{so,a} /usr/share/doc/libmng-&libmng-version; Short Descriptions libmng.{so,a} provides functions for programs wishing to read and write MNG files which are animation files without the patent problems associated with certain other formats. libmng.{so,a}