Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7993 - New ebuild: fontconfig-2.0.ebuild (Needed by pango-1.1.1)
Summary: New ebuild: fontconfig-2.0.ebuild (Needed by pango-1.1.1)
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Martin Schlemmer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-16 11:29 UTC by Rigo
Modified: 2003-02-04 19:42 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
fontconfig-2.0.ebuild (fontconfig-2.0.ebuild,1.09 KB, text/plain)
2002-09-16 11:29 UTC, Rigo
Details
fontconfig-2.0.tar.gz (fontconfig-2.0.tar.gz,1.79 KB, application/gzip)
2002-10-02 03:59 UTC, Rigo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Rigo 2002-09-16 11:29:01 UTC
*  x11-misc/fontconfig
      Latest version available: 2.0
      Latest version installed: 2.0
      Homepage: http://fontconfig.org
      Description: fontconfig - library for configuring and customizing font access.

I quote Red Hat: "   3. In a few places where we feel that there are significant
advantages to sharing underlying technology between the desktops, we've made
code modifications to use this technology. An examples of this is modifying both
desktops to use Xft2 and fontconfig for font rendering."

http://people.redhat.com/otaylor/rh-desktop.html

Fontconfig (+XFT2) can be used for different packages (mozilla, pango ea.), so
to use it, packages (mozilla, pango ea.) need to be patched/ebuild-changed...

So nothing new (yet), and HIGHLY experimental...But hey, why are we here in the
1st place ? ;-p

Regards, Rigo
Comment 1 Rigo 2002-09-16 11:29:53 UTC
Created attachment 3956 [details]
fontconfig-2.0.ebuild
Comment 2 Nicholas Wourms 2002-09-16 14:15:08 UTC
You'll want to configure & install the included Xft1 as well, otherwise
the older apps won't work right since the settings file has changed.  Do that
before Xrender.  It would probably be better to use configure to build Xft (2.0)
properly.  Then go back and do xmkmf -a; make install.man in Xft (2.0) and
fontconfig to install the manual pages.  You also might want to make sure the
packageconfig files get placed in the right location, as when I built this a
week ago they were put in the wrong place.  I've also include the URL to the
official fontconfig-2 homepage by Keith Packard:

http://www.fontconfig.org
Comment 3 Rigo 2002-10-02 03:58:11 UTC
Done...Had to rebuid almost all (and made two packages out of one, because
fontconfig & xrender (especially their headers) need to be in place before
libXft1 compiles ok (tried to patch everything, but that didn't work either)

Regards, Rigo
Comment 4 Rigo 2002-10-02 03:59:55 UTC
Created attachment 4345 [details]
fontconfig-2.0.tar.gz
Comment 5 Martin Schlemmer (RETIRED) gentoo-dev 2002-10-03 12:53:17 UTC
I added a fontconfig ebuild.