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.
Download (HTTP): http://www.mirror.ac.uk/sites/download.sourceforge.net/pub/sourceforge/libmng/libmng-1.0.5.tar.gz
Download (FTP): ftp://unc.dl.sf.net/pub/sourceforge/libmng/libmng-1.0.5.tar.gz
Download size: 616 KB
Estimated Disk space required: 12.4 MB
Estimated build time: 0.31 SBU
Install libmng by running the following commands:
./configure --prefix=/usr --with-zlib \ --with-jpeg --with-lcms && make && make install && cp doc/man/*.3 /usr/share/man/man3 && cp doc/man/*.5 /usr/share/man/man5 |
./configure --prefix=/usr --with-zlib \ --with-jpeg --with-lcms |
cp doc/man/*.X /usr/share/man/manX: The install procedure doesn't properly install the man pages so we do it manually.
The libmng package contains libmng libraries.
libmng provides functions for programs wishing to read and write MNG files which are animation files without the patent problems associated with certain other formats.