Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 13388 - Update xchat-1.9.8 ebuild to acknowledge USE="+xft"
Summary: Update xchat-1.9.8 ebuild to acknowledge USE="+xft"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal (vote)
Assignee: foser (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-01-06 17:43 UTC by Charles Goodwin
Modified: 2003-02-04 19:29 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Charles Goodwin 2003-01-06 17:43:01 UTC
I edited the ebuild to do this.  It's really simple. :)

The diff between my ebuild and the original:

bash-2.05b$ diff /usr/portage/net-irc/xchat/xchat-1.9.8.ebuild
/usr/local/portage/net-irc/xchat/xchat-1.9.8.ebuild 
22c22,23
<       python? ( dev-lang/python )"               
---
>       python? ( dev-lang/python )
>       xft? ( x11-libs/xft )"     
60a61,63
>       use xft \
>               && myopts="${myopts} --enable-xft" \
>                 || myopts="${myopts} --disable-xft"
Comment 1 foser (RETIRED) gentoo-dev 2003-01-07 06:26:15 UTC
There is no such useflag and i don't think it will be added. I'd say users
knowledgeable enough can do this themselves. I don't want to add local useflags
unless there are very good reasons (by now the speed difference between using
xft directly or pango in xchat is not that big and pango still looks much better).
Comment 2 Charles Goodwin 2003-01-07 11:47:18 UTC
Jeez, you're right...

I just literally assumed 'xft' was a USE flag without looking it up at all.

Is there a USE flag aimed at making your applications use xft or anti-aliased
fonts?  'truetype'?  (/me shows ignorance)

If not, the shouldn't there be?
Comment 3 foser (RETIRED) gentoo-dev 2003-01-07 12:48:22 UTC
there is a truetype flag for some apps that want to render fonts with the
freetype lib. But in xchat it is a choice of speed vs. looks, it both needs xft
anyway. Without xft it works trough pango, which uses xft. So its not a choice
of AA or not (well, you can use pango with AA).

And i dont think there should be a flag for such a thing, ppl generally want AA
fonts. And you can still disable them for gtk by setting GDK_USE_XFT=0 .