From 6c7c9267f699cebb6762698b0ad969f0c00b1cbe Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Wed, 13 Jan 2016 17:28:48 +0000 Subject: [PATCH] libmatroska: bump version. --- .../{libmatroska-1.4.3.recipe => libmatroska-1.4.4.recipe} | 5 ++++- ...libmatroska-1.4.3.patchset => libmatroska-1.4.4.patchset} | 0 2 files changed, 4 insertions(+), 1 deletion(-) rename media-libs/libmatroska/{libmatroska-1.4.3.recipe => libmatroska-1.4.4.recipe} (86%) rename media-libs/libmatroska/patches/{libmatroska-1.4.3.patchset => libmatroska-1.4.4.patchset} (100%) diff --git a/media-libs/libmatroska/libmatroska-1.4.3.recipe b/media-libs/libmatroska/libmatroska-1.4.4.recipe similarity index 86% rename from media-libs/libmatroska/libmatroska-1.4.3.recipe rename to media-libs/libmatroska/libmatroska-1.4.4.recipe index d6995b0c1..ef6659f23 100644 --- a/media-libs/libmatroska/libmatroska-1.4.3.recipe +++ b/media-libs/libmatroska/libmatroska-1.4.4.recipe @@ -5,7 +5,7 @@ COPYRIGHT="2005-2013 CoreCodec, Inc." LICENSE="GNU LGPL v2.1" REVISION="1" SOURCE_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-$portVersion.tar.bz2" -CHECKSUM_SHA256="5b62b70e691ae390376339f126f931f598a7fee675b541cb96f24a099cbc7a45" +CHECKSUM_SHA256="d3efaa9f6d3964351a05bea0f848a8d5dc570e4791f179816ce9a93730296bd7" if [ $effectiveTargetArchitecture = x86_gcc2 ]; then PATCHES=" libmatroska-$portVersion.patchset @@ -35,6 +35,9 @@ REQUIRES_devel=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libebml$secondaryArchSuffix + # devel:libebml version is the same between 1.3.1 and 1.3.3 + # but we need 1.3.3 + libebml${secondaryArchSuffix}_devel >= 1.3.3 " BUILD_PREREQUIRES=" cmd:aclocal diff --git a/media-libs/libmatroska/patches/libmatroska-1.4.3.patchset b/media-libs/libmatroska/patches/libmatroska-1.4.4.patchset similarity index 100% rename from media-libs/libmatroska/patches/libmatroska-1.4.3.patchset rename to media-libs/libmatroska/patches/libmatroska-1.4.4.patchset