From 5a75b222bfa2465dea29ba632d8210f3d221201a Mon Sep 17 00:00:00 2001 From: kenmays Date: Sat, 6 Jun 2020 03:39:45 -0700 Subject: [PATCH] gd: bump revision for newer libvpx (#5078) --- media-libs/gd/gd-2.1.1.recipe | 108 ---------------------------------- media-libs/gd/gd-2.3.0.recipe | 2 +- 2 files changed, 1 insertion(+), 109 deletions(-) delete mode 100644 media-libs/gd/gd-2.1.1.recipe diff --git a/media-libs/gd/gd-2.1.1.recipe b/media-libs/gd/gd-2.1.1.recipe deleted file mode 100644 index 2240f8aea..000000000 --- a/media-libs/gd/gd-2.1.1.recipe +++ /dev/null @@ -1,108 +0,0 @@ -SUMMARY="A library for the dynamic creation of images" -DESCRIPTION="GD is an open source library for the dynamic creation of images \ -by programmers." -HOMEPAGE="https://www.libgd.org" -COPYRIGHT="1999-2015 Pierre-Alain Joye" -LICENSE="Libgd" -REVISION="7" -SOURCE_URI="https://bitbucket.org/libgd/gd-libgd/downloads/libgd-$portVersion.tar.xz" -CHECKSUM_SHA256="9ada1ed45594abc998ebc942cef12b032fbad672e73efc22bc9ff54f5df2b285" -SOURCE_DIR="libgd-$portVersion" -PATCHES="gd-$portVersion.patchset" - -ARCHITECTURES="!x86_gcc2 x86 x86_64" -SECONDARY_ARCHITECTURES="x86" - -PROVIDES=" - gd$secondaryArchSuffix = $portVersion - cmd:annotate$secondaryArchSuffix - cmd:bdftogd$secondaryArchSuffix - cmd:gd$secondaryArchSuffix - cmd:gd2copypal$secondaryArchSuffix - cmd:gd2togif$secondaryArchSuffix - cmd:gd2topng$secondaryArchSuffix - cmd:gdcmpgif$secondaryArchSuffix - cmd:gdparttopng$secondaryArchSuffix - cmd:gdtopng$secondaryArchSuffix - cmd:giftogd2$secondaryArchSuffix - cmd:pngtogd$secondaryArchSuffix - cmd:pngtogd2$secondaryArchSuffix - cmd:webpng$secondaryArchSuffix - lib:libgd$secondaryArchSuffix = 3.0.0. compat >= 3 - " -REQUIRES=" - haiku${secondaryArchSuffix} - lib:libbz2$secondaryArchSuffix - lib:libfontconfig$secondaryArchSuffix - lib:libfreetype$secondaryArchSuffix - lib:libgif$secondaryArchSuffix - lib:libiconv$secondaryArchSuffix - lib:libjpeg$secondaryArchSuffix - lib:libpng16$secondaryArchSuffix - lib:libtiff$secondaryArchSuffix - lib:libvpx$secondaryArchSuffix - lib:libz$secondaryArchSuffix - " - -PROVIDES_devel=" - gd${secondaryArchSuffix}_devel = $portVersion - cmd:gdlib_config$secondaryArchSuffix - devel:libgd$secondaryArchSuffix = 3.0.0. compat >= 3 - " -REQUIRES_devel=" - gd$secondaryArchSuffix == $portVersion base - haiku${secondaryArchSuffix}_devel - devel:libfontconfig$secondaryArchSuffix - devel:libfreetype$secondaryArchSuffix - devel:libiconv$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpng$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix - devel:libvpx$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " - -BUILD_REQUIRES=" - haiku${secondaryArchSuffix}_devel - devel:libfontconfig$secondaryArchSuffix - devel:libfreetype$secondaryArchSuffix - devel:libgif$secondaryArchSuffix - devel:libiconv$secondaryArchSuffix - devel:libjpeg$secondaryArchSuffix - devel:libpng$secondaryArchSuffix - devel:libtiff$secondaryArchSuffix - devel:libvpx$secondaryArchSuffix - devel:libz$secondaryArchSuffix - " -BUILD_PREREQUIRES=" - cmd:aclocal - cmd:autoconf - cmd:awk - cmd:gcc$secondaryArchSuffix - cmd:gettextize$secondaryArchSuffix - cmd:libtoolize$secondaryArchSuffix - cmd:make - cmd:pkg_config$secondaryArchSuffix - cmd:which - " - -BUILD() -{ - bootstrap.sh - runConfigure ./configure - make $jobArgs -} - -INSTALL() -{ - make install - - rm $libDir/*.la - prepareInstalledDevelLibs \ - libgd - fixPkgconfig - - packageEntries devel \ - $developDir \ - $binDir/gdlib-config -} diff --git a/media-libs/gd/gd-2.3.0.recipe b/media-libs/gd/gd-2.3.0.recipe index aac894bb3..6848efc0f 100644 --- a/media-libs/gd/gd-2.3.0.recipe +++ b/media-libs/gd/gd-2.3.0.recipe @@ -4,7 +4,7 @@ by programmers." HOMEPAGE="https://www.libgd.org/" COPYRIGHT="1999-2017 Pierre-Alain Joye" LICENSE="Libgd" -REVISION="2" +REVISION="3" SOURCE_URI="https://github.com/libgd/libgd/archive/gd-$portVersion.tar.gz" CHECKSUM_SHA256="a77dfbbf8bfa7f19c935c11f3b939321f8c1059953a91203158cb2dbf27a0f9e" SOURCE_DIR="libgd-gd-$portVersion"