xpdf's configure couldn't enable freetype feature
Norikatsu Shigemura
nork at FreeBSD.org
Sun May 9 11:42:24 PDT 2004
Hi Doug!
By recently freetype was changed #include from <freetype.h> to
<ft2build.h>, so xpdf's configure couldn't enable freetype
feature. Although xpdf supported, but it contains halfway
solution.
In xpdf-3.00_1:
$ xpdf -h
:
-z <string> : initial zoom level (percent, 'page', 'width')
-t1lib <string> : enable t1lib font rasterizer: yes, no
-aa <string> : enable font anti-aliasing: yes, no
:
In xpdf-3.00_2: new patch attached in this mail.
$ xpdf -h
:
-z <string> : initial zoom level (percent, 'page', 'width')
-t1lib <string> : enable t1lib font rasterizer: yes, no
-freetype <string> : enable FreeType font rasterizer: yes, no
-aa <string> : enable font anti-aliasing: yes, no
:
PR: ports-jp/14663[1], ports-jp/14689[2], ports-jp/14693[3]
Pointed out by: NAKAJI Hiroyuki <nakaji at tutrp.tut.ac.jp> [1]
Suggested by: Shinya Kuwamura <kuwa at labs.fujitsu.com> [2]
Submitted by: NAKAJI Hiroyuki <nakaji at tutrp.tut.ac.jp> [3]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: xpdf.diff
Type: application/octet-stream
Size: 6949 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20040510/de4abc20/xpdf.obj
More information about the freebsd-ports
mailing list