# Template file for 'svt-av1'
pkgname=svt-av1
version=2.2.1
revision=1
build_style=cmake
configure_args="-DSVT_AV1_LTO=ON"
short_desc="AV1-compliant encoder/decoder library core"
maintainer="Orphaned <orphan@voidlinux.org>"
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=d02b54685542de0236bce4be1b50912aba68aff997c43b350d84a518df0cf4e5

case "$XBPS_TARGET_MACHINE" in
	i686* | x86_64*) hostmakedepends="nasm"
esac

libsvt-av1_package() {
	short_desc+=" - library files"
	pkg_install() {
		vmove "usr/lib/libSvtAv1Enc.so.*"
		vlicense LICENSE.md
	}
}

libsvt-av1-devel_package() {
	short_desc+=" - development files"
	depends="libsvt-av1>=${version}_${revision}"
	pkg_install() {
		vmove usr/include
		vmove usr/lib/pkgconfig
		vmove "usr/lib/*.so"
	}
}
