Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 200859 - dev-perl/perl-tk should enable the antialiasing support of Perl/Tk
Summary: dev-perl/perl-tk should enable the antialiasing support of Perl/Tk
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Gentoo Perl team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-30 19:36 UTC by Heiner Kuhlmann
Modified: 2009-02-21 14:19 UTC (History)
0 users

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


Attachments
Perl/Tk with anitaliasing (Antialiasing.png,16.01 KB, image/png)
2007-11-30 19:38 UTC, Heiner Kuhlmann
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Heiner Kuhlmann 2007-11-30 19:36:42 UTC
Perl/Tk provides anitaliasing support.
It should be enabled in the ebuild of dev-perl/perl-tk.
The current version of perl-tk looks old-fashioned.

Simply change in dev-perl/perl-tk/perl-tk-804.027.ebuild

   myconf="-I/usr/include/ -l/usr/$(get_libdir)"

to

   myconf="-I/usr/include/ -l/usr/$(get_libdir) XFT=1"

I am using this option for several years and it works fine.
I tested a local ebuild and it works.
If the X does not support antialiasing XFT=1 is ignored by "perl Makefile.PL".

Reproducible: Always
Comment 1 Heiner Kuhlmann 2007-11-30 19:38:54 UTC
Created attachment 137404 [details]
Perl/Tk with anitaliasing
Comment 2 Torsten Veller (RETIRED) gentoo-dev 2009-02-21 14:19:29 UTC
Fixed. Thanks