From 5984183452f366c8d790fc92113184acfd81371e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 27 Jul 2016 21:52:18 +0000 Subject: [PATCH] libmatroska: bump version. --- .../{libmatroska-1.4.4.recipe => libmatroska-1.4.5.recipe} | 5 +++-- ...libmatroska-1.4.4.patchset => libmatroska-1.4.5.patchset} | 0 2 files changed, 3 insertions(+), 2 deletions(-) rename media-libs/libmatroska/{libmatroska-1.4.4.recipe => libmatroska-1.4.5.recipe} (91%) rename media-libs/libmatroska/patches/{libmatroska-1.4.4.patchset => libmatroska-1.4.5.patchset} (100%) diff --git a/media-libs/libmatroska/libmatroska-1.4.4.recipe b/media-libs/libmatroska/libmatroska-1.4.5.recipe similarity index 91% rename from media-libs/libmatroska/libmatroska-1.4.4.recipe rename to media-libs/libmatroska/libmatroska-1.4.5.recipe index 7f811304b..871f6bc67 100644 --- a/media-libs/libmatroska/libmatroska-1.4.4.recipe +++ b/media-libs/libmatroska/libmatroska-1.4.5.recipe @@ -3,9 +3,9 @@ DESCRIPTION="libmatroska is a C++ libary to parse Matroska files." HOMEPAGE="https://www.matroska.org/" COPYRIGHT="2003-2015 Matroska" LICENSE="GNU LGPL v2.1" -REVISION="2" +REVISION="1" SOURCE_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-$portVersion.tar.bz2" -CHECKSUM_SHA256="d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7" +CHECKSUM_SHA256="79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc" if [ $effectiveTargetArchitecture = x86_gcc2 ]; then PATCHES=" libmatroska-$portVersion.patchset @@ -31,6 +31,7 @@ PROVIDES_devel=" REQUIRES_devel=" libmatroska$secondaryArchSuffix == $portVersion base devel:libebml$secondaryArchSuffix + libebml${secondaryArchSuffix}_devel >= 1.3.4 " BUILD_REQUIRES=" diff --git a/media-libs/libmatroska/patches/libmatroska-1.4.4.patchset b/media-libs/libmatroska/patches/libmatroska-1.4.5.patchset similarity index 100% rename from media-libs/libmatroska/patches/libmatroska-1.4.4.patchset rename to media-libs/libmatroska/patches/libmatroska-1.4.5.patchset