public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/digikam] epel9-next: Fix conditional of ksanecore dependency
@ 2026-07-20 19:27 Yaakov Selkowitz
0 siblings, 0 replies; only message in thread
From: Yaakov Selkowitz @ 2026-07-20 19:27 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/digikam
Branch : epel9-next
Commit : 2c9f2e85408d101aed6458e35eaf3b3fbbee8922
Author : Yaakov Selkowitz <yselkowi@redhat.com>
Date : 2024-10-22T01:35:36-04:00
Stats : +1/-1 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/digikam/c/2c9f2e85408d101aed6458e35eaf3b3fbbee8922?branch=epel9-next
Log:
Fix conditional of ksanecore dependency
cmake(KSaneCore) is from the old ksanecore-devel, now ksanecore-qt5-devel.
Qt6 builds use cmake(KSaneCore6) instead from ksanecore-qt6-devel.
---
diff --git a/digikam.spec b/digikam.spec
index a935f0c..1ded67d 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -101,6 +101,7 @@ BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5XmlPatterns)
BuildRequires: pkgconfig(Qt5X11Extras)
BuildRequires: pkgconfig(Qt5WebEngine)
+BuildRequires: cmake(KSaneCore)
BuildRequires: kf5-libksane-devel >= 16.03
BuildRequires: kf5-kcalendarcore-devel
BuildRequires: kf5-kconfig-devel
@@ -138,7 +139,6 @@ BuildRequires: pkgconfig(opencv) >= 3.3
BuildRequires: flex
BuildRequires: bison
%if 0%{?fedora} || 0%{?rhel} > 8
-BuildRequires: cmake(KSaneCore)
BuildRequires: pkgconfig(libheif)
BuildRequires: pkgconfig(lqr-1)
# MediaPlayer dependencies
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-20 19:27 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-20 19:27 [rpms/digikam] epel9-next: Fix conditional of ksanecore dependency Yaakov Selkowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox