svt-av1: update to 2.1.2
This commit is contained in:
parent
33ba7ee298
commit
0db19eb89f
|
@ -4293,8 +4293,7 @@ librttopo.so.1 librttopo-1.1.0_1
|
|||
libspatialite.so.7 libspatialite-5.0.1_1
|
||||
mod_spatialite.so.7 libspatialite-5.0.1_1
|
||||
libreadosm.so.1 readosm-1.1.0a_1
|
||||
libSvtAv1Enc.so.1 libsvt-av1-1.3.0_1
|
||||
libSvtAv1Dec.so.0 libsvt-av1-0.9.0_1
|
||||
libSvtAv1Enc.so.2 libsvt-av1-2.1.2_1
|
||||
libyascreen.so.0 yascreen-1.96_1
|
||||
libyyjson.so.0 yyjson-0.10.0_1
|
||||
librz_analysis.so.0.7 rizin-0.7.2_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'svt-av1'
|
||||
pkgname=svt-av1
|
||||
version=1.7.0
|
||||
version=2.1.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DSVT_AV1_LTO=ON"
|
||||
|
@ -10,20 +10,15 @@ license="BSD-3-Clause-Clear"
|
|||
homepage="https://gitlab.com/AOMediaCodec/SVT-AV1"
|
||||
changelog="https://gitlab.com/AOMediaCodec/SVT-AV1/-/raw/master/CHANGELOG.md"
|
||||
distfiles="https://gitlab.com/AOMediaCodec/SVT-AV1/-/archive/v${version}/SVT-AV1-v${version}.tar.gz"
|
||||
checksum=ce0973584f1a187aa4abf63f509ff8464397120878e322a3153f87e9c161fc4f
|
||||
checksum=65e90af18f31f8c8d2e9febf909a7d61f36172536abb25a7089f152210847cd9
|
||||
|
||||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686* | x86_64*) hostmakedepends="nasm"
|
||||
esac
|
||||
|
||||
if [ "$XBPS_TARGET_WORDSIZE" = "32" ]; then
|
||||
broken="32-bit is not supported"
|
||||
fi
|
||||
|
||||
libsvt-av1_package() {
|
||||
short_desc+=" - library files"
|
||||
pkg_install() {
|
||||
vmove "usr/lib/libSvtAv1Dec.so.*"
|
||||
vmove "usr/lib/libSvtAv1Enc.so.*"
|
||||
vlicense LICENSE.md
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue