Libmng: Difference between revisions
From CBLFS
Jump to navigationJump to search
mNo edit summary |
|||
(19 intermediate revisions by 6 users not shown) | |||
Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
|- | |-valign="top" | ||
!Download Source: | ! Download Source: | ||
| http://prdownloads.sourceforge.net/libmng/libmng- | | http://prdownloads.sourceforge.net/libmng/libmng-{{Libmng-Version}}.tar.gz | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|The Libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files.|http://www.libmng.com/}} | |||
== Dependencies == | == Dependencies == | ||
Line 17: | Line 19: | ||
Compile the package: | Compile the package: | ||
ln -sf makefiles/configure.in . && | |||
ln -sf makefiles/Makefile.am . && | |||
autoreconf -f -i && | |||
./configure --prefix=/usr && | |||
make | make | ||
Install the package | Install the package | ||
make | make install | ||
install -dv -m755 /usr/share/doc/libmng-{{Libmng-Version}} && | |||
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-{{Libmng-Version}} | |||
install - | |||
install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng- | |||
== Multilib == | == Multilib == | ||
Line 34: | Line 37: | ||
Compile the package: | Compile the package: | ||
ln -sf makefiles/configure.in . && | |||
ln -sf makefiles/Makefile.am . && | |||
autoreconf -f -i && | |||
CC="gcc ${BUILD32}" ./configure --prefix=/usr && | |||
make | |||
Install the package | Install the package | ||
make | make install | ||
=== N32 === | === N32 === | ||
Compile the package | |||
ln -sf makefiles/configure.in . && | |||
ln -sf makefiles/Makefile.am . && | |||
autoreconf -f -i && | |||
CC="gcc ${BUILD32}" ./configure --prefix=/usr --libdir=/usr/lib32 && | |||
make | |||
Install the package | |||
make install | |||
=== 64Bit === | === 64Bit === | ||
Line 49: | Line 65: | ||
Compile the package | Compile the package | ||
ln -sf makefiles/configure.in . && | |||
ln -sf makefiles/Makefile.am . && | |||
autoreconf -f -i && | |||
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && | |||
make | |||
Install the package | Install the package | ||
make | make install | ||
install - | install -dv -m755 /usr/share/doc/libmng-{{Libmng-Version}} && | ||
install -v -m644 doc | install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-{{Libmng-Version}} | ||
= Contents = | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! Installed Programs: | |||
| None | |||
|-valign="top" | |||
! Installed Libraries: | |||
| libmng.{so,a} | |||
|-valign="top" | |||
! Installed Directories: | |||
| /usr/share/doc/libmng-{{Libmng-Version}} | |||
|} | |||
=== Short Descriptions === | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! 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. | |||
|} | |||
[[Category:Graphics Libraries]] |
Latest revision as of 16:48, 5 February 2011
Download Source: | http://prdownloads.sourceforge.net/libmng/libmng-1.0.10.tar.gz |
---|
Introduction to Libmng
The Libmng library supports decoding, displaying, encoding, and various other manipulations of the Multiple-image Network Graphics (MNG) format image files.
Project Homepage: http://www.libmng.com/
Dependencies
Required
Non-Multilib
Compile the package:
ln -sf makefiles/configure.in . && ln -sf makefiles/Makefile.am . && autoreconf -f -i && ./configure --prefix=/usr && make
Install the package
make install install -dv -m755 /usr/share/doc/libmng-1.0.10 && install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.10
Multilib
32Bit
Compile the package:
ln -sf makefiles/configure.in . && ln -sf makefiles/Makefile.am . && autoreconf -f -i && CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install
N32
Compile the package
ln -sf makefiles/configure.in . && ln -sf makefiles/Makefile.am . && autoreconf -f -i && CC="gcc ${BUILD32}" ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install
64Bit
Compile the package
ln -sf makefiles/configure.in . && ln -sf makefiles/Makefile.am . && autoreconf -f -i && CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install install -dv -m755 /usr/share/doc/libmng-1.0.10 && install -v -m644 doc/*.{png,txt} /usr/share/doc/libmng-1.0.10
Contents
Installed Programs: | None |
---|---|
Installed Libraries: | libmng.{so,a} |
Installed Directories: | /usr/share/doc/libmng-1.0.10 |
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. |
---|