[Lunar-commits] <moonbase> freetype2: add some patches to improve font rendering.

Florin Braescu florin at lunar-linux.org
Sun Oct 11 07:56:02 CEST 2009


commit 3ff8571aa00efee5f45bb5196bb9e44f4acd8d75
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Sun Oct 11 08:56:02 2009 +0300

    freetype2: add some patches to improve font rendering.
---
 graphics/freetype2/BUILD   |    2 ++
 graphics/freetype2/DETAILS |    3 +++
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/graphics/freetype2/BUILD b/graphics/freetype2/BUILD
index 112f11b..acfc6e5 100644
--- a/graphics/freetype2/BUILD
+++ b/graphics/freetype2/BUILD
@@ -1,5 +1,7 @@
 (
 
+  patch_it $SOURCE_CACHE/$SOURCE2 1  &&
+
   if [ $BYTECODE == "y" ] ; then
     sed -i -r 's:.*(#.*BYTE.*) .*:\1:' \
        include/freetype/config/ftoption.h
diff --git a/graphics/freetype2/DETAILS b/graphics/freetype2/DETAILS
index cd54279..23c39c6 100644
--- a/graphics/freetype2/DETAILS
+++ b/graphics/freetype2/DETAILS
@@ -1,10 +1,13 @@
           MODULE=freetype2
          VERSION=2.3.11
           SOURCE=freetype-$VERSION.tar.bz2
+         SOURCE2=freetype-$VERSION-lunar.patch.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/freetype-$VERSION
    SOURCE_URL[0]=$SFORGE_URL/freetype
    SOURCE_URL[1]=http://savannah.nongnu.org/download/freetype
+     SOURCE2_URL=$PATCH_URL
       SOURCE_VFY=sha1:693e1b4e423557975c2b2aca63559bc592533a0e
+     SOURCE2_VFY=sha1:7135d66d1495446882ec940041246712aa6145c7
         WEB_SITE=http://www.freetype.org
          ENTERED=20010922
          UPDATED=20091011


More information about the Lunar-commits mailing list