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

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:20:36
  Author: heftig
Revision: 397935

2.10.3-1

Added:
  freetype2/trunk/0002-Enable-subpixel-rendering.patch
  freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch
(from rev 382962, 
freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
  freetype2/trunk/0004-Enable-long-PCF-family-names.patch
(from rev 382962, freetype2/trunk/0003-Enable-long-PCF-family-names.patch)
Modified:
  freetype2/trunk/0001-Enable-table-validation-modules.patch
  freetype2/trunk/PKGBUILD
Deleted:
  freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch
  freetype2/trunk/0003-Enable-long-PCF-family-names.patch
  freetype2/trunk/freetype-2.5.2-more-demos.patch

---+
 0001-Enable-table-validation-modules.patch|7 --
 0002-Enable-infinality-subpixel-hinting.patch |   27 
 0002-Enable-subpixel-rendering.patch  |   22 ++
 0003-Enable-infinality-subpixel-hinting.patch |   24 +++
 0003-Enable-long-PCF-family-names.patch   |   25 ---
 0004-Enable-long-PCF-family-names.patch   |   22 ++
 PKGBUILD  |   76 
 freetype-2.5.2-more-demos.patch   |   17 -
 8 files changed, 108 insertions(+), 112 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2020-10-10 19:47:52 UTC (rev 
397934)
+++ 0001-Enable-table-validation-modules.patch  2020-10-10 20:20:36 UTC (rev 
397935)
@@ -1,7 +1,7 @@
-From c29e554b370dd9e283a53b81527434415f4572c2 Mon Sep 17 00:00:00 2001
+From  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] Enable table validation modules
 
 ---
  modules.cfg | 4 ++--
@@ -40,6 +40,3 @@
  
  # Auxiliary PostScript driver component to share common code.
  #
--- 
-2.26.2
-

Deleted: 0002-Enable-infinality-subpixel-hinting.patch
===
--- 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 19:47:52 UTC 
(rev 397934)
+++ 0002-Enable-infinality-subpixel-hinting.patch   2020-10-10 20:20:36 UTC 
(rev 397935)
@@ -1,27 +0,0 @@
-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/3] Enable infinality subpixel hinting
-

- include/freetype/config/ftoption.h | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 426806d2e..1cadffe8a 100644
 a/include/freetype/config/ftoption.h
-+++ b/include/freetype/config/ftoption.h
-@@ -674,8 +674,8 @@ 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  ( 1 | 2 ) */
-+/* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  2 */
-+#define TT_CONFIG_OPTION_SUBPIXEL_HINTING  ( 1 | 2 )
- 
- 
-   /**
--- 
-2.26.2
-

Added: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch(rev 0)
+++ 0002-Enable-subpixel-rendering.patch2020-10-10 20:20:36 UTC (rev 
397935)
@@ -0,0 +1,22 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+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 097f19b8a..e5de62e35 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -124,7 +124,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
+ 
+ 
+   /**

Copied: freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch (from rev 
382962, freetype2/trunk/0002-Enable-infinality-subpixel-hinting.patch)
===
--- 0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2020-10-10 

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

2016-09-08 Thread Jan Steffens
Date: Thursday, September 8, 2016 @ 16:52:27
  Author: heftig
Revision: 275858

2.7-1

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

+
 0001-Enable-table-validation-modules.patch |   18 +--
 0002-Enable-subpixel-rendering.patch   |   10 +-
 0003-Enable-infinality-subpixel-hinting.patch  |   27 +
 0003-Make-subpixel-hinting-mode-configurable.patch |   88 ---
 0004-Keep-default-interpreter-version-as-35.patch  |   29 --
 PKGBUILD   |   36 +++
 freetype2.install  |   15 ---
 freetype2.sh   |   12 ++
 8 files changed, 71 insertions(+), 164 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2016-09-08 16:35:49 UTC (rev 
275857)
+++ 0001-Enable-table-validation-modules.patch  2016-09-08 16:52:27 UTC (rev 
275858)
@@ -1,7 +1,7 @@
-From a7e32953f291c39a8286b87516cd0c0516c2c89b Mon Sep 17 00:00:00 2001
+From c3680bf8d38cf759c1e33dcc2d2d51e0a4fea2f9 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,22 +8,22 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index d677565a2bc2b5a2..f19cbec33384a86f 100644
+index f30049c38cc45159..7b8e50fe1b34584a 100644
 --- a/modules.cfg
 +++ b/modules.cfg
-@@ -110,7 +110,7 @@ RASTER_MODULES += smooth
- AUX_MODULES += cache
- 
+@@ -120,7 +120,7 @@ AUX_MODULES += cache
  # 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).
  #
-@@ -129,7 +129,7 @@ AUX_MODULES += bzip2
- 
+@@ -143,7 +143,7 @@ AUX_MODULES += bzip2
  # OpenType table validation.  Needs ftotval.c below.
  #
+ # No FT_CONFIG_OPTION_PIC support.
 -# AUX_MODULES += otvalid
 +AUX_MODULES += otvalid
  
@@ -30,5 +30,5 @@
  # Auxiliary PostScript driver component to share common code.
  #
 -- 
-2.9.0
+2.9.3
 

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2016-09-08 16:35:49 UTC (rev 
275857)
+++ 0002-Enable-subpixel-rendering.patch2016-09-08 16:52:27 UTC (rev 
275858)
@@ -1,7 +1,7 @@
-From 6a8bbe968954bcc54fdfcd5a71c7632370e3066a Mon Sep 17 00:00:00 2001
+From 96f09f08417887b2618c177bccfb6da2906568d9 Mon Sep 17 00:00:00 2001
 From: "Jan Alexander Steffens (heftig)" 
 Date: Tue, 23 Jun 2015 08:43:07 +0200
-Subject: [PATCH 2/4] Enable subpixel rendering
+Subject: [PATCH 2/3] Enable subpixel rendering
 
 ---
  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 2556c64d9d6c0838..8e58403529f597e5 100644
+index 90c123ef93e9ea04..67a361dd41e0b026 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -92,7 +92,7 @@ FT_BEGIN_HEADER
+@@ -122,7 +122,7 @@ FT_BEGIN_HEADER
/* This is done to allow FreeType clients to run unmodified, forcing */
/* them to display normal gray-level anti-aliased glyphs.*/
/*   */
@@ -21,5 +21,5 @@
  
/*/
 -- 
-2.9.0
+2.9.3
 

Added: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2016-09-08 16:52:27 UTC 
(rev 275858)
@@ -0,0 +1,27 @@
+From 220e96a9a8d7aff6ad0f0f1aa12c79cdb563331c 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
+
+---
+ include/freetype/config/ftoption.h | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/include/freetype/config/ftoption.h