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

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

2.10.2-1

Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD
Deleted:
  
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|   21 +--
 5 files changed, 22 insertions(+), 87 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-05-09 15:23:23 UTC (rev 
382961)
+++ 0001-Enable-table-validation-modules.patch  2020-05-09 18:12:12 UTC (rev 
382962)
@@ -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 15:23:23 UTC 
(rev 382961)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-05-09 18:12:12 UTC 
(rev 382962)
@@ -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 15:23:23 UTC (rev 
382961)
+++ 0003-Enable-long-PCF-family-names.patch 2020-05-09 18:12:12 UTC (rev 
382962)
@@ -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 15:23:23 UTC (rev 382961)
+++ 0004-Properly-handle-phantom-points-for-variation-fonts-5.patch 
2020-05-09 18:12:12 

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

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

2.10.1-2: FS#65629 fix some varfonts

Added:
  
freetype2/trunk/0004-Properly-handle-phantom-points-for-variation-fonts-5.patch
Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  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|   13 +-
 5 files changed, 78 insertions(+), 13 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-02-27 14:16:24 UTC (rev 
376291)
+++ 0001-Enable-table-validation-modules.patch  2020-02-27 14:22:33 UTC (rev 
376292)
@@ -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:16:24 UTC 
(rev 376291)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-02-27 14:22:33 UTC 
(rev 376292)
@@ -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:16:24 UTC (rev 
376291)
+++ 0003-Enable-long-PCF-family-names.patch 2020-02-27 14:22:33 UTC (rev 
376292)
@@ -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:33 UTC (rev 376292)
@@ -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 = FT_MulFix( loader->pp1.x, 

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

2018-05-02 Thread Jan Steffens via arch-commits
Date: Wednesday, May 2, 2018 @ 11:20:23
  Author: heftig
Revision: 323284

2.9.1-1

Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD
Deleted:
  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 07:45:12 UTC (rev 
323283)
+++ 0001-Enable-table-validation-modules.patch  2018-05-02 11:20:23 UTC (rev 
323284)
@@ -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 
07:45:12 UTC (rev 323283)
+++ 0001-psaux-Correctly-handle-Flex-features-52846.patch   2018-05-02 
11:20:23 UTC (rev 323284)
@@ -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 07:45:12 UTC 
(rev 323283)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2018-05-02 11:20:23 UTC 
(rev 323284)
@@ -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: 
<7053fd3cef88991e2da6aac5f1dda2c30ce22b4c.1525259379.git.jan.steff...@gmail.com>
 From: "Jan Alexander 

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

2017-05-14 Thread Jan Steffens
Date: Sunday, May 14, 2017 @ 16:28:08
  Author: heftig
Revision: 295993

2.8-2: Enable long family names, simplify installing demos, reduce differences 
to -git package

Added:
  freetype2/trunk/0004-Enable-long-PCF-family-names.patch
Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
  freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/PKGBUILD

---+
 0001-Enable-table-validation-modules.patch|   27 
 0002-Enable-subpixel-rendering.patch  |8 ++--
 0003-Enable-infinality-subpixel-hinting.patch |   10 +++---
 0004-Enable-long-PCF-family-names.patch   |   25 +++
 PKGBUILD  |   39 
 5 files changed, 75 insertions(+), 34 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2017-05-14 16:02:37 UTC (rev 
295992)
+++ 0001-Enable-table-validation-modules.patch  2017-05-14 16:28:08 UTC (rev 
295993)
@@ -1,7 +1,7 @@
-From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 Mon Sep 17 00:00:00 2001
+From 17dd2751813c3c8b37dac474cc5024473eb9bece 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 ++--
@@ -8,10 +8,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index f30049c38cc45159..7b8e50fe1b34584a 100644
+index 517111efeb642459..64b2a34d510ce8f7 100644
 --- a/modules.cfg
 +++ b/modules.cfg
-@@ -120,7 +120,7 @@ AUX_MODULES += cache
+@@ -120,30 +120,30 @@ AUX_MODULES += cache
  # TrueType GX/AAT table validation.  Needs ftgxval.c below.
  #
  # No FT_CONFIG_OPTION_PIC support.
@@ -20,7 +20,22 @@
  
  # Support for streams compressed with gzip (files with suffix .gz).
  #
-@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
+ # See include/freetype/ftgzip.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ # No FT_CONFIG_OPTION_PIC support.
+ AUX_MODULES += bzip2
+ 
  # OpenType table validation.  Needs ftotval.c below.
  #
  # No FT_CONFIG_OPTION_PIC support.
@@ -30,5 +45,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.9.3
+2.13.0
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2017-05-14 16:02:37 UTC (rev 
295992)
+++ 0002-Enable-subpixel-rendering.patch2017-05-14 16:28:08 UTC (rev 
295993)
@@ -1,7 +1,7 @@
-From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
+From a8f7f3068a8a5f94adfc77f4ddf03bf08da38f9b 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 90c123ef93e9ea04..67a361dd41e0b026 100644
+index 1bf6e8f534ff0734..1126716626b570df 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -122,7 +122,7 @@ FT_BEGIN_HEADER
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.9.3
+2.13.0
 

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2017-05-14 16:02:37 UTC 
(rev 295992)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2017-05-14 16:28:08 UTC 
(rev 295993)
@@ -1,7 +1,7 @@
-From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c Mon Sep 17 00:00:00 2001
+From 239cd8209c8d15a641d4548d386aeae4853b7d23 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Mon, 29 Aug 2016 08:43:10 +0200
-Subject: [PATCH 3/3] Enable infinality subpixel hinting
+Subject: [PATCH 3/4] 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 67a361dd41e0b026..c4812862518b66a6 100644

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

2013-11-25 Thread Jan Steffens
Date: Monday, November 25, 2013 @ 12:56:31
  Author: heftig
Revision: 200311

2.5.1

Added:
  freetype2/trunk/freetype-2.5.1-enable-sph.patch
  freetype2/trunk/freetype-2.5.1-enable-spr.patch
Modified:
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/freetype-2.3.0-enable-spr.patch
  freetype2/trunk/freetype-2.4.11-enable-sph.patch

--+
 PKGBUILD |   18 +-
 freetype-2.3.0-enable-spr.patch  |   11 ---
 freetype-2.4.11-enable-sph.patch |   13 -
 freetype-2.5.1-enable-sph.patch  |   13 +
 freetype-2.5.1-enable-spr.patch  |   13 +
 5 files changed, 35 insertions(+), 33 deletions(-)

Modified: PKGBUILD
===
--- PKGBUILD2013-11-25 11:53:01 UTC (rev 200310)
+++ PKGBUILD2013-11-25 11:56:31 UTC (rev 200311)
@@ -2,8 +2,8 @@
 # Maintainer: Jan de Groot j...@archlinux.org
 
 pkgname=freetype2
-pkgver=2.5.0.1
-pkgrel=2
+pkgver=2.5.1
+pkgrel=1
 pkgdesc=TrueType font rendering library
 arch=(i686 x86_64)
 license=('GPL')
@@ -11,22 +11,22 @@
 depends=('zlib' 'bzip2' 'sh' 'libpng')
 
source=(http://downloads.sourceforge.net/sourceforge/freetype/freetype-${pkgver}.tar.bz2
 freetype-2.2.1-enable-valid.patch
-freetype-2.3.0-enable-spr.patch
-freetype-2.4.11-enable-sph.patch)
-md5sums=('c72e9010b1d986d556fc0b2b5fcbf31a'
+freetype-2.5.1-enable-spr.patch
+freetype-2.5.1-enable-sph.patch)
+md5sums=('93eba7854094f46d7d98a9a2370af4d6'
  '214119610444c9b02766ccee5e220680'
- '816dc8619a6904a7385769433c0a8653'
- '2422f8902224fedb46ae9eec08c8ceac')
+ '80a14cce234f3f190cd936ca9060c398'
+ '0636ba2ff074201e2ea5c47ac408bc63')
 
 prepare() {
   cd ${srcdir}/freetype-${pkgver}
   patch -Np1 -i ${srcdir}/freetype-2.2.1-enable-valid.patch
-  patch -Np1 -i ${srcdir}/freetype-2.3.0-enable-spr.patch
+  patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-spr.patch
 
   # Disabled for now due to resistance
   # Kept here for easier rebuilds via ABS
   # https://bugs.archlinux.org/task/35274
-  #patch -Np1 -i ${srcdir}/freetype-2.4.11-enable-sph.patch
+  #patch -Np1 -i ${srcdir}/freetype-2.5.1-enable-sph.patch
 }
 
 build() {

Deleted: freetype-2.3.0-enable-spr.patch
===
--- freetype-2.3.0-enable-spr.patch 2013-11-25 11:53:01 UTC (rev 200310)
+++ freetype-2.3.0-enable-spr.patch 2013-11-25 11:56:31 UTC (rev 200311)
@@ -1,11 +0,0 @@
 freetype-2.3.0/include/freetype/config/ftoption.h.spf  2007-01-18 
14:27:34.0 -0500
-+++ freetype-2.3.0/include/freetype/config/ftoption.h  2007-01-18 
14:27:48.0 -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
- 
- 
-   /*/

Deleted: freetype-2.4.11-enable-sph.patch
===
--- freetype-2.4.11-enable-sph.patch2013-11-25 11:53:01 UTC (rev 200310)
+++ freetype-2.4.11-enable-sph.patch2013-11-25 11:56:31 UTC (rev 200311)
@@ -1,13 +0,0 @@
-diff --git i/include/freetype/config/ftoption.h 
w/include/freetype/config/ftoption.h
-index a73fff4..0a081bf 100644
 i/include/freetype/config/ftoption.h
-+++ w/include/freetype/config/ftoption.h
-@@ -577,7 +577,7 @@ FT_BEGIN_HEADER
-   /*   This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be*/
-   /*   defined.*/
-   /*   */
--/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
- 
- 
-   /*/

Added: freetype-2.5.1-enable-sph.patch
===
--- freetype-2.5.1-enable-sph.patch (rev 0)
+++ freetype-2.5.1-enable-sph.patch 2013-11-25 11:56:31 UTC (rev 200311)
@@ -0,0 +1,13 @@
+diff --git i/include/config/ftoption.h w/include/config/ftoption.h
+index fe2ba15..1ab4226 100644
+--- i/include/config/ftoption.h
 w/include/config/ftoption.h
+@@ -591,7 +591,7 @@ FT_BEGIN_HEADER
+   /*   This option requires TT_CONFIG_OPTION_BYTECODE_INTERPRETER to be*/
+   /*   defined.*/
+   /*   */
+-/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING */
++#define TT_CONFIG_OPTION_SUBPIXEL_HINTING
+ 
+ 
+