mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
vmaf: update to 3.0.0.
This commit is contained in:
parent
6308f117fb
commit
ba6ada0513
2 changed files with 3 additions and 4 deletions
|
@ -4476,7 +4476,7 @@ libjxl.so.0.11 libjxl-0.11.0_1
|
||||||
libjxl_cms.so.0.11 libjxl-0.11.0_1
|
libjxl_cms.so.0.11 libjxl-0.11.0_1
|
||||||
libjxl_threads.so.0.11 libjxl-0.11.0_1
|
libjxl_threads.so.0.11 libjxl-0.11.0_1
|
||||||
libtext-engine-0.1.so.0 text-engine-0.1.1_1
|
libtext-engine-0.1.so.0 text-engine-0.1.1_1
|
||||||
libvmaf.so.1 vmaf-2.3.1_1
|
libvmaf.so.3 vmaf-3.0.0_1
|
||||||
liblc3.so.1 liblc3-1.0.3_1
|
liblc3.so.1 liblc3-1.0.3_1
|
||||||
libmimalloc.so.2 mimalloc-2.1.2_1
|
libmimalloc.so.2 mimalloc-2.1.2_1
|
||||||
lib2geom.so.1.4.0 lib2geom-1.4_1
|
lib2geom.so.1.4.0 lib2geom-1.4_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'vmaf'
|
# Template file for 'vmaf'
|
||||||
pkgname=vmaf
|
pkgname=vmaf
|
||||||
version=2.3.1
|
version=3.0.0
|
||||||
revision=1
|
revision=1
|
||||||
build_wrksrc=libvmaf
|
build_wrksrc=libvmaf
|
||||||
build_style=meson
|
build_style=meson
|
||||||
|
@ -10,11 +10,10 @@ maintainer="Eugen Zagorodniy <zag@disroot.org>"
|
||||||
license=BSD-2-Clause-Patent
|
license=BSD-2-Clause-Patent
|
||||||
homepage="https://github.com/Netflix/vmaf"
|
homepage="https://github.com/Netflix/vmaf"
|
||||||
distfiles="https://github.com/Netflix/vmaf/archive/refs/tags/v${version}.tar.gz"
|
distfiles="https://github.com/Netflix/vmaf/archive/refs/tags/v${version}.tar.gz"
|
||||||
checksum=8d60b1ddab043ada25ff11ced821da6e0c37fd7730dd81c24f1fc12be7293ef2
|
checksum=7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE
|
vlicense ../LICENSE
|
||||||
# Obsolete compute_vmaf() used by ffmpeg-4.4.3 requires non-built-in models
|
|
||||||
vcopy ../model usr/share/vmaf
|
vcopy ../model usr/share/vmaf
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue