kvazaar, bump version, needed for updated crypto++ (#9518)

This commit is contained in:
Schrijvers Luc
2023-09-24 07:31:38 +00:00
committed by GitHub
parent fda8a411f8
commit e1e2729072
2 changed files with 6 additions and 6 deletions

View File

@@ -3,9 +3,9 @@ DESCRIPTION="Kvazaar is still under development."
HOMEPAGE="https://ultravideo.cs.tut.fi/#encoder"
COPYRIGHT="2021 Tampere University, ITU/ISO/IEC, project contributors"
LICENSE="BSD (3-clause)"
REVISION="2"
REVISION="1"
SOURCE_URI="https://github.com/ultravideo/kvazaar/releases/download/v$portVersion/kvazaar-$portVersion.tar.xz"
CHECKSUM_SHA256="a76998462924ab8409cf8de4947ba5a5023daa33207676e9c4eefc2bbd46c834"
CHECKSUM_SHA256="f8fb72184f10b2fac295452bd0d5936d4449ed849754d5d1f3e7035998983573"
SOURCE_URI_2="https://vcgit.hhi.fraunhofer.de/jct-vc/HM/-/archive/HM-16.24/HM-HM-16.24.tar.bz2"
CHECKSUM_SHA256_2="560e750cefe2ad0edae0687735ae3a4d8f34d033809775af70efdbfcf85fcba2"
SOURCE_DIR_2="HM-HM-16.24"
@@ -21,7 +21,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
commandBinDir=$prefix/bin
fi
libVersion="6.6.0"
libVersion="7.2.0"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
@@ -91,9 +91,9 @@ TEST()
cmake -B build -S . -DCMAKE_BUILD_TYPE=Release
make -C build VERBOSE=1 $jobArgs
PATH=$PATH:$sourceDir2/bin/umake/gcc-11.2/x86_64/release/
ln -srf $sourceDir2/bin/umake/gcc-11.2/x86_64/release/TAppDecoder \
$sourceDir2/bin/umake/gcc-11.2/x86_64/release/TAppDecoderStatic
PATH=$PATH:$sourceDir2/bin/umake/gcc-13.2/x86_64/release/
ln -srf $sourceDir2/bin/umake/gcc-13.2/x86_64/release/TAppDecoder \
$sourceDir2/bin/umake/gcc-13.2/x86_64/release/TAppDecoderStatic
cd $sourceDir
make -C build check
}