freetype: update to 2.4.4.
This commit is contained in:
parent
f17006e94d
commit
da5d055470
3 changed files with 34 additions and 2 deletions
20
srcpkgs/freetype/patches/freetype-2.2.1-enable-valid.patch
Normal file
20
srcpkgs/freetype/patches/freetype-2.2.1-enable-valid.patch
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
--- 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.
|
||||||
|
#
|
11
srcpkgs/freetype/patches/freetype-2.3.0-enable-spr.patch
Normal file
11
srcpkgs/freetype/patches/freetype-2.3.0-enable-spr.patch
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
--- freetype-2.3.0/include/freetype/config/ftoption.h.spf 2007-01-18 14:27:34.000000000 -0500
|
||||||
|
+++ freetype-2.3.0/include/freetype/config/ftoption.h 2007-01-18 14:27:48.000000000 -0500
|
||||||
|
@@ -92,7 +92,7 @@
|
||||||
|
/* This is done to allow FreeType clients to run unmodified, forcing */
|
||||||
|
/* them to display normal gray-level anti-aliased glyphs. */
|
||||||
|
/* */
|
||||||
|
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
|
||||||
|
+#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
|
||||||
|
|
||||||
|
|
||||||
|
/*************************************************************************/
|
|
@ -1,11 +1,12 @@
|
||||||
# Template build file 'freetype'.
|
# Template build file 'freetype'.
|
||||||
pkgname=freetype
|
pkgname=freetype
|
||||||
version=2.4.3
|
version=2.4.4
|
||||||
|
patch_args="-Np1"
|
||||||
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
distfiles="${NONGNU_SITE}/$pkgname/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
short_desc="Font rendering engine and library API"
|
short_desc="Font rendering engine and library API"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=b4e626db62fd1b4549ff5d57f5eca3a41631fd6066adf8a31c11879b51249afc
|
checksum=4b8281c7dc4d375c6b65d3c6f4808e488a313fab47d7be82aad2c871c8480fef
|
||||||
long_desc="
|
long_desc="
|
||||||
FreeType is a portable, high-quality software solution for digital
|
FreeType is a portable, high-quality software solution for digital
|
||||||
typography. FreeType 1.3.1 was the last release of the FreeType 1
|
typography. FreeType 1.3.1 was the last release of the FreeType 1
|
||||||
|
|
Loading…
Reference in a new issue