[arch-commits] Commit in lib32-freetype2/trunk (5 files)

2020-05-09 Thread Jan Steffens via arch-commits
Date: Saturday, May 9, 2020 @ 18:14:46
  Author: heftig
Revision: 626055

2.10.2-1

Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  
lib32-freetype2/trunk/0004-Properly-handle-phantom-points-for-variation-fonts-5.patch

-+
 0001-Enable-table-validation-modules.patch  |8 -
 0002-Enable-infinality-subpixel-hinting.patch   |   10 -
 0003-Enable-long-PCF-family-names.patch |   10 -
 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch |   60 
--
 PKGBUILD|   19 +--
 5 files changed, 21 insertions(+), 86 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-05-09 18:00:07 UTC (rev 
626054)
+++ 0001-Enable-table-validation-modules.patch  2020-05-09 18:14:46 UTC (rev 
626055)
@@ -1,7 +1,7 @@
-From 434eca71f2d570fd0ae711fbcbad11eda043e37c Mon Sep 17 00:00:00 2001
+From c29e554b370dd9e283a53b81527434415f4572c2 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
+Subject: [PATCH 1/3] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index dc6c8d42d..2ab145016 100644
+index d6cdbe523..181f91541 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -111,26 +111,26 @@ AUX_MODULES += cache
@@ -41,5 +41,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.25.1
+2.26.2
 

Modified: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-05-09 18:00:07 UTC 
(rev 626054)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-05-09 18:14:46 UTC 
(rev 626055)
@@ -1,7 +1,7 @@
-From 782c6bf852905f655b0cfc0e59038248e1b096e0 Mon Sep 17 00:00:00 2001
+From 9f26c483bbc0e96967963905ea824e20a0f30778 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/4] Enable infinality subpixel hinting
+Subject: [PATCH 2/3] Enable infinality subpixel hinting
 
 ---
  include/freetype/config/ftoption.h | 4 ++--
@@ -8,10 +8,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 12f47a82e..1d4469a99 100644
+index 426806d2e..1cadffe8a 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -658,8 +658,8 @@ FT_BEGIN_HEADER
+@@ -674,8 +674,8 @@ FT_BEGIN_HEADER
 * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
 */
  /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
@@ -23,5 +23,5 @@
  
/**
 -- 
-2.25.1
+2.26.2
 

Modified: 0003-Enable-long-PCF-family-names.patch
===
--- 0003-Enable-long-PCF-family-names.patch 2020-05-09 18:00:07 UTC (rev 
626054)
+++ 0003-Enable-long-PCF-family-names.patch 2020-05-09 18:14:46 UTC (rev 
626055)
@@ -1,7 +1,7 @@
-From 889a7d2febe8ef1a710af578913763ee49cba3aa Mon Sep 17 00:00:00 2001
+From cd916f63dc53e7116aa99c4775e13caca7b3c59c Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Sun, 14 May 2017 18:09:31 +0200
-Subject: [PATCH 3/4] Enable long PCF family names
+Subject: [PATCH 3/3] Enable long PCF family names
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -8,10 +8,10 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 1d4469a99..4ff4e7821 100644
+index 1cadffe8a..569d1c638 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -847,7 +847,7 @@ FT_BEGIN_HEADER
+@@ -863,7 +863,7 @@ FT_BEGIN_HEADER
 * If this option is activated, it can be controlled with the
 * `no-long-family-names` property of the 'pcf' driver module.
 */
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.25.1
+2.26.2
 

Deleted: 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch
===
--- 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch 
2020-05-09 18:00:07 UTC (rev 626054)
+++ 

[arch-commits] Commit in lib32-freetype2/trunk (5 files)

2020-02-27 Thread Jan Steffens via arch-commits
Date: Thursday, February 27, 2020 @ 14:22:31
  Author: heftig
Revision: 584133

2.10.1-2: FS#65629 fix some varfonts

Added:
  
lib32-freetype2/trunk/0004-Properly-handle-phantom-points-for-variation-fonts-5.patch
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  lib32-freetype2/trunk/PKGBUILD

-+
 0001-Enable-table-validation-modules.patch  |6 -
 0002-Enable-infinality-subpixel-hinting.patch   |6 -
 0003-Enable-long-PCF-family-names.patch |6 -
 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch |   60 
