From bf520426c284d5b21896c531cd5275b5890556a396f0d9520351658f1b7faf9e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 9 Nov 2022 10:26:40 +0000 Subject: [PATCH 1/2] - Drop recommends on vmaf-data, the package is gone since vmaf 2.x. [boo#1189023] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=17 --- vmaf.changes | 6 ++++++ vmaf.spec | 1 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/vmaf.changes b/vmaf.changes index b94acf3..ddb15c7 100644 --- a/vmaf.changes +++ b/vmaf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt + +- Drop recommends on vmaf-data, the package is gone since vmaf 2.x. + [boo#1189023] + ------------------------------------------------------------------- Mon Apr 11 19:21:40 UTC 2022 - Jan Engelhardt diff --git a/vmaf.spec b/vmaf.spec index e186424..b965780 100644 --- a/vmaf.spec +++ b/vmaf.spec @@ -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. From 8279cbfd86fb2270ccafd00291d8a35526c5c15514dd76ca298c05e4261aec61 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 9 Nov 2022 10:31:06 +0000 Subject: [PATCH 2/2] Build model data into the library, since `make install` does not do anything by default. [boo#1189023] OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=18 --- vmaf.changes | 3 ++- vmaf.spec | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/vmaf.changes b/vmaf.changes index ddb15c7..1185b63 100644 --- a/vmaf.changes +++ b/vmaf.changes @@ -2,7 +2,8 @@ Wed Nov 9 10:26:11 UTC 2022 - Jan Engelhardt - Drop recommends on vmaf-data, the package is gone since vmaf 2.x. - [boo#1189023] + 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 diff --git a/vmaf.spec b/vmaf.spec index b965780..02d37e3 100644 --- a/vmaf.spec +++ b/vmaf.spec @@ -63,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