summaryrefslogtreecommitdiff
path: root/recipes/harfbuzz.recipe
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-06-04 10:35:05 +0100
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2020-06-06 10:44:09 +0000
commit638617c7eb358297b689d629f92be9956af796a3 (patch)
tree4703c1a7c101539fb75b38bb3284c0d0c1aa5d0d /recipes/harfbuzz.recipe
parent3c3e77fe023635c5131a145f7dd212a7398933b6 (diff)
harfbuzz: update to v2.6.7
Part-of: <https://gitlab.freedesktop.org/gstreamer/cerbero/-/merge_requests/494>
Diffstat (limited to 'recipes/harfbuzz.recipe')
-rw-r--r--recipes/harfbuzz.recipe10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes/harfbuzz.recipe b/recipes/harfbuzz.recipe
index 6c4cff16..94ab51eb 100644
--- a/recipes/harfbuzz.recipe
+++ b/recipes/harfbuzz.recipe
@@ -3,10 +3,10 @@
class Recipe(recipe.Recipe):
name = 'harfbuzz'
- version = '2.6.1'
+ version = '2.6.7'
stype = SourceType.TARBALL
- url = 'https://www.freedesktop.org/software/%(name)s/release/%(name)s-%(version)s.tar.xz'
- tarball_checksum = 'c651fb3faaa338aeb280726837c2384064cdc17ef40539228d88a1260960844f'
+ url = 'https://github.com/%(name)s/%(name)s/releases/download/%(version)s/%(name)s-%(version)s.tar.xz'
+ tarball_checksum = '49e481d06cdff97bf68d99fa26bdf785331f411614485d892ea4c78eb479b218'
licenses = [{License.BSD_like: ['COPYING']}]
deps = ['fontconfig', 'cairo', 'glib']
configure_options = "--enable-static --with-icu=no"
@@ -19,10 +19,6 @@ class Recipe(recipe.Recipe):
patches = ['harfbuzz/0001-build-checkout-for-gnustl-for-android.patch']
def prepare(self):
- if self.config.platform != Platform.WINDOWS:
- self.patches = ['harfbuzz/0001-Use-Python3-in-gen-def.py.patch',
- 'harfbuzz/0001-build-checkout-for-gnustl-for-android.patch']
-
if self.config.target_platform == Platform.ANDROID:
v = DistroVersion.get_android_api_version(self.config.target_distro_version)
if self.config.target_arch in [Architecture.ARM, Architecture.ARMv7, Architecture.X86] and v < 21: