dav1d: update to 0.8.1
This commit is contained in:
parent
ff7bccb6eb
commit
36400c0038
2 changed files with 4 additions and 4 deletions
|
@ -3465,7 +3465,7 @@ libcsfml-window.so.2.5 CSFML-2.5_1
|
||||||
libcsfml-system.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
|
libcsfml-network.so.2.5 CSFML-2.5_1
|
||||||
libtokyocabinet.so.9 tokyocabinet-1.4.48_1
|
libtokyocabinet.so.9 tokyocabinet-1.4.48_1
|
||||||
libdav1d.so.4 libdav1d4-0.6.0_1
|
libdav1d.so.5 libdav1d4-0.8.1_1
|
||||||
libdqlite.so.0 dqlite-0.2.1_1
|
libdqlite.so.0 dqlite-0.2.1_1
|
||||||
libwoff2common.so.1.0.2 libwoff2common1.0.2-1.0.2_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
|
libwoff2enc.so.1.0.2 libwoff2enc1.0.2-1.0.2_1
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'dav1d'
|
# Template file for 'dav1d'
|
||||||
pkgname=dav1d
|
pkgname=dav1d
|
||||||
version=0.7.0
|
version=0.8.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
|
configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
|
||||||
-Dfuzzing_engine=none -Dtestdata_tests=false"
|
-Dfuzzing_engine=none -Dtestdata_tests=false"
|
||||||
hostmakedepends="nasm"
|
hostmakedepends="nasm"
|
||||||
short_desc="Small and fast AV1 Decoder"
|
short_desc="Small and fast AV1 Decoder"
|
||||||
maintainer="mustaqim <mustaqim@pm.me>"
|
maintainer="mustaqim <git@mustaqim.ml>"
|
||||||
license="BSD-2-Clause"
|
license="BSD-2-Clause"
|
||||||
homepage="https://code.videolan.org/videolan/dav1d"
|
homepage="https://code.videolan.org/videolan/dav1d"
|
||||||
changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS"
|
changelog="https://code.videolan.org/videolan/dav1d/raw/master/NEWS"
|
||||||
distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2"
|
distfiles="https://code.videolan.org/videolan/dav1d/-/archive/${version}/dav1d-${version}.tar.bz2"
|
||||||
checksum=8057149f5f08c5ca47e1344fba9046ff84ac85ca409d7adbec8268c707ec5c19
|
checksum=842da2945afcf54e651d17112bf2823a238e6c935a6c8dff3a8e96a2eb740269
|
||||||
|
|
||||||
libdav1d4_package() {
|
libdav1d4_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Reference in a new issue