Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 200859

Summary: dev-perl/perl-tk should enable the antialiasing support of Perl/Tk
Product: Gentoo Linux Reporter: Heiner Kuhlmann <hfk>
Component: New packagesAssignee: Gentoo Perl team <perl>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: Perl/Tk with anitaliasing

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