public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: nucleo <nucleo@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/digikam] epel9-next: build only on QtWebEngine arches
Date: Mon, 20 Jul 2026 19:27:12 GMT [thread overview]
Message-ID: <178457563258.1.5665137471078866675.rpms-digikam-5881dcf53823@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/digikam
Branch : epel9-next
Commit : 5881dcf538231b7ac7b91eb7e5f1fee372078503
Author : nucleo <nucleo@fedoraproject.org>
Date : 2024-07-13T12:40:37+03:00
Stats : +6/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/digikam/c/5881dcf538231b7ac7b91eb7e5f1fee372078503?branch=epel9-next
Log:
build only on QtWebEngine arches
---
diff --git a/digikam.spec b/digikam.spec
index d9564ce..cf1357d 100644
--- a/digikam.spec
+++ b/digikam.spec
@@ -1,9 +1,9 @@
%bcond_with build_with_qt6
%if 0%{?fedora} > 39
-%ifarch %{?qt6_qtwebengine_arches}
%bcond_without build_with_qt6
-%global qwebengine 1
-%endif
+ExclusiveArch: %{qt6_qtwebengine_arches}
+%else
+ExclusiveArch: %{qt5_qtwebengine_arches}
%endif
# use ninja or not
@@ -98,14 +98,7 @@ BuildRequires: pkgconfig(Qt5Svg)
BuildRequires: pkgconfig(Qt5Multimedia)
BuildRequires: pkgconfig(Qt5XmlPatterns)
BuildRequires: pkgconfig(Qt5X11Extras)
-%if 0%{?qt5_qtwebengine_arches:1}
-%ifarch %{?qt5_qtwebengine_arches}
-%global qwebengine 1
BuildRequires: pkgconfig(Qt5WebEngine)
-%else
-BuildRequires: pkgconfig(Qt5WebKit)
-%endif
-%endif
BuildRequires: kf5-libksane-devel >= 16.03
BuildRequires: kf5-kcalendarcore-devel
BuildRequires: kf5-kconfig-devel
@@ -175,7 +168,7 @@ Recommends: qt5-qtimageformats%{?_isa}
%endif
# core/libs/rawengine/libraw/
-Provides: bundled(LibRaw) = 0.21.2
+Provides: bundled(LibRaw) = 0.22.0
# no more DocBook documentation
# Sphinx documentation is published in a dedicated web site
@@ -224,8 +217,7 @@ needed to develop applications using %{name}.
-DENABLE_MEDIAPLAYER:BOOL=OFF \
%endif
-DENABLE_MYSQLSUPPORT:BOOL=ON \
- -DENABLE_INTERNALMYSQL:BOOL=ON \
- -DENABLE_QWEBENGINE:BOOL=%{?qwebengine:ON}%{!?qwebengine:OFF}
+ -DENABLE_INTERNALMYSQL:BOOL=ON
%cmake_build
@@ -344,6 +336,7 @@ update-desktop-database -q &> /dev/null
%changelog
* Sat Jul 13 2024 Alexey Kurov <nucleo@fedoraproject.org> - 8.4.0-1
- digiKam-8.4.0
+- build only on QtWebEngine arches
* Tue Jun 18 2024 Robert-André Mauchin <zebob.m@gmail.com> - 8.3.0-3
- Rebuilt for exiv2 0.28.2
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=178457563258.1.5665137471078866675.rpms-digikam-5881dcf53823@fedoraproject.org \
--to=nucleo@fedoraproject.org \
--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