From ba6ada0513b805b97d408ec92e8c8c2ae3d0f412 Mon Sep 17 00:00:00 2001 From: oreo639 Date: Sun, 16 Mar 2025 15:13:05 -0700 Subject: [PATCH] vmaf: update to 3.0.0. --- common/shlibs | 2 +- srcpkgs/vmaf/template | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/shlibs b/common/shlibs index 640e3b2b665..b9c44f7969b 100644 --- a/common/shlibs +++ b/common/shlibs @@ -4476,7 +4476,7 @@ libjxl.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 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 libmimalloc.so.2 mimalloc-2.1.2_1 lib2geom.so.1.4.0 lib2geom-1.4_1 diff --git a/srcpkgs/vmaf/template b/srcpkgs/vmaf/template index 9a2861f6306..c00c02069f3 100644 --- a/srcpkgs/vmaf/template +++ b/srcpkgs/vmaf/template @@ -1,6 +1,6 @@ # Template file for 'vmaf' pkgname=vmaf -version=2.3.1 +version=3.0.0 revision=1 build_wrksrc=libvmaf build_style=meson @@ -10,11 +10,10 @@ maintainer="Eugen Zagorodniy " license=BSD-2-Clause-Patent homepage="https://github.com/Netflix/vmaf" distfiles="https://github.com/Netflix/vmaf/archive/refs/tags/v${version}.tar.gz" -checksum=8d60b1ddab043ada25ff11ced821da6e0c37fd7730dd81c24f1fc12be7293ef2 +checksum=7178c4833639e6b989ecae73131d02f70735fdb3fc2c7d84bc36c9c3461d93b1 post_install() { vlicense ../LICENSE - # Obsolete compute_vmaf() used by ffmpeg-4.4.3 requires non-built-in models vcopy ../model usr/share/vmaf }