++
 PKGBUILD|   15 +-
 5 files changed, 79 insertions(+), 14 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-02-27 14:22:25 UTC (rev 
584132)
+++ 0001-Enable-table-validation-modules.patch  2020-02-27 14:22:31 UTC (rev 
584133)
@@ -1,7 +1,7 @@
-From 1b46dedc6316849e61b22187091dc7ab40fec7a5 Mon Sep 17 00:00:00 2001
+From 434eca71f2d570fd0ae711fbcbad11eda043e37c Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH 1/4] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -41,5 +41,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.22.0
+2.25.1
 

Modified: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-02-27 14:22:25 UTC 
(rev 584132)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-02-27 14:22:31 UTC 
(rev 584133)
@@ -1,7 +1,7 @@
-From db01ee6d453cd2f6bfcbb3420ec1a48b2d37631c Mon Sep 17 00:00:00 2001
+From 782c6bf852905f655b0cfc0e59038248e1b096e0 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/3] Enable infinality subpixel hinting
+Subject: [PATCH 2/4] Enable infinality subpixel hinting
 
 ---
  include/freetype/config/ftoption.h | 4 ++--
@@ -23,5 +23,5 @@
  
/**
 -- 
-2.22.0
+2.25.1
 

Modified: 0003-Enable-long-PCF-family-names.patch
===
--- 0003-Enable-long-PCF-family-names.patch 2020-02-27 14:22:25 UTC (rev 
584132)
+++ 0003-Enable-long-PCF-family-names.patch 2020-02-27 14:22:31 UTC (rev 
584133)
@@ -1,7 +1,7 @@
-From 41449761b1200749b34e034f9b4b3c0bdf299013 Mon Sep 17 00:00:00 2001
+From 889a7d2febe8ef1a710af578913763ee49cba3aa Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Sun, 14 May 2017 18:09:31 +0200
-Subject: [PATCH 3/3] Enable long PCF family names
+Subject: [PATCH 3/4] Enable long PCF family names
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.22.0
+2.25.1
 

Added: 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch
===
--- 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch 
(rev 0)
+++ 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch 
2020-02-27 14:22:31 UTC (rev 584133)
@@ -0,0 +1,60 @@
+From 2d7a2292f80368125c08f3818faf6926bcc9eb5d Mon Sep 17 00:00:00 2001
+From: Ben Wagner 
+Date: Fri, 12 Jul 2019 10:48:10 +0200
+Subject: [PATCH 4/4] Properly handle phantom points for variation fonts
+ (#56601).
+
+* src/truetype/ttgload.c (TT_Process_Simple_Glyph): Scale phantom
+points if HVAR and/or VVAR is present.
+---
+ src/truetype/ttgload.c | 27 +--
+ 1 file changed, 21 insertions(+), 6 deletions(-)
+
+diff --git a/src/truetype/ttgload.c b/src/truetype/ttgload.c
+index a04684086..093eed839 100644
+--- a/src/truetype/ttgload.c
 b/src/truetype/ttgload.c
+@@ -1102,19 +1102,34 @@
+   }
+ 
+ #ifdef TT_CONFIG_OPTION_GX_VAR_SUPPORT
+-  /* if we have a HVAR table, `pp1' and/or `pp2' are already adjusted */
+-  if ( !( loader->face->variation_support & TT_FACE_FLAG_VAR_HADVANCE ) ||
+-   !IS_HINTED( loader->load_flags ) )
++  /* if we have a HVAR table, `pp1' and/or `pp2' */
++  /* are already adjusted but unscaled   */
++  if ( ( loader->face->variation_support & TT_FACE_FLAG_VAR_HADVANCE ) &&
++   IS_HINTED( loader->load_flags ) )
++  {
++loader->pp1.x = 

[arch-commits] Commit in lib32-freetype2/trunk (5 files)

2019-07-02 Thread Jan Steffens via arch-commits
Date: Tuesday, July 2, 2019 @ 11:34:49
  Author: heftig
Revision: 487248

2.10.1-1

Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/0004-pcf-Fix-handling-of-undefined-glyph-56067.patch

--+
 0001-Enable-table-validation-modules.patch   |7 
 0002-Enable-infinality-subpixel-hinting.patch|9 
 0003-Enable-long-PCF-family-names.patch  |9 
 0004-pcf-Fix-handling-of-undefined-glyph-56067.patch |  353 -
 PKGBUILD |   21 -
 5 files changed, 17 insertions(+), 382 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2019-07-02 10:20:45 UTC (rev 
487247)
+++ 0001-Enable-table-validation-modules.patch  2019-07-02 11:34:49 UTC (rev 
487248)
@@ -1,8 +1,7 @@
-From b609203df7333beea20dbfd604262a9486f01497 Mon Sep 17 00:00:00 2001
-Message-Id: 

+From 1b46dedc6316849e61b22187091dc7ab40fec7a5 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/4] Enable table validation modules
+Subject: [PATCH 1/3] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -42,5 +41,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.21.0
+2.22.0
 

