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

2022-03-31 Thread Jan Steffens via arch-commits
Date: Thursday, March 31, 2022 @ 22:26:27
  Author: heftig
Revision: 441049

2.12.0-1

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/0004-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD

---+
 0001-Enable-table-validation-modules.patch|4 +--
 0002-Enable-subpixel-rendering.patch  |2 -
 0003-Enable-infinality-subpixel-hinting.patch |4 +--
 0004-Enable-long-PCF-family-names.patch   |4 +--
 PKGBUILD  |   27 
 5 files changed, 21 insertions(+), 20 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2022-03-31 21:54:24 UTC (rev 
441048)
+++ 0001-Enable-table-validation-modules.patch  2022-03-31 22:26:27 UTC (rev 
441049)
@@ -8,10 +8,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 30f7fac45abd..a9a4703989b9 100644
+index aded92e5e922..f133c65b27e2 100644
 --- a/modules.cfg
 +++ b/modules.cfg
-@@ -114,26 +114,26 @@ AUX_MODULES += cache
+@@ -117,26 +117,26 @@ AUX_MODULES += cache
  
  # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
  #

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2022-03-31 21:54:24 UTC (rev 
441048)
+++ 0002-Enable-subpixel-rendering.patch2022-03-31 22:26:27 UTC (rev 
441049)
@@ -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 4227fd376e41..32da3fa03903 100644
+index c5bde243b127..77d6efb2e5f2 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -123,7 +123,7 @@ FT_BEGIN_HEADER

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2022-03-31 21:54:24 UTC 
(rev 441048)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2022-03-31 22:26:27 UTC 
(rev 441049)
@@ -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 32da3fa03903..0dd4021e2433 100644
+index 77d6efb2e5f2..c33c51eeb2e7 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -688,8 +688,8 @@ FT_BEGIN_HEADER
+@@ -706,8 +706,8 @@ FT_BEGIN_HEADER
 * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
 */
  /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */

Modified: 0004-Enable-long-PCF-family-names.patch
===
--- 0004-Enable-long-PCF-family-names.patch 2022-03-31 21:54:24 UTC (rev 
441048)
+++ 0004-Enable-long-PCF-family-names.patch 2022-03-31 22:26:27 UTC (rev 
441049)
@@ -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 0dd4021e2433..8da3073b6d71 100644
+index c33c51eeb2e7..c33ddb4bf60c 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -877,7 +877,7 @@ FT_BEGIN_HEADER
+@@ -895,7 +895,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.
 */

Modified: PKGBUILD
===
--- PKGBUILD2022-03-31 21:54:24 UTC (rev 441048)
+++ PKGBUILD2022-03-31 22:26:27 UTC (rev 441049)
@@ -1,9 +1,9 @@
 # Maintainer: Jan Alexander Steffens (heftig) 
-# Maintainer: Jan de Groot 
+# Contributor: Jan de Groot 
 
 pkgbase=freetype2
 pkgname=(freetype2 freetype2-demos freetype2-docs)
-pkgver=2.11.1
+pkgver=2.12.0
 pkgrel=1
 pkgdesc="Font rasterization library"
 url="https://www.freetype.org/;
@@ -12,7 +12,8 @@
 # adding harfbuzz for improved OpenType features auto-hinting
 # introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
 depends=(zlib bzip2 sh libpng harfbuzz brotli)
-makedepends=(libx11 qt5-base meson)
+makedepends=(libx11 qt5-base meson librsvg)
+options=(debug)
 
