Libart lgpl: Difference between revisions
From CBLFS
Jump to navigationJump to search
I added the package description from BLFS. |
I added the "Contents" section from BLFS. |
||
| Line 62: | Line 62: | ||
mv -v /usr/bin/libart2-config{,-64} && | mv -v /usr/bin/libart2-config{,-64} && | ||
ln -sfv multiarch_wrapper /usr/bin/libart2-config | ln -sfv multiarch_wrapper /usr/bin/libart2-config | ||
= Contents = | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! Installed Programs: | |||
| libart2-config | |||
|-valign="top" | |||
! Installed Libraries: | |||
| libart_lgpl_2.{so,a} | |||
|-valign="top" | |||
! Installed Directories: | |||
| /usr/include/libart-2.0 | |||
|} | |||
=== Short Descriptions === | |||
{| style="text-align: left;" | |||
|-valign="top" | |||
! 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. | |||
|} | |||
Revision as of 06:07, 12 December 2006
| Download Source: | http://ftp.gnome.org/pub/gnome/sources/libart_lgpl/2.3/libart_lgpl-2.3.17.tar.bz2 |
|---|
Introduction to Libart_lgpl
The Libart_lgpl package contains the Libart libraries. These are useful for high-performance 2D graphics.
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. |
|---|