libmatroska-1.4.5, disable secondary arch (superseded by 1.7.1), fixes lint issue (#9352)

This commit is contained in:
Schrijvers Luc
2023-09-03 17:51:57 +00:00
committed by GitHub
parent 79c5cf75f9
commit 991f9f3792

View File

@@ -6,14 +6,10 @@ LICENSE="GNU LGPL v2.1"
REVISION="2"
SOURCE_URI="http://dl.matroska.org/downloads/libmatroska/libmatroska-$portVersion.tar.bz2"
CHECKSUM_SHA256="79023fa46901e5562b27d93a9dd168278fa101361d7fd11a35e84e58e11557bc"
if [ $effectiveTargetArchitecture = x86_gcc2 ]; then
PATCHES="
libmatroska-$portVersion.patchset
"
fi
PATCHES="libmatroska-$portVersion.patchset"
ARCHITECTURES="all"
SECONDARY_ARCHITECTURES="x86_gcc2 x86"
SECONDARY_ARCHITECTURES="x86_gcc2 ?x86"
libVersion="6.0.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"