Package: freetype2-demos
Version: 2.3.9-4
Severity: wishlist
Tags: patch

Please apply this Fedora patch to enable the otvalid/gxvalid modules:

http://cvs.fedora.redhat.com/viewvc/devel/freetype/freetype-2.2.1-enable-valid.patch?view=markup

I've attached the patch to this message too.

This will fix ftvalid, which currently produces this message:

$ ftvalid -L Apple\ Braille.ttf 
FT_OpenType_Validateis disabled. replace FreeType2 with otvalid-enabled version

  error = 0x0007

Please note this Ubuntu bug should also be closed when this is added:

https://bugs.launchpad.net/ubuntu/+source/freetype/+bug/239626

-- 
bye,
pabs

http://wiki.debian.org/PaulWise
--- freetype-2.2.1/modules.cfg.orig	2006-07-07 21:01:09.000000000 -0400
+++ freetype-2.2.1/modules.cfg	2006-07-07 21:01:54.000000000 -0400
@@ -110,7 +110,7 @@
 AUX_MODULES += cache
 
 # TrueType GX/AAT table validation.  Needs ftgxval.c below.
-# AUX_MODULES += gxvalid
+AUX_MODULES += gxvalid
 
 # Support for streams compressed with gzip (files with suffix .gz).
 #
@@ -124,7 +124,7 @@
 
 # OpenType table validation.  Needs ftotval.c below.
 #
-# AUX_MODULES += otvalid
+AUX_MODULES += otvalid
 
 # Auxiliary PostScript driver component to share common code.
 #

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to