libmatroska: bump version.

This commit is contained in:
Jerome Duval
2016-01-13 17:28:48 +00:00
parent 70de777d25
commit 6c7c9267f6
2 changed files with 4 additions and 1 deletions

View File

@@ -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