Modified: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2019-07-02 10:20:45 UTC 
(rev 487247)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2019-07-02 11:34:49 UTC 
(rev 487248)
@@ -1,10 +1,7 @@
-From fbeffd53c40de0932b1e9ef32ca4f30b7e1aeea2 Mon Sep 17 00:00:00 2001
-Message-Id: 

-In-Reply-To: 

-References: 

+From db01ee6d453cd2f6bfcbb3420ec1a48b2d37631c Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 2/4] Enable infinality subpixel hinting
+Subject: [PATCH 2/3] Enable infinality subpixel hinting
 
 ---
  include/freetype/config/ftoption.h | 4 ++--
@@ -26,5 +23,5 @@
  
/**
 -- 
-2.21.0
+2.22.0
 

Modified: 0003-Enable-long-PCF-family-names.patch
===
--- 0003-Enable-long-PCF-family-names.patch 2019-07-02 10:20:45 UTC (rev 
487247)
+++ 0003-Enable-long-PCF-family-names.patch 2019-07-02 11:34:49 UTC (rev 
487248)
@@ -1,10 +1,7 @@
-From a7c04e60d28a0ad0420bb7a1943479a08a923d07 Mon Sep 17 00:00:00 2001
-Message-Id: 

-In-Reply-To: 

-References: 

+From 41449761b1200749b34e034f9b4b3c0bdf299013 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Sun, 14 May 2017 18:09:31 +0200
-Subject: [PATCH 3/4] Enable long PCF family names
+Subject: [PATCH 3/3] Enable long PCF family names
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -24,5 +21,5 @@
  
/*/
 -- 
-2.21.0
+2.22.0
 

Deleted: 0004-pcf-Fix-handling-of-undefined-glyph-56067.patch
===
--- 0004-pcf-Fix-handling-of-undefined-glyph-56067.patch2019-07-02 
10:20:45 UTC (rev 487247)
+++ 0004-pcf-Fix-handling-of-undefined-glyph-56067.patch2019-07-02 
11:34:49 UTC (rev 487248)
@@ -1,353 +0,0 @@
-From 5b6f9aa2fd4dadcf4c339014117f5d19b6878956 Mon Sep 17 00:00:00 2001
-Message-Id: 
<5b6f9aa2fd4dadcf4c339014117f5d19b6878956.1555912526.git.jan.steff...@gmail.com>
-In-Reply-To: 

-References: 

