# Template file for 'dav1d' pkgname=dav1d version=0.7.0 revision=1 build_style=meson configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none -Dtestdata_tests=false" hostmakedepends="nasm" short_desc="Small and fast AV1 Decoder" maintainer="mustaqim " license="BSD-2-Clause" homepage="https://code.videolan.org/videolan/dav1d" changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS" distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2" checksum=8057149f5f08c5ca47e1344fba9046ff84ac85ca409d7adbec8268c707ec5c19 libdav1d4_package() { short_desc+=" - runtime library" pkg_install() { vmove "usr/lib/*.so.*" vlicense COPYING } } libdav1d-devel_package() { depends="libdav1d4-${version}_${revision}" short_desc+=" - development files" pkg_install() { vmove usr/include vmove usr/lib/pkgconfig vmove "usr/lib/*.so" } }