Accepting request 1072487 from multimedia:libs
- Fix "no such built-in model" due to missing build dependency OBS-URL: https://build.opensuse.org/request/show/1072487 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vmaf?expand=0&rev=8
This commit is contained in:
commit
f9a54eae25
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 16 21:06:47 UTC 2023 - Jakob Lorenz <onlyjak0b@mailbox.org>
|
||||||
|
|
||||||
|
- Fix "no such built-in model" due to missing build dependency
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package vmaf
|
# spec file for package vmaf
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -35,6 +35,8 @@ BuildRequires: gcc-c++
|
|||||||
BuildRequires: meson >= 0.47
|
BuildRequires: meson >= 0.47
|
||||||
BuildRequires: nasm
|
BuildRequires: nasm
|
||||||
BuildRequires: pkg-config
|
BuildRequires: pkg-config
|
||||||
|
# Need /usr/bin/xxd for build
|
||||||
|
BuildRequires: vim
|
||||||
Provides: bundled(libsvm) = 3.18
|
Provides: bundled(libsvm) = 3.18
|
||||||
|
|
||||||
%description
|
%description
|
||||||
|
Loading…
x
Reference in New Issue
Block a user