From 6ccd51ad51fe35055bfc84bc2b97860a3aa37cffcd7cd95c1fa031bf7e49f152 Mon Sep 17 00:00:00 2001 From: Petr Gajdos Date: Thu, 6 Oct 2022 14:03:56 +0000 Subject: [PATCH] - require liblz4-devel temporarily for build, it should be required by flann-devel OBS-URL: https://build.opensuse.org/package/show/graphics/hugin?expand=0&rev=118 --- hugin.changes | 2 ++ hugin.spec | 2 ++ 2 files changed, 4 insertions(+) diff --git a/hugin.changes b/hugin.changes index b652442..c013c5d 100644 --- a/hugin.changes +++ b/hugin.changes @@ -1,6 +1,8 @@ ------------------------------------------------------------------- Thu Oct 6 13:38:13 UTC 2022 - pgajdos@suse.com +- require liblz4-devel temporarily for build, it should be required + by flann-devel - added patches workaround, lz4 is not returned by pkg_check_modules(), hardcode it now + hugin-flann-lz4.patch diff --git a/hugin.spec b/hugin.spec index 21f4e26..65c2571 100644 --- a/hugin.spec +++ b/hugin.spec @@ -62,6 +62,8 @@ Recommends: autopano-sift-C Recommends: exiftool %if %{with system_flann} BuildRequires: flann-devel +# until rq#1008410 is not accepted and propagated into factory +BuildRequires: liblz4-devel %endif %if %{with lapack} BuildRequires: lapack-devel