Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
pango-1.2.1-src.tar.bz2 | 2003-09-21 | 776.7 kB | |
pango-devel-1.2.1-1.tar.bz2 | 2003-09-21 | 319.3 kB | |
pango-doc-1.2.1-1.tar.bz2 | 2003-09-21 | 63.4 kB | |
pango-1.2.1-cygwin.patch | 2003-09-21 | 12.2 kB | |
pango-1.2.1-1.tar.bz2 | 2003-09-21 | 683.3 kB | |
pango-1.2.1.README | 2003-09-21 | 1.5 kB | |
Totals: 6 Items | 1.9 MB | 0 |
NAME: pango VERSION: 1.2.1 RELEASE: 1 SUMMARY: System for layout and rendering of internationalized text. DISTRIBUTION: Cygwin GNOME 2 <http://cygnome2.sourceforge.net> VENDOR: gnome.org LICENSE: LGPL PACKAGER: Hansom Young <glyoung@users.sourceforge.net> GROUP: System Environment/Libraries OS: Cygwin ARCH: i586 SOURCE RPM: DESCRIPTION: Pango is a system for layout and rendering of internationalized text. About this Cygwin port ----------------------- Note: this version requires Cygwin XFree86 X11R6 4.3! Built on cygwin-1.3.22-1, Win2000 Professional + SP3 with gcc-3.2-3, binutils-20030307, libtool-devel-1.5-1 and XFree86-4.3.0-1, libiconv-1.8-3, gettext-0.11.5-1, pkgconfig-0.15.0-1. Not yet tested on other configuration. You don't need to install fontconfig or xft2 manually, as they are already provided in Cygwin XFree86 4.3.0. If you are still using XFree86 4.2.x and no plan to upgrade it, you may try this one made by Masahiro Sakai: http://web.sfc.keio.ac.jp/~s01397ms/cygwin/index.html.en Note you also need fontconfig. Build pango-1.2.1 on Cygwin ---------------------------- Before starting, make sure you have latest libtool-devel package installed. - untar - patch -p1 -b < pango-1.2.1-cygwin.patch - ./configure --prefix=/opt/gnome2 - mv libtool libtool.old cp /usr/autotool/devel/bin/libtool libtool - make - make install