source=(https://download-mirror.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.xz{,.sig}
 
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-doc-$pkgver.tar.xz{,.sig}
 
https://download-mirror.savannah.gnu.org/releases/freetype/ft2demos-$pkgver.tar.xz{,.sig}
@@ -21,18 +22,18 @@
 0003-Enable-infinality-subpixel-hinting.patch
 

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

2021-12-05 Thread Jan Steffens via arch-commits
Date: Sunday, December 5, 2021 @ 15:50:24
  Author: heftig
Revision: 430702

rebase patches

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/0004-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD

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

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0001-Enable-table-validation-modules.patch  2021-12-05 15:50:24 UTC (rev 
430702)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index 30f7fac45a..a9a4703989 100644
+index 30f7fac45abd..a9a4703989b9 100644
 --- a/modules.cfg
 +++ b/modules.cfg
 @@ -114,26 +114,26 @@ AUX_MODULES += cache

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0002-Enable-subpixel-rendering.patch2021-12-05 15:50:24 UTC (rev 
430702)
@@ -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 4227fd376e..32da3fa039 100644
+index 4227fd376e41..32da3fa03903 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -123,7 +123,7 @@ FT_BEGIN_HEADER

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:44:55 UTC 
(rev 430701)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2021-12-05 15:50:24 UTC 
(rev 430702)
@@ -8,7 +8,7 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/include/freetype/config/ftoption.h 
b/include/freetype/config/ftoption.h
-index 32da3fa039..0dd4021e24 100644
+index 32da3fa03903..0dd4021e2433 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -688,8 +688,8 @@ FT_BEGIN_HEADER

Modified: 0004-Enable-long-PCF-family-names.patch
===
--- 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:44:55 UTC (rev 
430701)
+++ 0004-Enable-long-PCF-family-names.patch 2021-12-05 15:50:24 UTC (rev 
430702)
@@ -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 0dd4021e24..8da3073b6d 100644
+index 0dd4021e2433..8da3073b6d71 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
 @@ -877,7 +877,7 @@ FT_BEGIN_HEADER

Modified: PKGBUILD
===
--- PKGBUILD2021-12-05 15:44:55 UTC (rev 430701)
+++ PKGBUILD2021-12-05 15:50:24 UTC (rev 430702)
@@ -27,10 +27,10 @@
 'SKIP'
 'c60620d49d0f16d95586eb868c01b129569409e6cfdcb87a78e0482a12604672'
 'SKIP'
-'e606bdba5c0ee698902886140e4643551ffc8327b1b7d2b0c9129d1f93b1f36c'
-'17ab1609cdbcaba3c5975f5cf1ffd078e067d560f906d5507390d41997e6c468'
-'561d2f2503d180b796f868470612610f6d7fcb34efa0620ecab38fd39002e27a'
-'9c068a984e7b9a27ff9e709839d522b66815ac4e8c7a5bd4ea0224335f7f2ef6'
+'663310ef70f7830de462fb8964ee4fa1d49ad4aeb1a6eae5857707e161039a53'
+'17cd4bd0c650b9bdd3bc30581ad6457524db14ec34b56f98e243357c3ab4bc05'
+'0607ac8176d4f08bcfb78d07bdc2c66fcbe7dfde6c82a0e98d6e625597442fd0'
+'6e5192dc08119e32992eee5a15595e131adcc9d2411066ca8691bfe2af14d97e'
 'f7f8e09c44f7552c883846e9a6a1efc50377c4932234e74adc4a8ff750606467')
 validpgpkeys=(58E0C111E39F5408C5D3EC76C1A60EACE707FDA5) # Werner Lemberg 

 



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

2021-07-22 Thread Jan Steffens via arch-commits
Date: Thursday, July 22, 2021 @ 17:13:45
  Author: heftig
Revision: 420290

2.11.0-1

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/0004-Enable-long-PCF-family-names.patch
  freetype2/trunk/PKGBUILD

---+
 0001-Enable-table-validation-modules.patch|4 -
 0002-Enable-subpixel-rendering.patch  |4 -
 0003-Enable-infinality-subpixel-hinting.patch |4 -
 0004-Enable-long-PCF-family-names.patch   |4 -
 PKGBUILD  |   79 +++-
 5 files changed, 47 insertions(+), 48 deletions(-)

Modified: 0001-Enable-table-validation-modules.patch
===
--- 0001-Enable-table-validation-modules.patch  2021-07-22 15:10:10 UTC (rev 
420289)
+++ 0001-Enable-table-validation-modules.patch  2021-07-22 17:13:45 UTC (rev 
420290)
@@ -8,10 +8,10 @@
  1 file changed, 2 insertions(+), 2 deletions(-)
 
 diff --git a/modules.cfg b/modules.cfg
