mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 02:42:56 +02:00
dav1d: update to 1.2.0.
This commit is contained in:
parent
2947bc91d7
commit
da01acfb41
1 changed files with 14 additions and 5 deletions
|
@ -1,18 +1,27 @@
|
||||||
# Template file for 'dav1d'
|
# Template file for 'dav1d'
|
||||||
pkgname=dav1d
|
pkgname=dav1d
|
||||||
version=1.0.0
|
version=1.2.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Denable_tests=true -Denable_asm=true -Denable_tools=true
|
configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
|
||||||
-Dfuzzing_engine=none -Dtestdata_tests=false"
|
-Dtestdata_tests=false"
|
||||||
hostmakedepends="nasm"
|
|
||||||
short_desc="Small and fast AV1 Decoder"
|
short_desc="Small and fast AV1 Decoder"
|
||||||
maintainer="mustaqim <git@mustaqim.ml>"
|
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=4a4eb6cecbc8c26916ef58886d478243de8bcc46710b369c04d6891b0155ac0f
|
checksum=05cedc43127e00a86c68b8a49a5f68e2dc22b9baa10b1e12a5e3bc5b37876a6b
|
||||||
|
|
||||||
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
|
configure_args+=" -Denable_tests=true"
|
||||||
|
else
|
||||||
|
configure_args+=" -Denable_tests=false"
|
||||||
|
fi
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
x86_64* | i686*) hostmakedepends="nasm" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
libdav1d6_package() {
|
libdav1d6_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
|
|
Loading…
Add table
Reference in a new issue