freetype-2.13.1

This commit is contained in:
Rmys
2023-06-26 10:10:37 +03:00
committed by GitHub
parent 9adae1e7f7
commit c70cd078fa
3 changed files with 32 additions and 4 deletions
@@ -8,7 +8,7 @@ Subject: [PATCH] Enable subpixel rendering
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 1976b33af959..b3425e55feec 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -123,7 +123,7 @@ FT_BEGIN_HEADER
@@ -0,0 +1,22 @@
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: "Jan Alexander Steffens (heftig)" <jan.steffens@gmail.com>
Date: Sun, 14 May 2017 18:09:31 +0200
Subject: [PATCH] Enable long PCF family names
---
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 b3425e55feec..ecff3ccd12d6 100644
--- a/include/freetype/config/ftoption.h
+++ b/include/freetype/config/ftoption.h
@@ -887,7 +887,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.
*/
-/* #define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES */
+#define PCF_CONFIG_OPTION_LONG_FAMILY_NAMES
/*************************************************************************/
+9 -3
View File
@@ -14,7 +14,7 @@
<Icon>freetype2</Icon>
<Summary>A high-quality and portable font engine</Summary>
<Description>FreeType 2 is a software font engine that is designed to be small, efficient, highly customizable, and portable while capable of producing high-quality output. It can be used in graphics libraries, display servers, font conversion tools, text image generation tools, and many other products as well.</Description>
<Archive sha1sum="6393c1451c2f1c5f83aed5ea92d280af078e27d9" type="tarxz">mirrors://sourceforge/freetype/freetype-2.13.0.tar.xz</Archive>
<Archive sha1sum="af9b6b754320a0526179f166e3f8cffce78526ca" type="tarxz">mirrors://sourceforge/freetype/freetype-2.13.1.tar.xz</Archive>
<BuildDependencies>
<Dependency>bzip2</Dependency>
<Dependency>zlib-devel</Dependency>
@@ -23,8 +23,7 @@
<Patches>
<Patch level="1">arch/0001-Enable-table-validation-modules.patch</Patch>
<Patch level="1">arch/0002-Enable-subpixel-rendering.patch</Patch>
<Patch level="1">arch/0003-Enable-infinality-subpixel-hinting.patch</Patch>
<Patch level="1">arch/0004-Enable-long-PCF-family-names.patch</Patch>
<Patch level="1">arch/0003-Enable-long-PCF-family-names.patch</Patch>
</Patches>
</Source>
@@ -79,6 +78,13 @@
</Package>
<History>
<Update release="14">
<Date>2023-06-25</Date>
<Version>2.13.1</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="13">
<Date>2023-02-09</Date>
<Version>2.13.0</Version>