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:
commit
a512f7ca81
@ -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>
|
Mon Apr 11 19:21:40 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -43,7 +43,6 @@ VMAF is a perceptual video quality assessment algorithm.
|
|||||||
%package -n %lname
|
%package -n %lname
|
||||||
Summary: Perceptual video quality assessment algorithm
|
Summary: Perceptual video quality assessment algorithm
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
Recommends: %name-data
|
|
||||||
|
|
||||||
%description -n %lname
|
%description -n %lname
|
||||||
VMAF is a perceptual video quality assessment algorithm.
|
VMAF is a perceptual video quality assessment algorithm.
|
||||||
@ -64,7 +63,7 @@ This package contains the library API definitions.
|
|||||||
%build
|
%build
|
||||||
rm -rf third_party
|
rm -rf third_party
|
||||||
pushd libvmaf/
|
pushd libvmaf/
|
||||||
%meson
|
%meson -Dbuilt_in_models=true -Denable_float=true
|
||||||
%meson_build
|
%meson_build
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user