harfbuzz: bump version.

This commit is contained in:
Jerome Duval
2015-10-06 22:56:35 +00:00
parent 74a8c105c9
commit 40bfbce92c
2 changed files with 4 additions and 26 deletions

View File

@@ -16,15 +16,15 @@ COPYRIGHT="2010,2011,2012 Google, Inc.
LICENSE="MIT"
REVISION="1"
SOURCE_URI="http://www.freedesktop.org/software/harfbuzz/release/harfbuzz-$portVersion.tar.bz2"
CHECKSUM_SHA256="1771d53583be6d91ca961854b2a24fb239ef0545eed221ae3349abae0ab8321f"
PATCHES="harfbuzz-$portVersion.patchset"
CHECKSUM_SHA256="2a57286f4bdbb24d0a093108edb046669ab146c926e7ea4b29aea1dfd196f41e"
#PATCHES="harfbuzz-$portVersion.patchset"
ARCHITECTURES="!x86_gcc2 x86 x86_64"
SECONDARY_ARCHITECTURES="x86"
PROVIDES="
harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9
lib:libharfbuzz$secondaryArchSuffix = 0.940.0 compat >= 0
lib:libharfbuzz$secondaryArchSuffix = 0.10000.0 compat >= 0
cmd:hb_ot_shape_closure$secondaryArchSuffix
cmd:hb_shape$secondaryArchSuffix
"
@@ -42,7 +42,7 @@ REQUIRES="
PROVIDES_devel="
harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9
devel:libharfbuzz$secondaryArchSuffix = 0.940.0 compat >= 0
devel:libharfbuzz$secondaryArchSuffix = 0.10000.0 compat >= 0
"
REQUIRES_devel="
harfbuzz$secondaryArchSuffix == $portVersion base

View File

@@ -1,22 +0,0 @@
From 6cc506b2bb2b0be229c8c8c742ab39df4988a35b Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
Date: Thu, 21 Aug 2014 18:43:18 +0000
Subject: haiku patch
diff --git a/util/options.cc b/util/options.cc
index 0adc179..6a4b040 100644
--- a/util/options.cc
+++ b/util/options.cc
@@ -33,6 +33,8 @@
#include <hb-ot-font.h>
#endif
+#include <strings.h>
+
struct supported_font_funcs_t {
char name[4];
void (*func) (hb_font_t *);
--
1.8.3.4