freetype: update to 2.10.0.

This commit is contained in:
maxice8 2019-03-15 23:16:21 -03:00 committed by maxice8
parent 473650c5ba
commit 0da29196d6
3 changed files with 3 additions and 32 deletions

View File

@ -1,14 +1,5 @@
--- include/freetype/config/ftoption.h.orig
+++ include/freetype/config/ftoption.h
@@ -122,7 +122,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
/*************************************************************************/
@@ -675,8 +675,8 @@
/* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx */
/* */

View File

@ -1,20 +0,0 @@
--- modules.cfg.orig
+++ modules.cfg
@@ -120,7 +120,7 @@
# TrueType GX/AAT table validation. Needs ftgxval.c below.
#
# No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += gxvalid
+AUX_MODULES += gxvalid
# Support for streams compressed with gzip (files with suffix .gz).
#
@@ -143,7 +143,7 @@
# OpenType table validation. Needs ftotval.c below.
#
# No FT_CONFIG_OPTION_PIC support.
-# AUX_MODULES += otvalid
+AUX_MODULES += otvalid
# Auxiliary PostScript driver component to share common code.
#

View File

@ -1,7 +1,7 @@
# Template file for 'freetype'
pkgname=freetype
version=2.9.1
revision=3
version=2.10.0
revision=1
build_style=gnu-configure
configure_args="--enable-freetype-config"
hostmakedepends="pkg-config"
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.org>"
license="GPL-2.0-or-later"
homepage="https://www.freetype.org/"
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=db8d87ea720ea9d5edc5388fc7a0497bb11ba9fe972245e0f7f4c7e8b1e1e84d
checksum=fccc62928c65192fff6c98847233b28eb7ce05f12d2fea3f6cc90e8b4e5fbe06
build_options="v35 v38 v40"
build_options_default="v40"