diff --git a/media-libs/harfbuzz/harfbuzz-0.9.40.recipe b/media-libs/harfbuzz/harfbuzz-1.0.0.recipe similarity index 89% rename from media-libs/harfbuzz/harfbuzz-0.9.40.recipe rename to media-libs/harfbuzz/harfbuzz-1.0.0.recipe index 437e13de8..898878c8b 100644 --- a/media-libs/harfbuzz/harfbuzz-0.9.40.recipe +++ b/media-libs/harfbuzz/harfbuzz-1.0.0.recipe @@ -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 diff --git a/media-libs/harfbuzz/patches/harfbuzz-0.9.40.patchset b/media-libs/harfbuzz/patches/harfbuzz-0.9.40.patchset deleted file mode 100644 index 71bc6ac3c..000000000 --- a/media-libs/harfbuzz/patches/harfbuzz-0.9.40.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 6cc506b2bb2b0be229c8c8c742ab39df4988a35b Mon Sep 17 00:00:00 2001 -From: Jerome Duval -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 - #endif - -+#include -+ - struct supported_font_funcs_t { - char name[4]; - void (*func) (hb_font_t *); --- -1.8.3.4 -