diff options
author | fredb <fredb@pkgsrc.org> | 2000-08-21 15:16:00 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-08-21 15:16:00 +0000 |
commit | 362e0c6fbd27927712e8368a8bdf5bdcada506e6 (patch) | |
tree | 0c0ce4a3f9152c34d597117a02211fc461cbefcf /graphics | |
parent | 0208ce42e5259ceb066e4b5e0c013de3aafae722 (diff) | |
download | pkgsrc-362e0c6fbd27927712e8368a8bdf5bdcada506e6.tar.gz |
- - We really only need depend on freetype-lib, not freetype.
- - Make best quality anti-aliasing the default for both Type1 and TrueType
fonts. This can be overriden on the command line. Note: we need to set
xpdf.t1libControl to "aa", rather than "high" to get the equivalent of
-t1lib "high". This is probably a bug. It's likely to be changed in the
futre to conform to the documentation, rather than the other way around.
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpdf/Makefile | 4 | ||||
-rw-r--r-- | graphics/xpdf/files/xpdf-app-defaults | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xpdf/Makefile b/graphics/xpdf/Makefile index 5c3f9b90f41..b7fa7f1dac0 100644 --- a/graphics/xpdf/Makefile +++ b/graphics/xpdf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2000/08/21 10:22:25 veego Exp $ +# $NetBSD: Makefile,v 1.16 2000/08/21 15:16:00 fredb Exp $ # FreeBSD Id: Makefile,v 1.12 1998/03/11 03:08:12 vanilla Exp # @@ -11,7 +11,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.foolabs.com/xpdf/ -DEPENDS+= freetype-1.3.1:../../graphics/freetype +DEPENDS+= freetype-lib-1.3.1:../../graphics/freetype DEPENDS+= ghostscript-fonts-*:../../print/ghostscript-fonts DEPENDS+= t1lib-1.0.1:../../textproc/t1lib DEPENDS+= xpm-3.4k:../../graphics/xpm diff --git a/graphics/xpdf/files/xpdf-app-defaults b/graphics/xpdf/files/xpdf-app-defaults index 01f401951f0..282bb5f9bf1 100644 --- a/graphics/xpdf/files/xpdf-app-defaults +++ b/graphics/xpdf/files/xpdf-app-defaults @@ -12,3 +12,5 @@ xpdf.t1CourierBold: @@LOCALBASE@@/share/ghostscript/fonts/n022004l.pfb xpdf.t1CourierBoldOblique: @@LOCALBASE@@/share/ghostscript/fonts/n022024l.pfb xpdf.t1Symbol: @@LOCALBASE@@/share/ghostscript/fonts/s050000l.pfb xpdf.t1ZapfDingbats: @@LOCALBASE@@/share/ghostscript/fonts/d050000l.pfb +xpdf.freeTypeControl: aa +xpdf.t1libControl: aa |