mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
dav1d: fix libVersion, rebuild libavif
This commit is contained in:
@@ -19,7 +19,7 @@ if [ "$targetArchitecture" = x86_gcc2 ]; then
|
||||
commandBinDir=$prefix/bin
|
||||
fi
|
||||
|
||||
libVersion="4.0.2"
|
||||
libVersion="5.0.0"
|
||||
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
|
||||
|
||||
PROVIDES="
|
||||
|
||||
@@ -10,7 +10,7 @@ bugfixes and features are added."
|
||||
HOMEPAGE="https://github.com/AOMediaCodec/libavif"
|
||||
COPYRIGHT="2019 Joe Drago"
|
||||
LICENSE="BSD (2-clause)"
|
||||
REVISION="1"
|
||||
REVISION="2"
|
||||
SOURCE_URI="https://github.com/AOMediaCodec/libavif/archive/v$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="116b46a9a497c6ef178c5a20b912d8ac02f888dc8c537e40b5d16700823a9b16"
|
||||
|
||||
@@ -48,7 +48,7 @@ PROVIDES_devel="
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libavif$secondaryArchSuffix == $portVersion base
|
||||
devel:libdav1d$secondaryArchSuffix
|
||||
devel:libdav1d$secondaryArchSuffix >= 5
|
||||
"
|
||||
|
||||
BUILD_REQUIRES="
|
||||
|
||||
Reference in New Issue
Block a user