freetype_bootstrap: bump version

This commit is contained in:
Jerome Duval
2022-02-23 18:04:04 +01:00
parent 7417f1fd26
commit 178acfacfa
2 changed files with 15 additions and 6 deletions

View File

@@ -3,16 +3,15 @@ DESCRIPTION="FreeType is written in C, designed to be small, efficient, \
highly customizable, and portable while capable of producing high-quality \
output (glyph images) of most vector and bitmap font formats."
HOMEPAGE="https://www.freetype.org/"
COPYRIGHT="1996-2018 David Turner, Robert Wilhelm, Werner Lemberg, et al."
COPYRIGHT="1996-2021 David Turner, Robert Wilhelm, Werner Lemberg, et al."
LICENSE="FreeType"
REVISION="2"
REVISION="1"
SOURCE_URI="https://download.savannah.gnu.org/releases/freetype/freetype-$portVersion.tar.xz"
CHECKSUM_SHA256="8bee39bd3968c4804b70614a0a3ad597299ad0e824bc8aad5ce8aaf48067bde7"
CHECKSUM_SHA256="3333ae7cfda88429c97a7ae63b7d01ab398076c3b67182e960e5684050f2c5c8"
SOURCE_DIR="freetype-$portVersion"
PATCHES="
enable-validation-modules.patchset
use-includedir.patchset
gcc2-buildfix.patchset
python3.patch
"
#PATCHES="freetype-subpixel.patchset" # enable patented subpixel rendering
@@ -21,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
freetype_bootstrap$secondaryArchSuffix = $portVersion
devel:libfreetype${secondaryArchSuffix} = 6.18.0 compat >= 6
devel:libfreetype${secondaryArchSuffix} = 6.18.1 compat >= 6
"
REQUIRES="
haiku$secondaryArchSuffix

View File

@@ -0,0 +1,10 @@
diff --git a/builds/meson/extract_freetype_version.py b/builds/meson/extract_freetype_version.py
index ab79fdb..fa83e9d 100644
--- a/builds/meson/extract_freetype_version.py
+++ b/builds/meson/extract_freetype_version.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
# Copyright (C) 2020-2021 by
# David Turner, Robert Wilhelm, and Werner Lemberg.