Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package vmaf for openSUSE:Factory checked in at 2026-04-10 17:49:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vmaf (Old) and /work/SRC/openSUSE:Factory/.vmaf.new.21863 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vmaf" Fri Apr 10 17:49:38 2026 rev:13 rq:1345555 version:3.1.0 Changes: -------- --- /work/SRC/openSUSE:Factory/vmaf/vmaf.changes 2025-11-21 16:54:37.593172612 +0100 +++ /work/SRC/openSUSE:Factory/.vmaf.new.21863/vmaf.changes 2026-04-10 17:52:33.736717512 +0200 @@ -1,0 +2,7 @@ +Fri Apr 3 16:36:20 UTC 2026 - Jan Engelhardt <[email protected]> + +- Update to release 3.1.0 + * Added `--aom_ctc v7.0` as a recognized option for that testing + mode. (Alliance for Open Media's Common Test Conditions) + +------------------------------------------------------------------- Old: ---- v3.0.0.tar.gz New: ---- v3.1.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vmaf.spec ++++++ --- /var/tmp/diff_new_pack.uOlqhH/_old 2026-04-10 17:52:34.316741415 +0200 +++ /var/tmp/diff_new_pack.uOlqhH/_new 2026-04-10 17:52:34.320741580 +0200 @@ -1,7 +1,7 @@ # # spec file for package vmaf # -# Copyright (c) 2025 SUSE LLC +# Copyright (c) 2026 SUSE LLC and contributors # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ # undefined reference to `vmaf_cpu_cpuid' %define _lto_cflags %nil Name: vmaf -Version: 3.0.0 +Version: 3.1.0 Release: 0 Summary: Perceptual video quality assessment algorithm License: BSD-2-Clause-Patent AND BSD-3-Clause @@ -36,8 +36,8 @@ BuildRequires: meson >= 0.47 BuildRequires: nasm BuildRequires: pkg-config -Provides: bundled(libsvm) = 3.24 Provides: vmaf-devel:/usr/bin/vmaf +Provides: bundled(libsvm) = 3.24 %description VMAF is a perceptual video quality assessment algorithm. @@ -63,11 +63,16 @@ %autosetup -p1 %build -export PATH="$PATH:$PWD/bin" +export PATH="$PWD/bin:$PATH" chmod a+x bin/xxd rm -rf third_party cd libvmaf/ -%meson -Dbuilt_in_models=true -Denable_float=true +# Unconditional use of avx2 asm breaks compilation <https://github.com/Netflix/vmaf/issues/1481> +%meson \ +%ifarch %ix86 + -Denable_asm=false \ +%endif + -Dbuilt_in_models=true -Denable_float=true %meson_build %install ++++++ _scmsync.obsinfo ++++++ --- /var/tmp/diff_new_pack.uOlqhH/_old 2026-04-10 17:52:34.352742899 +0200 +++ /var/tmp/diff_new_pack.uOlqhH/_new 2026-04-10 17:52:34.356743065 +0200 @@ -1,5 +1,5 @@ -mtime: 1763421768 -commit: c0e3f4251180ca6a165e7b4779d38713842e9e8c6dcdf1ca89fad2283a799caf +mtime: 1775740905 +commit: 0d51f3e4945819f0decf4bf707b9f1207324106373e5dd4808f184c3011e13b4 url: https://src.opensuse.org/jengelh/vmaf revision: master ++++++ build.specials.obscpio ++++++ ++++++ build.specials.obscpio ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/.gitignore new/.gitignore --- old/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/.gitignore 2026-04-09 15:22:07.000000000 +0200 @@ -0,0 +1 @@ +.osc ++++++ v3.0.0.tar.gz -> v3.1.0.tar.gz ++++++ /work/SRC/openSUSE:Factory/vmaf/v3.0.0.tar.gz /work/SRC/openSUSE:Factory/.vmaf.new.21863/v3.1.0.tar.gz differ: char 12, line 1 ++++++ xxd.patch ++++++ --- /var/tmp/diff_new_pack.uOlqhH/_old 2026-04-10 17:52:34.564751636 +0200 +++ /var/tmp/diff_new_pack.uOlqhH/_new 2026-04-10 17:52:34.568751801 +0200 @@ -18,7 +18,7 @@ +my($nflag, $iflag); +&Getopt::Long::Configure(qw(bundling)); +&GetOptions("include" => \$iflag, "i" => \$iflag, "n=s" => \$nflag); -+if (!defined($nflag)) { ($nflag = $ARGV[0]) =~ s{[^a-z0-9]}{_}gi; } ++if (!defined($nflag)) { $nflag = $ARGV[0]; } $nflag =~ s{[^a-z0-9]}{_}gi; +open(STDIN, "<", $ARGV[0]) or die("$ARGV[0]: $!"); +if (scalar(@ARGV) == 2) { open(STDOUT, ">", $ARGV[1]) or die("$ARGV[1]: $!"); } +my $data = join("", <STDIN>);
