mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
kvazaar, bump version, needed for updated crypto++ (#9518)
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user