summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNatrio2023-10-16 22:30:16 +0300
committerNatrio2023-10-16 22:30:16 +0300
commite06c9fbc99249e5e1bf9f47e6b1997d3b75ce760 (patch)
tree2190438771a8073d4b5d86e8211ced428003d7e2
parentbe993856306ba3d8631ac2985679cd87bdc3484e (diff)
downloadaur-e06c9fbc99249e5e1bf9f47e6b1997d3b75ce760.tar.gz
Update to 2.13.2
-rw-r--r--.SRCINFO8
-rw-r--r--0002-Enable-subpixel-rendering.patch24
-rw-r--r--0003-Enable-v35-subpixel-hinting.patch6
-rw-r--r--PKGBUILD4
4 files changed, 25 insertions, 17 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 52fe2023f9d5..4f62f3a7d1d8 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = lib32-freetype2-v35
pkgdesc = TrueType font rendering library with v35 bytecode interpreter only
- pkgver = 2.13.0
+ pkgver = 2.13.2
pkgrel = 1
url = http://www.freetype.org/
arch = x86_64
@@ -13,14 +13,14 @@ pkgbase = lib32-freetype2-v35
depends = lib32-harfbuzz
depends = freetype2-v35
provides = libfreetype.so
- provides = lib32-freetype2=2.13.0
+ provides = lib32-freetype2=2.13.2
conflicts = lib32-freetype2
- source = https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.13.0.tar.xz
+ source = https://download-mirror.savannah.gnu.org/releases/freetype/freetype-2.13.2.tar.xz
source = 0001-Enable-table-validation-modules.patch
source = 0002-Enable-subpixel-rendering.patch
source = 0003-Enable-v35-subpixel-hinting.patch
source = 0004-Enable-long-PCF-family-names.patch
- sha256sums = 5ee23abd047636c24b2d43c6625dcafc66661d1aca64dec9e0d05df29592624c
+ sha256sums = 12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d
sha256sums = SKIP
sha256sums = SKIP
sha256sums = SKIP
diff --git a/0002-Enable-subpixel-rendering.patch b/0002-Enable-subpixel-rendering.patch
index 34a533b5935b..95f40a306efa 100644
--- a/0002-Enable-subpixel-rendering.patch
+++ b/0002-Enable-subpixel-rendering.patch
@@ -1,12 +1,22 @@
-diff -pudr a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
---- a/include/freetype/config/ftoption.h 2019-02-23 12:09:06.000000000 +0300
-+++ b/include/freetype/config/ftoption.h 2019-03-21 12:44:40.553974923 +0300
-@@ -126,7 +126,7 @@ FT_BEGIN_HEADER
- * macro is not defined, FreeType offers alternative LCD rendering
- * technology that produces excellent output without LCD filtering.
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
+Date: Tue, 23 Jun 2015 08:43:07 +0200
+Subject: [PATCH] Enable subpixel rendering
+
+---
+ include/freetype/config/ftoption.h | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/include/freetype/config/ftoption.h b/include/freetype/config/ftoption.h
+index 1976b33af959..b3425e55feec 100644
+--- a/include/freetype/config/ftoption.h
++++ b/include/freetype/config/ftoption.h
+@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
+ * When this macro is not defined, FreeType offers alternative LCD
+ * rendering technology that produces excellent output.
*/
-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
-+ #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
/**************************************************************************
diff --git a/0003-Enable-v35-subpixel-hinting.patch b/0003-Enable-v35-subpixel-hinting.patch
index c025e0efdea6..cc52541e44c9 100644
--- a/0003-Enable-v35-subpixel-hinting.patch
+++ b/0003-Enable-v35-subpixel-hinting.patch
@@ -4,9 +4,7 @@ diff -pudr a/include/freetype/config/ftoption.h b/include/freetype/config/ftopti
@@ -658,7 +658,7 @@ FT_BEGIN_HEADER
* https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
*/
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2 */
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 ) */
+-#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
++/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
diff --git a/PKGBUILD b/PKGBUILD
index 1dd7a8556487..7ee5f489ff89 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
_pkgname=freetype2
_pkgbasename=${_pkgname}-v35
pkgname=lib32-${_pkgbasename}
-pkgver=2.13.0
+pkgver=2.13.2
pkgrel=1
pkgdesc="TrueType font rendering library with v35 bytecode interpreter only"
arch=(x86_64)
@@ -24,7 +24,7 @@ source=(
0003-Enable-v35-subpixel-hinting.patch
0004-Enable-long-PCF-family-names.patch
)
-sha256sums=('5ee23abd047636c24b2d43c6625dcafc66661d1aca64dec9e0d05df29592624c'
+sha256sums=('12991c4e55c506dd7f9b765933e62fd2be2e06d421505d7950a132e4f1bb484d'
SKIP SKIP SKIP SKIP
)