[arch-commits] Commit in lib32-freetype2/repos (6 files)

2020-10-10 Thread Jan Steffens via arch-commits
Date: Saturday, October 10, 2020 @ 20:21:28
  Author: heftig
Revision: 723427

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 723426, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 723426, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 723426, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 723426, 
lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 723426, lib32-freetype2/trunk/PKGBUILD)

---+
 0001-Enable-table-validation-modules.patch|   42 
 0002-Enable-subpixel-rendering.patch  |   22 
 0003-Enable-infinality-subpixel-hinting.patch |   24 +
 0004-Enable-long-PCF-family-names.patch   |   22 
 PKGBUILD  |   62 
 5 files changed, 172 insertions(+)

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 723426, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
2020-10-10 20:21:28 UTC (rev 723427)
@@ -0,0 +1,42 @@
+From  Mon Sep 17 00:00:00 2001
+From: "Jan Alexander Steffens (heftig)" 
+Date: Tue, 23 Jun 2015 08:40:29 +0200
+Subject: [PATCH] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index d6cdbe523..181f91541 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -111,26 +111,26 @@ AUX_MODULES += cache
+ 
+ # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
+ #
+-# AUX_MODULES += gxvalid
++AUX_MODULES += gxvalid
+ 
+ # Support for streams compressed with gzip (files with suffix .gz).
+ #
+ # See include/freetype/ftgzip.h for the API.
+ AUX_MODULES += gzip
+ 
+ # Support for streams compressed with LZW (files with suffix .Z).
+ #
+ # See include/freetype/ftlzw.h for the API.
+ AUX_MODULES += lzw
+ 
+ # Support for streams compressed with bzip2 (files with suffix .bz2).
+ #
+ # See include/freetype/ftbzip2.h for the API.
+ AUX_MODULES += bzip2
+ 
+ # OpenType table validation.  Needs `ftotval.c' below.
+ #
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
 (from rev 723426, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(rev 0)
+++ multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
2020-10-10 20:21:28 UTC (rev 723427)
@@ -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: 
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
 (from rev 723426, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
===
--- multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch   
(rev 0)
+++ multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch   
2020-10-10 20:21:28 UTC (rev 723427)
@@ -0,0 +1,24 @@
+From 

[arch-commits] Commit in lib32-freetype2/repos (6 files)

2017-09-24 Thread Laurent Carlier
Date: Sunday, September 24, 2017 @ 17:09:45
  Author: lcarlier
Revision: 260446

archrelease: copy trunk to multilib-testing-x86_64

Added:
  lib32-freetype2/repos/multilib-testing-x86_64/
  
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
(from rev 260445, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(from rev 260445, 
lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
(from rev 260445, 
lib32-freetype2/trunk/0003-Enable-infinality-subpixel-hinting.patch)
  
lib32-freetype2/repos/multilib-testing-x86_64/0004-Enable-long-PCF-family-names.patch
(from rev 260445, 
lib32-freetype2/trunk/0004-Enable-long-PCF-family-names.patch)
  lib32-freetype2/repos/multilib-testing-x86_64/PKGBUILD
(from rev 260445, lib32-freetype2/trunk/PKGBUILD)

---+
 0001-Enable-table-validation-modules.patch|   49 +++
 0002-Enable-subpixel-rendering.patch  |   25 ++
 0003-Enable-infinality-subpixel-hinting.patch |   27 ++
 0004-Enable-long-PCF-family-names.patch   |   25 ++
 PKGBUILD  |   59 
 5 files changed, 185 insertions(+)

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0001-Enable-table-validation-modules.patch
 (from rev 260445, 
lib32-freetype2/trunk/0001-Enable-table-validation-modules.patch)
===
--- multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
(rev 0)
+++ multilib-testing-x86_64/0001-Enable-table-validation-modules.patch  
2017-09-24 17:09:45 UTC (rev 260446)
@@ -0,0 +1,49 @@
+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/4] Enable table validation modules
+
+---
+ modules.cfg | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/modules.cfg b/modules.cfg
+index 517111efeb642459..64b2a34d510ce8f7 100644
+--- a/modules.cfg
 b/modules.cfg
+@@ -120,30 +120,30 @@ 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).
+ #
+ # 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.
+-# AUX_MODULES += otvalid
++AUX_MODULES += otvalid
+ 
+ # Auxiliary PostScript driver component to share common code.
+ #
+-- 
+2.13.0
+

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
 (from rev 260445, lib32-freetype2/trunk/0002-Enable-subpixel-rendering.patch)
===
--- multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
(rev 0)
+++ multilib-testing-x86_64/0002-Enable-subpixel-rendering.patch
2017-09-24 17:09:45 UTC (rev 260446)
@@ -0,0 +1,25 @@
+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/4] 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 1bf6e8f534ff0734..1126716626b570df 100644
+--- a/include/freetype/config/ftoption.h
 b/include/freetype/config/ftoption.h
+@@ -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.*/
+   /*   */
+-/* #define FT_CONFIG_OPTION_SUBPIXEL_RENDERING */
++#define FT_CONFIG_OPTION_SUBPIXEL_RENDERING
+ 
+ 
+   /*/
+-- 
+2.13.0
+

Copied: 
lib32-freetype2/repos/multilib-testing-x86_64/0003-Enable-infinality-subpixel-hinting.patch
 (from rev 260445,