From e18c8a0260ead52ecc8939b97a35f8855842168c Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 22 Dec 2015 19:55:43 +0000 Subject: [PATCH] gd: fix build with libvpx3. * fix libgd provides version. --- media-libs/gd/gd-2.1.1.recipe | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/media-libs/gd/gd-2.1.1.recipe b/media-libs/gd/gd-2.1.1.recipe index e85004b63..e3a28c5af 100644 --- a/media-libs/gd/gd-2.1.1.recipe +++ b/media-libs/gd/gd-2.1.1.recipe @@ -7,9 +7,11 @@ SOURCE_DIR="libgd-$portVersion" CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285" COPYRIGHT="1999-2015 Pierre-Alain Joye" LICENSE="Libgd" -REVISION="2" +REVISION="3" -ARCHITECTURES="!x86_gcc2 ?x86" +PATCHES="gd-$portVersion.patchset" + +ARCHITECTURES="!x86_gcc2 x86 x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -27,7 +29,7 @@ PROVIDES=" cmd:pngtogd$secondaryArchSuffix cmd:pngtogd2$secondaryArchSuffix cmd:webpng$secondaryArchSuffix - lib:libgd$secondaryArchSuffix + lib:libgd$secondaryArchSuffix = 3.0.0. compat >= 3 " REQUIRES=" haiku${secondaryArchSuffix} @@ -44,7 +46,7 @@ REQUIRES=" " PROVIDES_devel=" gd${secondaryArchSuffix}_devel = $portVersion - devel:libgd$secondaryArchSuffix = $portVersion + devel:libgd$secondaryArchSuffix = 3.0.0. compat >= 3 cmd:gdlib_config$secondaryArchSuffix " REQUIRES_devel=" @@ -97,6 +99,8 @@ INSTALL() rm $libDir/*.la prepareInstalledDevelLibs \ libgd + fixPkgconfig + packageEntries devel \ $developDir \ $binDir/gdlib-config