[poppler] [patch] freetype_check
Martin Kretzschmar
m_kretzschmar at gmx.net
Sun Sep 4 07:27:18 PDT 2005
- Previous message: [poppler] poppler/qt4/tests: .cvsignore, 1.6, 1.7 Makefile.am, 1.8,
1.9 README.unittest, NONE, 1.1 check_author.cpp, 1.1,
NONE check_linearised.cpp, 1.1, NONE check_metadata.cpp, NONE,
1.1 check_orientation.cpp, 1.3, NONE check_pagelayout.cpp,
NONE, 1.1 check_pagelayout_facing.cpp, 1.1,
NONE check_pagelayout_none.cpp, 1.1,
NONE check_pagelayout_single.cpp, 1.1, NONE check_pagemode.cpp,
NONE, 1.1 check_pagemode_attach.cpp, 1.1,
NONE check_pagemode_fullscreen.cpp, 1.1,
NONE check_pagemode_none.cpp, 1.1, NONE check_pagemode_oc.cpp,
1.1, NONE check_pagemode_thumbs.cpp, 1.1,
NONE check_permissions.cpp, 1.1, 1.2
- Next message: [poppler] poppler: ChangeLog,1.192,1.193 configure.ac,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Kristian Høgsberg schrieb:
>> Index: configure.ac
>> ===================================================================
>> RCS file: /cvs/poppler/poppler/configure.ac,v
>> retrieving revision 1.32
>> diff -u -r1.32 configure.ac
>> --- configure.ac 28 Aug 2005 03:19:55 -0000 1.32
>> +++ configure.ac 29 Aug 2005 00:31:56 -0000
>> @@ -152,7 +152,7 @@
>> if test "x$freetype_pkgconfig" = "xyes"; then
>>
>> AC_DEFINE(HAVE_FREETYPE_H, 1, [Have FreeType2 include files])
>> - AC_DEFINE_UNQUOTED(HAVE_FREETYPE_217_OR_OLDER, 1, [Defines if your
>> system has the freetype library 2.1.7 or older])
>> + AC_DEFINE_UNQUOTED(HAVE_FREETYPE_217_OR_OLDER, 0, [Defines if your
>> system has the freetype library 2.1.7 or older])
This is wrong and most likely breaks some pdfs. Freetype 2.1.7 has
pkg-config version 9.5.3 as well, the wrong code path will be used there.
xpdf 3.01 does the check at runtime IIRC.
Martin
- Previous message: [poppler] poppler/qt4/tests: .cvsignore, 1.6, 1.7 Makefile.am, 1.8,
1.9 README.unittest, NONE, 1.1 check_author.cpp, 1.1,
NONE check_linearised.cpp, 1.1, NONE check_metadata.cpp, NONE,
1.1 check_orientation.cpp, 1.3, NONE check_pagelayout.cpp,
NONE, 1.1 check_pagelayout_facing.cpp, 1.1,
NONE check_pagelayout_none.cpp, 1.1,
NONE check_pagelayout_single.cpp, 1.1, NONE check_pagemode.cpp,
NONE, 1.1 check_pagemode_attach.cpp, 1.1,
NONE check_pagemode_fullscreen.cpp, 1.1,
NONE check_pagemode_none.cpp, 1.1, NONE check_pagemode_oc.cpp,
1.1, NONE check_pagemode_thumbs.cpp, 1.1,
NONE check_permissions.cpp, 1.1, 1.2
- Next message: [poppler] poppler: ChangeLog,1.192,1.193 configure.ac,1.34,1.35
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the poppler
mailing list