public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/digikam] epel9-next: build only on QtWebEngine arches
@ 2026-07-20 19:27 nucleo
0 siblings, 0 replies; only message in thread
From: nucleo @ 2026-07-20 19:27 UTC (permalink / raw)
To: git-commits
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
^ 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: build only on QtWebEngine arches nucleo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox