dav1d: update to 0.5.0

This commit is contained in:
mustaqim 2019-10-24 19:20:48 +02:00 committed by Helmut Pozimski
parent 3f566b56b6
commit 170b472ada
3 changed files with 7 additions and 6 deletions

View file

@ -3367,7 +3367,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
libcsfml-system.so.2.5 CSFML-2.5_1
libcsfml-network.so.2.5 CSFML-2.5_1
libtokyocabinet.so.9 tokyocabinet-1.4.48_1
libdav1d.so.1 libdav1d1-0.2.0_1
libdav1d.so.3 libdav1d3-0.5.0_1
libdqlite.so.0 dqlite-0.2.1_1
libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_1
libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1

View file

@ -1,19 +1,20 @@
# Template file for 'dav1d'
pkgname=dav1d
version=0.3.1
version=0.5.0
revision=1
build_style=meson
configure_args="-Dbuild_tests=false -Dbuild_asm=true -Dbuild_tools=true
-Dfuzzing_engine=none -Dtestdata_tests=false"
hostmakedepends="nasm"
short_desc="Small and fast AV1 Decoder"
maintainer="Orphaned <orphan@voidlinux.org>"
maintainer="mustaqim <mustaqim@pm.me>"
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=be511d465223cc74aab507fe3a6e4e764501662ebf1a5e233854ed064a7ae204
checksum=b29c159bf7c56e8b6ae81bb24704599819fa89399ec3d6db3dbc052d7bc5baf8
libdav1d1_package() {
libdav1d3_package() {
short_desc+=" - runtime library"
pkg_install() {
vmove "usr/lib/*.so.*"
@ -22,7 +23,7 @@ libdav1d1_package() {
}
libdav1d-devel_package() {
depends="libdav1d1-${version}_${revision}"
depends="libdav1d3-${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include