From 47fdda7fb834f4a14bb1e7431d2364cc35ae04fc Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Sat, 3 Jun 2017 00:50:54 +0200 Subject: [PATCH] opus: bump version. --- media-libs/opus/{opus-1.1.3.recipe => opus-1.1.5.recipe} | 6 +++--- .../patches/{opus-1.1.3.patchset => opus-1.1.5.patchset} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename media-libs/opus/{opus-1.1.3.recipe => opus-1.1.5.recipe} (92%) rename media-libs/opus/patches/{opus-1.1.3.patchset => opus-1.1.5.patchset} (100%) diff --git a/media-libs/opus/opus-1.1.3.recipe b/media-libs/opus/opus-1.1.5.recipe similarity index 92% rename from media-libs/opus/opus-1.1.3.recipe rename to media-libs/opus/opus-1.1.5.recipe index 024c987f0..7d07283b7 100644 --- a/media-libs/opus/opus-1.1.3.recipe +++ b/media-libs/opus/opus-1.1.5.recipe @@ -29,7 +29,7 @@ COPYRIGHT="2001-2014 Xiph.org" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="http://downloads.xiph.org/releases/opus/opus-$portVersion.tar.gz" -CHECKSUM_SHA256="58b6fe802e7e30182e95d0cde890c0ace40b6f125cffc50635f0ad2eef69b633" +CHECKSUM_SHA256="eb84981ca0f40a3e5d5e58d2e8582cb2fee05a022825a6dfe14d14b04eb563e4" PATCHES="opus-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" @@ -37,7 +37,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86" PROVIDES=" opus$secondaryArchSuffix = $portVersion compat >= 1 - lib:libopus$secondaryArchSuffix = 0.5.2 compat >= 0 + lib:libopus$secondaryArchSuffix = 0.5.5 compat >= 0 " REQUIRES=" haiku$secondaryArchSuffix @@ -45,7 +45,7 @@ REQUIRES=" PROVIDES_devel=" opus${secondaryArchSuffix}_devel = $portVersion compat >= 1 - devel:libopus$secondaryArchSuffix = 0.5.2 compat >= 0 + devel:libopus$secondaryArchSuffix = 0.5.5 compat >= 0 " REQUIRES_devel=" opus$secondaryArchSuffix == $portVersion base diff --git a/media-libs/opus/patches/opus-1.1.3.patchset b/media-libs/opus/patches/opus-1.1.5.patchset similarity index 100% rename from media-libs/opus/patches/opus-1.1.3.patchset rename to media-libs/opus/patches/opus-1.1.5.patchset