Difference between revisions of "Pango"
From CBLFS
Jump to navigationJump to search (I added the package description from BLFS.) |
|||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | | http://ftp.acc.umu.se/pub/gnome/sources/pango/ | + | | http://ftp.acc.umu.se/pub/gnome/sources/pango/{{Pango-Version2}}/pango-{{Pango-Version}}.tar.bz2 |
|- | |- | ||
!Required Patch (For Multilib): | !Required Patch (For Multilib): | ||
− | | http://svn.cross-lfs.org/svn/repos/patches/pango/pango- | + | | http://svn.cross-lfs.org/svn/repos/patches/pango/pango-{{Pango-Version}}-multilib-1.patch |
|} | |} | ||
Line 41: | Line 41: | ||
The following commands make pango put it's configuration information in /etc/pango-32: | The following commands make pango put it's configuration information in /etc/pango-32: | ||
− | patch -Np1 -i ../pango- | + | patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch |
sed -i "s/BUILDENV/32/" pango/pango-utils.c \ | sed -i "s/BUILDENV/32/" pango/pango-utils.c \ | ||
modules/Makefile.am modules/Makefile.in \ | modules/Makefile.am modules/Makefile.in \ | ||
Line 62: | Line 62: | ||
The following commands make pango put it's configuration information in /etc/pango-n32: | The following commands make pango put it's configuration information in /etc/pango-n32: | ||
− | patch -Np1 -i ../pango- | + | patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch |
sed -i "s/BUILDENV/n32/" pango/pango-utils.c \ | sed -i "s/BUILDENV/n32/" pango/pango-utils.c \ | ||
modules/Makefile.am modules/Makefile.in \ | modules/Makefile.am modules/Makefile.in \ | ||
Line 82: | Line 82: | ||
The following commands make pango put it's configuration information in /etc/pango-64: | The following commands make pango put it's configuration information in /etc/pango-64: | ||
− | patch -Np1 -i ../pango- | + | patch -Np1 -i ../pango-{{Pango-Version}}-multilib-1.patch |
sed -i "s/BUILDENV/64/" pango/pango-utils.c \ | sed -i "s/BUILDENV/64/" pango/pango-utils.c \ | ||
modules/Makefile.am modules/Makefile.in \ | modules/Makefile.am modules/Makefile.in \ |
Revision as of 11:25, 17 December 2006
Download Source: | http://ftp.acc.umu.se/pub/gnome/sources/pango/1.26/pango-1.26.2.tar.bz2 |
---|---|
Required Patch (For Multilib): | http://svn.cross-lfs.org/svn/repos/patches/pango/pango-1.26.2-multilib-1.patch |
Contents
Introduction Pango
The Pango package contains the libpango libraries. These are useful for the layout and rendering of text.
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=/usr --sysconfdir=/etc && make
Install the package
make install
Multilib
32Bit
The following commands make pango put it's configuration information in /etc/pango-32:
patch -Np1 -i ../pango-1.26.2-multilib-1.patch sed -i "s/BUILDENV/32/" pango/pango-utils.c \ modules/Makefile.am modules/Makefile.in \ pango/Makefile.am pango/Makefile.in
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH32 \ ./configure --prefix=/usr --sysconfdir=/etc \ --x-libraries=$XORG_PREFIX/lib && make
Install the package
make install
N32
The following commands make pango put it's configuration information in /etc/pango-n32:
patch -Np1 -i ../pango-1.26.2-multilib-1.patch sed -i "s/BUILDENV/n32/" pango/pango-utils.c \ modules/Makefile.am modules/Makefile.in \ pango/Makefile.am pango/Makefile.in
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH=$PKG_CONFIG_PATHN32 \ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib32 \ --x-libraries=$XORG_PREFIX/lib32 && make
Install the package
make install
64Bit
The following commands make pango put it's configuration information in /etc/pango-64:
patch -Np1 -i ../pango-1.26.2-multilib-1.patch sed -i "s/BUILDENV/64/" pango/pango-utils.c \ modules/Makefile.am modules/Makefile.in \ pango/Makefile.am pango/Makefile.in
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH=$PKG_CONFIG_PATH64 \ ./configure --prefix=/usr --sysconfdir=/etc --libdir=/usr/lib64 \ --x-libraries=$XORG_PREFIX/lib64 && make
Install the package
make install
Contents
- Installed programs: pango-view, pango-querymodules
- Installed libraries: libpango-1.0.{so,la}, libpangox-1.0.{so,la}, libpangoft2-1.0.{so,la}, libpangoxft-1.0.{so,la} libpangocairo-1.0.{so,la} pango-basic-x.{so,la}, pango-basic-fc.{so,la}
- Installed directories: /usr/include/pango-1.0, /usr/include/pango-1.0/pango, /etc/pango-64, /usr/lib/pango/1.5.0/modules, /usr/lib64/pango/1.5.0/modules