mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 14:43:52 +02:00
dav1d: update to 1.3.0, adopt.
This commit is contained in:
parent
33f1003dfd
commit
f36a18f1c6
3 changed files with 13 additions and 6 deletions
|
@ -3521,7 +3521,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.6 libdav1d6-1.0.0_1
|
libdav1d.so.7 libdav1d-1.3.0_1
|
||||||
librav1e.so.0 rav1e-0.6.3_1
|
librav1e.so.0 rav1e-0.6.3_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
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'dav1d'
|
# Template file for 'dav1d'
|
||||||
pkgname=dav1d
|
pkgname=dav1d
|
||||||
version=1.2.1
|
version=1.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
|
configure_args="-Denable_asm=true -Denable_tools=true -Dfuzzing_engine=none
|
||||||
-Dtestdata_tests=false"
|
-Dtestdata_tests=false"
|
||||||
short_desc="Small and fast AV1 Decoder"
|
short_desc="Small and fast AV1 Decoder"
|
||||||
maintainer="mustaqim <git@mustaqim.ml>"
|
maintainer="triallax <triallax@tutanota.com>"
|
||||||
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=a4003623cdc0109dec3aac8435520aa3fb12c4d69454fa227f2658cdb6dab5fa
|
checksum=bde8db3d0583a4f3733bb5a4ac525556ffd03ab7dcd8a6e7c091bee28d9466b1
|
||||||
|
|
||||||
if [ "$XBPS_CHECK_PKGS" ]; then
|
if [ "$XBPS_CHECK_PKGS" ]; then
|
||||||
configure_args+=" -Denable_tests=true"
|
configure_args+=" -Denable_tests=true"
|
||||||
|
@ -23,7 +23,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64* | i686*) hostmakedepends="nasm" ;;
|
x86_64* | i686*) hostmakedepends="nasm" ;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
libdav1d6_package() {
|
libdav1d_package() {
|
||||||
short_desc+=" - runtime library"
|
short_desc+=" - runtime library"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove "usr/lib/*.so.*"
|
vmove "usr/lib/*.so.*"
|
||||||
|
@ -32,7 +32,7 @@ libdav1d6_package() {
|
||||||
}
|
}
|
||||||
|
|
||||||
libdav1d-devel_package() {
|
libdav1d-devel_package() {
|
||||||
depends="libdav1d6-${version}_${revision}"
|
depends="libdav1d-${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
@ -40,3 +40,9 @@ libdav1d-devel_package() {
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
libdav1d6_package() {
|
||||||
|
depends="libdav1d-${version}_${revision}"
|
||||||
|
build_style=meta
|
||||||
|
short_desc+=" - runtime library (transitional dummy package)"
|
||||||
|
}
|
||||||
|
|
1
srcpkgs/libdav1d
Symbolic link
1
srcpkgs/libdav1d
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
dav1d
|
Loading…
Add table
Reference in a new issue