#Packager: George Vlahavas pkgname=dav1d pkgver=1.0.0 pkgrel=1gv source=("http://downloads.videolan.org/pub/videolan/dav1d/$pkgver/dav1d-$pkgver.tar.xz") docs=("readme.md" "install" "copying" "changelog" "authors" "news" "todo" "thanks.md") url=https://code.videolan.org/videolan/dav1d slackdesc=\ ( #|-----handy-ruler------------------------------------------------------| "dav1d (an AV1 cross-platform decoder)" "dav1d is an AV1 cross-platform decoder, open-source, and focused on" "speed and correctness. The goal of this project is to provide a" "decoder for most platforms, and achieve the highest speed possible to" "overcome the temporary lack of AV1 hardware decoder. It supports all" "features from AV1, including all subsampling and bit-depth parameters." ) build() { cd $startdir/src/$pkgname-$pkgver meson build \ -D prefix=/usr \ -D libdir=/usr/lib${LIBDIRSUFFIX} meson compile -C build meson install -C build --destdir $startdir/pkg/ }