Accepting request 1034811 from multimedia:libs

- Drop recommends on vmaf-data, the package is gone since vmaf 2.x.
  Build model data into the library, since `make install` does not
  do anything by default. [boo#1189023]

OBS-URL: https://build.opensuse.org/request/show/1034811
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vmaf?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-11-10 13:19:19 +00:00 committed by Git OBS Bridge
commit a512f7ca81
2 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Drop recommends on vmaf-data, the package is gone since vmaf 2.x.
Build model data into the library, since `make install` does not
do anything by default. [boo#1189023]
-------------------------------------------------------------------
Mon Apr 11 19:21:40 UTC 2022 - Jan Engelhardt <jengelh@inai.de>

View File

@ -43,7 +43,6 @@ VMAF is a perceptual video quality assessment algorithm.
%package -n %lname
Summary: Perceptual video quality assessment algorithm
Group: System/Libraries
Recommends: %name-data
%description -n %lname
VMAF is a perceptual video quality assessment algorithm.
@ -64,7 +63,7 @@ This package contains the library API definitions.
%build
rm -rf third_party
pushd libvmaf/
%meson
%meson -Dbuilt_in_models=true -Denable_float=true
%meson_build
popd