From f79ee27616a084ce187e69ed882a7e5c6cc61e6c Mon Sep 17 00:00:00 2001 From: kenmays Date: Sat, 6 Jun 2020 03:14:05 -0700 Subject: [PATCH] Libvpx: bump version (#5071) * libvpx: bump version --- .../libvpx/{libvpx-1.7.0.recipe => libvpx-1.8.2.recipe} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) rename media-libs/libvpx/{libvpx-1.7.0.recipe => libvpx-1.8.2.recipe} (95%) diff --git a/media-libs/libvpx/libvpx-1.7.0.recipe b/media-libs/libvpx/libvpx-1.8.2.recipe similarity index 95% rename from media-libs/libvpx/libvpx-1.7.0.recipe rename to media-libs/libvpx/libvpx-1.8.2.recipe index 8f2c46621..e956e7141 100644 --- a/media-libs/libvpx/libvpx-1.7.0.recipe +++ b/media-libs/libvpx/libvpx-1.8.2.recipe @@ -11,12 +11,11 @@ COPYRIGHT="2009-2012 Google Inc., The Mozilla Foundation and The Xiph.Org Foundation" LICENSE="BSD (3-clause)" -REVISION="3" +REVISION="1" SOURCE_URI="https://github.com/webmproject/libvpx/archive/v$portVersion.tar.gz" -CHECKSUM_SHA256="1fec931eb5c94279ad219a5b6e0202358e94a93a90cfb1603578c326abfc1238" +CHECKSUM_SHA256="8735d9fcd1a781ae6917f28f239a8aa358ce4864ba113ea18af4bb2dc8b474ac" SOURCE_FILENAME="libvpx-$portVersion.tar.gz" SOURCE_DIR="libvpx-$portVersion" -PATCHES="libvpx-$portVersion.patchset" ARCHITECTURES="!x86_gcc2 ?x86 x86_64" SECONDARY_ARCHITECTURES="x86" @@ -28,7 +27,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then commandBinDir=$prefix/bin fi -libVersion="5.0.0" +libVersion="6.2.0" libVersionCompat="$libVersion compat >= ${libVersion%%.*}" portVersionCompat="$portVersion compat >= ${portVersion%.*}"