From b47ad7a545046ccc6a7b44dced996ed3388e402d Mon Sep 17 00:00:00 2001 From: Sergei Reznikov Date: Wed, 4 Nov 2015 16:33:26 +0300 Subject: [PATCH] harfbuzz: bump version and enable icu support --- .../{harfbuzz-1.0.5.recipe => harfbuzz-1.0.6.recipe} | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) rename media-libs/harfbuzz/{harfbuzz-1.0.5.recipe => harfbuzz-1.0.6.recipe} (85%) diff --git a/media-libs/harfbuzz/harfbuzz-1.0.5.recipe b/media-libs/harfbuzz/harfbuzz-1.0.6.recipe similarity index 85% rename from media-libs/harfbuzz/harfbuzz-1.0.5.recipe rename to media-libs/harfbuzz/harfbuzz-1.0.6.recipe index 7e3bbfcb0..9c1452dab 100644 --- a/media-libs/harfbuzz/harfbuzz-1.0.5.recipe +++ b/media-libs/harfbuzz/harfbuzz-1.0.6.recipe @@ -16,7 +16,7 @@ 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="4d99d2c6a58ecb55538ccab522e68836383852f9f41f696d2b93cd8f85195440" +CHECKSUM_SHA256="f616a7fbdc78a627043f9029000bf08c0c71df59cde4143fc92a014f6a993b26" #PATCHES="harfbuzz-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 x86 x86_64" @@ -24,7 +24,8 @@ SECONDARY_ARCHITECTURES="x86" PROVIDES=" harfbuzz$secondaryArchSuffix = $portVersion compat >= 0.9 - lib:libharfbuzz$secondaryArchSuffix = 0.10000.5 compat >= 0 + lib:libharfbuzz$secondaryArchSuffix = 0.10000.6 compat >= 0 + lib:libharfbuzz_icu$secondaryArchSuffix cmd:hb_ot_shape_closure$secondaryArchSuffix cmd:hb_shape$secondaryArchSuffix " @@ -33,6 +34,7 @@ REQUIRES=" lib:libfreetype$secondaryArchSuffix lib:libglib_2.0$secondaryArchSuffix lib:libiconv$secondaryArchSuffix + lib:libicuuc$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libpng16$secondaryArchSuffix lib:libz$secondaryArchSuffix @@ -42,7 +44,7 @@ REQUIRES=" PROVIDES_devel=" harfbuzz${secondaryArchSuffix}_devel = $portVersion compat >= 0.9 - devel:libharfbuzz$secondaryArchSuffix = 0.10000.5 compat >= 0 + devel:libharfbuzz$secondaryArchSuffix = 0.10000.6 compat >= 0 " REQUIRES_devel=" harfbuzz$secondaryArchSuffix == $portVersion base @@ -53,6 +55,7 @@ BUILD_REQUIRES=" devel:libfreetype$secondaryArchSuffix devel:libglib_2.0$secondaryArchSuffix devel:libiconv$secondaryArchSuffix + devel:libicuuc$secondaryArchSuffix devel:libintl$secondaryArchSuffix devel:libpng16$secondaryArchSuffix devel:libz$secondaryArchSuffix @@ -72,7 +75,7 @@ BUILD_PREREQUIRES=" BUILD() { - runConfigure ./configure --with-graphite2=yes + runConfigure ./configure --with-graphite2=yes --with-icu make $jobArgs }