]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/commitdiff
freetype: Update to 2.4.7.
authorStefan Schantl <stefan.schantl@ipfire.org>
Sat, 29 Oct 2011 18:15:32 +0000 (20:15 +0200)
committerStefan Schantl <stefan.schantl@ipfire.org>
Sat, 29 Oct 2011 18:15:32 +0000 (20:15 +0200)
freetype/freetype.nm

index 75ae2823e5838cfc8dd60a68c7fa476cec62ff8c..f8aaa8c9a8f96c47580ac49cf5e626ad088f7edb 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = freetype
-version    = 2.3.9
+version    = 2.4.7
 release    = 1
 
 groups     = System/Graphics
@@ -13,27 +13,21 @@ license    = FTL GPLv2+
 summary    = A free and portable font rendering engine.
 
 description
-       The FreeType engine is a free and portable font rendering \
-       engine, developed to provide advanced font support for a variety of \
-       platforms and environments. FreeType is a library which can open and \
-       manages font files as well as efficiently load, hint and render \
-       individual glyphs. FreeType is not a font server or a complete \
+       The FreeType engine is a free and portable font rendering
+       engine, developed to provide advanced font support for a variety of
+       platforms and environments. FreeType is a library which can open and
+       manages font files as well as efficiently load, hint and render
+       individual glyphs. FreeType is not a font server or a complete
        text-rendering library.
 end
 
-source_dl  =
-sources    = %{thisapp}.tar.bz2
+source_dl  = http://download.savannah.gnu.org/releases/freetype/
 
 build
        requires
+               pkg-config
                zlib-devel
        end
-
-       prepare_cmds
-               sed -i -r -e 's:.*(#.*BYTE.*) .*:\1:' \
-                       -e 's:.*(#.*SUBPIX.*) .*:\1:' \
-                       include/freetype/config/ftoption.h
-       end
 end
 
 packages