Libart lgpl
From CBLFS
Revision as of 23:18, 4 August 2007 by Weibullguy (talk | contribs)
Contents
Introduction to Libart lgpl
Project Homepage: Unknown
Dependencies
Non-Multilib
Apply some upstream fixes.
patch -Np1 -i ../libart_lgpl-2.3.21-upstream_fix-1.patch
Compile the package:
./configure --prefix=/usr && make
Install the package
make install
Multilib
32Bit
Apply some upstream fixes.
patch -Np1 -i ../libart_lgpl-2.3.21-upstream_fix-1.patch
Compile the package:
CC="gcc ${BUILD32}" ./configure --prefix=/usr && make
Install the package
make install && mv -v /usr/bin/libart2-config{,-32}
N32
Apply some upstream fixes.
patch -Np1 -i ../libart_lgpl-2.3.21-upstream_fix-1.patch
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
Apply some upstream fixes.
patch -Np1 -i ../libart_lgpl-2.3.21-upstream_fix-1.patch
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. |
---|