From 4315db051b38db3508dc5f7645932e0355b4ce3d Mon Sep 17 00:00:00 2001 From: Robert Kausch Date: Sun, 28 Apr 2019 09:56:46 +0200 Subject: [PATCH] Opus: bump version to 1.3.1 (#3803) --- media-libs/opus/{opus-1.3.recipe => opus-1.3.1.recipe} | 4 ++-- .../opus/patches/{opus-1.3.patchset => opus-1.3.1.patchset} | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename media-libs/opus/{opus-1.3.recipe => opus-1.3.1.recipe} (95%) rename media-libs/opus/patches/{opus-1.3.patchset => opus-1.3.1.patchset} (100%) diff --git a/media-libs/opus/opus-1.3.recipe b/media-libs/opus/opus-1.3.1.recipe similarity index 95% rename from media-libs/opus/opus-1.3.recipe rename to media-libs/opus/opus-1.3.1.recipe index 4fa10b565..8ee191a0c 100644 --- a/media-libs/opus/opus-1.3.recipe +++ b/media-libs/opus/opus-1.3.1.recipe @@ -25,11 +25,11 @@ Supported features are: * Good loss robustness and packet loss concealment (PLC) * Floating point and fixed-point implementation" HOMEPAGE="https://www.opus-codec.org/" -COPYRIGHT="2001-2018 Xiph.org" +COPYRIGHT="2001-2019 Xiph.org" LICENSE="BSD (3-clause)" REVISION="1" SOURCE_URI="https://archive.mozilla.org/pub/opus/opus-$portVersion.tar.gz" -CHECKSUM_SHA256="4f3d69aefdf2dbaf9825408e452a8a414ffc60494c70633560700398820dc550" +CHECKSUM_SHA256="65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d" PATCHES="opus-$portVersion.patchset" ARCHITECTURES="x86_gcc2 x86 x86_64" diff --git a/media-libs/opus/patches/opus-1.3.patchset b/media-libs/opus/patches/opus-1.3.1.patchset similarity index 100% rename from media-libs/opus/patches/opus-1.3.patchset rename to media-libs/opus/patches/opus-1.3.1.patchset