From 2363ce8f805879baa1494601defde90b272f8b52a7b58cda9845cdba6986152e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 19 Oct 2020 12:15:09 +0000 Subject: [PATCH] - Add missing BuildRequires: pkg-config. This is still needed for rpm to pick up .pc and generate pkgconfig() symbols. (15.2 does not have libxcrypt-devel / TW does / which caused pkgconfig to be always present in TW) OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/vmaf?expand=0&rev=3 --- vmaf.changes | 6 ++++++ vmaf.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/vmaf.changes b/vmaf.changes index 7e59880..4eab77b 100644 --- a/vmaf.changes +++ b/vmaf.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 19 12:06:33 UTC 2020 - Jan Engelhardt + +- Add missing BuildRequires: pkg-config. This is still needed + for rpm to pick up .pc and generate pkgconfig() symbols. + ------------------------------------------------------------------- Sat Oct 17 16:20:43 UTC 2020 - Jan Engelhardt diff --git a/vmaf.spec b/vmaf.spec index 418616e..e9a3b88 100644 --- a/vmaf.spec +++ b/vmaf.spec @@ -30,6 +30,7 @@ BuildRequires: fdupes BuildRequires: gcc-c++ BuildRequires: meson >= 0.47 BuildRequires: nasm +BuildRequires: pkg-config Provides: bundled(libsvm) = 3.18 %description