Compare commits

1 Commits
main ... 1.1

5 changed files with 10 additions and 22 deletions

View File

@@ -1 +1 @@
libvmaf3
libvmaf1

BIN
v2.3.1.tar.gz LFS Normal file

Binary file not shown.

BIN
v3.0.0.tar.gz LFS

Binary file not shown.

View File

@@ -1,16 +1,3 @@
-------------------------------------------------------------------
Thu Feb 15 09:49:43 UTC 2024 - Ondřej Súkup <mimi.vx@gmail.com>
- fix dependency on xxd
-------------------------------------------------------------------
Thu Dec 7 20:42:15 UTC 2023 - Jan Engelhardt <jengelh@inai.de>
- Update to release 3.0
* Removal of deprecated API compute_vmaf().
* First release to include vmaf_cuda_* APIs.
* Speedups and bug fixes.
-------------------------------------------------------------------
Thu Mar 16 21:06:47 UTC 2023 - Jakob Lorenz <onlyjak0b@mailbox.org>

View File

@@ -1,7 +1,7 @@
#
# spec file for package vmaf
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -16,13 +16,13 @@
#
%define sonum 3
%define sonum 1
%define lname libvmaf%sonum
# undefined reference to `vmaf_cpu_cpuid'
%define _lto_cflags %nil
Name: vmaf
Version: 3.0.0
Version: 2.3.1
Release: 0
Summary: Perceptual video quality assessment algorithm
License: BSD-2-Clause-Patent AND BSD-3-Clause
@@ -35,8 +35,9 @@ BuildRequires: gcc-c++
BuildRequires: meson >= 0.47
BuildRequires: nasm
BuildRequires: pkg-config
BuildRequires: xxd
Provides: bundled(libsvm) = 3.24
# Need /usr/bin/xxd for build
BuildRequires: vim
Provides: bundled(libsvm) = 3.18
%description
VMAF is a perceptual video quality assessment algorithm.