Go to file
2008-10-06 15:20:31 +00:00
.gitattributes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=1 2007-01-05 15:49:43 +00:00
.gitignore OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=1 2007-01-05 15:49:43 +00:00
baselibs.conf OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=20 2008-05-07 22:31:59 +00:00
pango64.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=12 2007-12-22 18:34:09 +00:00
pango-1.21.6.tar.bz2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=28 2008-09-13 11:41:20 +00:00
pango-libtool.patch OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=19 2008-05-06 21:54:45 +00:00
pango.changes OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=29 2008-10-06 15:20:31 +00:00
pango.spec OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=29 2008-10-06 15:20:31 +00:00
README.SuSE OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=12 2007-12-22 18:34:09 +00:00
ready OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/pango?expand=0&rev=1 2007-01-05 15:49:43 +00:00

README for bi-architecture 64 bit platforms users
=================================================

Current version of Pango has a problem running 32 and 64 version on
single machine. See http://bugzilla.gnome.org/show_bug.cgi?id=129534 for
more information.

To work around this problem, 64 bit version for SuSE Linux uses special
names for following files:

/usr/bin/pango-querymodules:  /usr/bin/pango-querymodules-64
/etc/pango/pango.modules:     /etc/pango/pango.modules64

This can cause problems during self-compilation of packages.

To work-around these problems (introduced by this work-around), you
should:

Either:

- Make a patch of package (please do not send it to package
developers, it's temporary solution).

Or:

- Install 32 bit version of Pango.
- After installation, you must run following commands:
if [ -x /usr/bin/pango-querymodules ] ; then
        /usr/bin/pango-querymodules \
        > /etc/pango/pango.modules
fi
if [ -x /usr/bin/pango-querymodules-64 ] ; then
        /usr/bin/pango-querymodules-64 \
        > /etc/pango/pango64.modules
fi