Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 39529 - Xpdf ebuild hints deprecated things
Summary: Xpdf ebuild hints deprecated things
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Printing Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-01-26 18:44 UTC by Anders Rune Jensen (RETIRED)
Modified: 2004-01-27 05:52 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 Anders Rune Jensen (RETIRED) gentoo-dev 2004-01-26 18:44:58 UTC
With Xpdf 3.0 t1libControl and freetypeControl have been deprecated. From the manpage of xpdfrc:

"       antialias yes | no
              Enables or disables font anti-aliasing in  the  PDF  rasterizer.
              This option affects all font rasterizers.  ("antialias" replaces
              the anti-aliasing control provided by the old "t1libControl" and
              "freetypeControl" options.)  This default to "yes"."

So please remove the hints from postinst():

pkg_postinst() {
        einfo
        einfo "HINT: To have even nicer results add these lines to your ~/.xpdfr
c"
        einfo
        einfo "  include         /etc/xpdfrc"
        einfo "  t1libControl    high"
        einfo "  freetypeControl high"
        einfo
}


Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Heinrich Wendel (RETIRED) gentoo-dev 2004-01-27 05:52:42 UTC
thx for pointing that out, fixed :)