Difference between revisions of "Libart lgpl"
From CBLFS
Jump to navigationJump to search(3 intermediate revisions by 3 users not shown) | |||
Line 3: | Line 3: | ||
!Download Source: | !Download Source: | ||
| http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/{{Libart lgpl-Version2}}/libart_lgpl-{{Libart lgpl-Version}}.tar.bz2 | | http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/{{Libart lgpl-Version2}}/libart_lgpl-{{Libart lgpl-Version}}.tar.bz2 | ||
− | |||
− | |||
− | |||
|} | |} | ||
---- | ---- | ||
− | {{ | + | {{Package-Introduction|Libart is a library for high-performance 2D graphics. It supports a very powerful imaging model, basically the same as SVG and the Java 2D API.|http://www.gnome.org/}} |
== Dependencies == | == Dependencies == | ||
== Non-Multilib == | == Non-Multilib == | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 32: | Line 25: | ||
=== 32Bit === | === 32Bit === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 48: | Line 37: | ||
=== N32 === | === N32 === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 64: | Line 49: | ||
=== 64Bit === | === 64Bit === | ||
− | |||
− | |||
− | |||
− | |||
Compile the package: | Compile the package: | ||
Line 100: | Line 81: | ||
| is used as the anti-aliased render engine for libgnomecanvas and as a graphics support library for many other packages. | | is used as the anti-aliased render engine for libgnomecanvas and as a graphics support library for many other packages. | ||
|} | |} | ||
+ | |||
+ | [[Category:Graphics Libraries]] |
Latest revision as of 16:47, 20 September 2009
Download Source: | http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.21.tar.bz2 |
---|
Contents
Introduction to Libart lgpl
Libart is a library for high-performance 2D graphics. It supports a very powerful imaging model, basically the same as SVG and the Java 2D API.
Project Homepage: http://www.gnome.org/
Dependencies
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install && mv -v /usr/bin/libart2-config{,-32}
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=/usr --libdir=/usr/lib32 && make
Install the package
make install && mv -v /usr/bin/libart2-config{,-n32}
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=/usr --libdir=/usr/lib64 && make
Install the package
make install && mv -v /usr/bin/libart2-config{,-64} && ln -sfv multiarch_wrapper /usr/bin/libart2-config
Contents
Installed Programs: | libart2-config |
---|---|
Installed Libraries: | libart_lgpl_2.{so,a} |
Installed Directories: | /usr/include/libart-2.0 |
Short Descriptions
libart_lgpl_2.{so,a} | is used as the anti-aliased render engine for libgnomecanvas and as a graphics support library for many other packages. |
---|