-From: Werner Lemberg 
-Date: Wed, 17 Apr 2019 07:49:17 +0200
-Subject: [PATCH 4/4] [pcf] Fix handling of undefined glyph (#56067).
-
-This commit fixes the changes from 2018-07-21, which broke charmap
-iteration.  We now add the default character as a new glyph with
-index 0, thus increasing the number of glyphs by one (as before).
-
-* src/pcf/pcfread.c (pcf_get_metrics): Adjust to new artificial
-glyph with index 0.
-Limit number of elements to 65534.
-(pcf_get_bitmaps): Ditto.
-Unify two loops into one; this avoids allocation of an intermediate
-array.
-(pcf_get_encodings): Don't flip indices but copy glyph metrics of
-default character to index 0.
-Also handle invalid default character.
-
-* docs/CHANGES: Updated.

- src/pcf/pcf.h  |   3 +-
- src/pcf/pcfdrivr.c |  12 ++--
- src/pcf/pcfread.c  | 161 -
- 3 files changed, 93 insertions(+), 83 deletions(-)
-
-diff --git a/src/pcf/pcf.h b/src/pcf/pcf.h
-index 529dd3adf..33be4bcd8 100644
 a/src/pcf/pcf.h
-+++ b/src/pcf/pcf.h

[arch-commits] Commit in lib32-freetype2/trunk (5 files)

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 11:33:15
  Author: heftig
Revision: 318655

2.9.1-1

Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  lib32-freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  lib32-freetype2/trunk/PKGBUILD
Deleted:
  lib32-freetype2/trunk/0001-psaux-Correctly-handle-Flex-features-52846.patch

---+
 0001-Enable-table-validation-modules.patch|   12 ++---
 0001-psaux-Correctly-handle-Flex-features-52846.patch |   38 
 0002-Enable-infinality-subpixel-hinting.patch |   14 ++---
 0003-Enable-long-PCF-family-names.patch   |   14 ++---
 PKGBUILD  |   22 +++--
 5 files changed, 28 insertions(+), 72 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2018-05-02 09:02:46 UTC (rev 
318654)
+++ 0001-Enable-table-validation-modules.patch  2018-05-02 11:33:15 UTC (rev 
318655)
@@ -1,5 +1,5 @@
-From c7a6a2312313a971089fb592deb8c476be4dca0f Mon Sep 17 00:00:00 2001
-Message-Id: 

+From 7053fd3cef88991e2da6aac5f1dda2c30ce22b4c Mon Sep 17 00:00:00 2001
+Message-Id: 
<7053fd3cef88991e2da6aac5f1dda2c30ce22b4c.1525259379.git.jan.steff...@gmail.com>
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
 Subject: [PATCH 1/4] Enable table validation modules
@@ -9,11 +9,11 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 56a2340e56d187aa..3a028329187275df 100644
+index 4bf344524..f9aa44b2a 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -120,30 +120,30 @@ AUX_MODULES += cache
- # TrueType GX/AAT table validation.  Needs ftgxval.c below.
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
  #
  # No FT_CONFIG_OPTION_PIC support.
 -# AUX_MODULES += gxvalid
@@ -37,7 +37,7 @@
  # No FT_CONFIG_OPTION_PIC support.
  AUX_MODULES += bzip2
  
- # OpenType table validation.  Needs ftotval.c below.
+ # OpenType table validation.  Needs `ftotval.c' below.
  #
  # No FT_CONFIG_OPTION_PIC support.
 -# AUX_MODULES += otvalid
@@ -46,5 +46,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.15.1
+2.17.0
 

Deleted: 0001-psaux-Correctly-handle-Flex-features-52846.patch
===
--- 0001-psaux-Correctly-handle-Flex-features-52846.patch   2018-05-02 
09:02:46 UTC (rev 318654)
+++ 0001-psaux-Correctly-handle-Flex-features-52846.patch   2018-05-02 
11:33:15 UTC (rev 318655)
@@ -1,38 +0,0 @@
-From cc2f3cdecff5a351e7e8961b9f2e389ab740231a Mon Sep 17 00:00:00 2001
-From: Ewald Hew 
-Date: Wed, 10 Jan 2018 13:24:56 +0800
-Subject: [PATCH] [psaux] Correctly handle Flex features (#52846).
-
-* src/psaux/psintrp.c (cf2_interpT2CharString) : Do not move if doing Flex.

- src/psaux/psintrp.c | 6 --
- 1 file changed, 4 insertions(+), 2 deletions(-)
-
-diff --git a/src/psaux/psintrp.c b/src/psaux/psintrp.c
-index 5c0ee78..da5a8da 100644
 a/src/psaux/psintrp.c
-+++ b/src/psaux/psintrp.c
-@@ -852,7 +852,8 @@
- 
- curY = ADD_INT32( curY, cf2_stack_popFixed( opStack ) );
- 
--cf2_glyphpath_moveTo( , curX, curY );
-+if ( !decoder->flex_state )
-+  cf2_glyphpath_moveTo( , curX, curY );
- 
- break;
- 
-@@ -2674,7 +2675,8 @@
- 
- curX = ADD_INT32( curX, cf2_stack_popFixed( opStack ) );
- 
--cf2_glyphpath_moveTo( , curX, curY );
-+if ( !decoder->flex_state )
-+  cf2_glyphpath_moveTo( , curX, curY );
- 
- break;
- 
--- 
-2.16.1
-

Modified: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2018-05-02 09:02:46 UTC 
(rev 318654)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2018-05-02 11:33:15 UTC 
(rev 318655)
@@ -1,7 +1,7 @@
-From 438b8c65e900d4c28db9eeb2a45e5998048eb471 Mon Sep 17 00:00:00 2001
-Message-Id: 
<438b8c65e900d4c28db9eeb2a45e5998048eb471.1513462508.git.jan.steff...@gmail.com>
-In-Reply-To: 

-References: 

+From ecb052d87dd80603aac454a65fd6e074bc57772c Mon Sep 17 00:00:00 2001
+Message-Id: 

+In-Reply-To: 
<7053fd3cef88991e2da6aac5f1dda2c30ce22b4c.1525259379.git.jan.steff...@gmail.com>
+References: 

[arch-commits] Commit in lib32-freetype2/trunk (5 files)

2016-07-12 Thread Jan Steffens
Date: Tuesday, July 12, 2016 @ 11:00:12
  Author: heftig
Revision: 182686

2.6.5-1

Added:
  lib32-freetype2/trunk/0004-Keep-default-interpreter-version-as-35.patch
Modified:
  lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch
  lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch
  lib32-freetype2/trunk/0003-Make-subpixel-hinting-mode-configurable.patch
  lib32-freetype2/trunk/PKGBUILD

+
 0001-Enable-table-validation-modules.patch |6 +--
 0002-Enable-subpixel-rendering.patch   |8 ++--
 0003-Make-subpixel-hinting-mode-configurable.patch |   20 +--
 0004-Keep-default-interpreter-version-as-35.patch  |   29 
 PKGBUILD   |   33 ---
 5 files changed, 66 insertions(+), 30 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2016-07-12 10:49:07 UTC (rev 
182685)
+++ 0001-Enable-table-validation-modules.patch  2016-07-12 11:00:12 UTC (rev 
182686)
@@ -1,7 +1,7 @@
-From 38732f60a5dc2a619dac5605d6c2fa90fc58d606 Mon Sep 17 00:00:00 2001
+From a7e32953f291c39a8286b87516cd0c0516c2c89b Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:40:29 +0200
-Subject: [PATCH 1/3] Enable table validation modules
+Subject: [PATCH 1/4] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -30,5 +30,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.8.3
+2.9.0
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2016-07-12 10:49:07 UTC (rev 
182685)
+++ 0002-Enable-subpixel-rendering.patch2016-07-12 11:00:12 UTC (rev 
182686)
@@ -1,7 +1,7 @@
-From 340fa8551faed5a105d0e1cbe4e81ade1f750a04 Mon Sep 17 00:00:00 2001
+From 6a8bbe968954bcc54fdfcd5a71c7632370e3066a Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/3] Enable subpixel rendering
+Subject: [PATCH 2/4] Enable subpixel rendering
 
 ---
  include/freetype/config/ftoption.h | 2 +-
@@ -8,7 +8,7 @@
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 7dd3f55e572a23b9..33d563c4e1e47228 100644
+index 2556c64d9d6c0838..8e58403529f597e5 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -92,7 +92,7 @@ FT_BEGIN_HEADER
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.8.3
+2.9.0
 

Modified: 0003-Make-subpixel-hinting-mode-configurable.patch
===
--- 0003-Make-subpixel-hinting-mode-configurable.patch  2016-07-12 10:49:07 UTC 
(rev 182685)
+++ 0003-Make-subpixel-hinting-mode-configurable.patch  2016-07-12 11:00:12 UTC 
(rev 182686)
@@ -1,24 +1,22 @@
-From d0d93c2496175aa42b4c4bb3a45e4f0a6d264112 Mon Sep 17 00:00:00 2001
+From be997becc28dfbf2077cca55dc9a6a090d13e22a Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Wed, 15 Jun 2016 14:10:20 +0200
-Subject: [PATCH 3/3] Make subpixel hinting mode configurable
+Subject: [PATCH 3/4] Make subpixel hinting mode configurable
 
 ---
- include/freetype/config/ftoption.h |  4 ++--
+ include/freetype/config/ftoption.h |  2 +-
  src/truetype/ttobjs.c  | 37 +
- 2 files changed, 39 insertions(+), 2 deletions(-)
+ 2 files changed, 38 insertions(+), 1 deletion(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 33d563c4e1e47228..a401fc8e9efbbd79 100644
+index 8e58403529f597e5..197e15cdc3cc1e74 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -631,8 +631,8 @@ FT_BEGIN_HEADER
-   /* [1] http://www.microsoft.com/typography/cleartype/truetypecleartype.aspx 
*/
+@@ -632,7 +632,7 @@ FT_BEGIN_HEADER
/*   */
- /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
--#define TT_CONFIG_OPTION_SUBPIXEL_HINTING 2
+ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */
+ /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
 -/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
 +#define TT_CONFIG_OPTION_SUBPIXEL_HINTING ( 1 | 2 )
  
  
@@ -86,5 +84,5 @@
  
  FT_UNUSED( ttdriver );
 -- 
-2.8.3
+2.9.0
 

Added: 0004-Keep-default-interpreter-version-as-35.patch
===
---