-index d6cdbe523..181f91541 100644
+index 30f7fac45a..a9a4703989 100644
 --- a/modules.cfg
 +++ b/modules.cfg
-@@ -111,26 +111,26 @@ AUX_MODULES += cache
+@@ -114,26 +114,26 @@ AUX_MODULES += cache
  
  # TrueType GX/AAT table validation.  Needs `ftgxval.c' below.
  #

Modified: 0002-Enable-subpixel-rendering.patch
===
--- 0002-Enable-subpixel-rendering.patch2021-07-22 15:10:10 UTC (rev 
420289)
+++ 0002-Enable-subpixel-rendering.patch2021-07-22 17:13:45 UTC (rev 
420290)
@@ -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 097f19b8a..e5de62e35 100644
+index 4227fd376e..32da3fa039 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -124,7 +124,7 @@ FT_BEGIN_HEADER
+@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
 * When this macro is not defined, FreeType offers alternative LCD
 * rendering technology that produces excellent output.
 */

Modified: 0003-Enable-infinality-subpixel-hinting.patch
===
--- 0003-Enable-infinality-subpixel-hinting.patch   2021-07-22 15:10:10 UTC 
(rev 420289)
+++ 0003-Enable-infinality-subpixel-hinting.patch   2021-07-22 17:13:45 UTC 
(rev 420290)
@@ -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 e5de62e35..acb4d6d6a 100644
+index 32da3fa039..0dd4021e24 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -672,8 +672,8 @@ FT_BEGIN_HEADER
+@@ -688,8 +688,8 @@ FT_BEGIN_HEADER
 * https://www.microsoft.com/typography/cleartype/truetypecleartype.aspx
 */
  /* #define TT_CONFIG_OPTION_SUBPIXEL_HINTING  1 */

Modified: 0004-Enable-long-PCF-family-names.patch
===
--- 0004-Enable-long-PCF-family-names.patch 2021-07-22 15:10:10 UTC (rev 
420289)
+++ 0004-Enable-long-PCF-family-names.patch 2021-07-22 17:13:45 UTC (rev 
420290)
@@ -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 acb4d6d6a..efa13b9c6 100644
+index 0dd4021e24..8da3073b6d 100644
 --- a/include/freetype/config/ftoption.h
 +++ b/include/freetype/config/ftoption.h
-@@ -861,7 +861,7 @@ FT_BEGIN_HEADER
+@@ -877,7 +877,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.
 */

Modified: PKGBUILD
===
--- PKGBUILD2021-07-22 15:10:10 UTC (rev 420289)
+++ PKGBUILD2021-07-22 17:13:45 UTC (rev 420290)
@@ -3,7 +3,7 @@
 
 pkgbase=freetype2
 pkgname=(freetype2 freetype2-demos freetype2-docs)
-pkgver=2.10.4
+pkgver=2.11.0
 pkgrel=1
 pkgdesc="Font rasterization library"
 url="https://www.freetype.org/;
@@ -11,8 +11,8 @@
 license=(GPL)
 # adding harfbuzz for improved OpenType features auto-hinting
 # introduces a cycle dep to harfbuzz depending on freetype wanted by upstream
-depends=(zlib bzip2 sh libpng harfbuzz)
-makedepends=(libx11)
+depends=(zlib bzip2 sh libpng harfbuzz brotli)
+makedepends=(libx11 qt5-base meson)
 
source=(https://download-mirror.savannah.gnu.org/releases/freetype/freetype-$pkgver.tar.xz{,.sig}
 
https://download-mirror.savannah.gnu.org/releases/freetype/freetype-doc-$pkgver.tar.xz{,.sig}
 
https://download-mirror.savannah.gnu.org/releases/freetype/ft2demos-$pkgver.tar.xz{,.sig}
@@ -21,70 +21,70 @@