public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Yaakov Selkowitz <yselkowi@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/digikam] epel9-next: Fix conditional of ksanecore dependency
Date: Mon, 20 Jul 2026 19:27:15 GMT	[thread overview]
Message-ID: <178457563587.1.10728908840542810385.rpms-digikam-2c9f2e85408d@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-07-20 19:27 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457563587.1.10728908840542810385.rpms-digikam-2c9f2e85408d@fedoraproject.org \
    --to=yselkowi@redhat.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox