public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/gmic] rawhide: fix build of zart with 4.0.*
@ 2026-07-28 9:01 josef radinger
0 siblings, 0 replies; only message in thread
From: josef radinger @ 2026-07-28 9:01 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/gmic
Branch : rawhide
Commit : a7a71caa2b810bc3d6fdb7c8789ca5af000af62a
Author : josef radinger <cheese@nosuchhost.net>
Date : 2026-07-28T11:00:55+02:00
Stats : +25/-0 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/gmic/c/a7a71caa2b810bc3d6fdb7c8789ca5af000af62a?branch=rawhide
Log:
fix build of zart with 4.0.*
---
diff --git a/2c43c4c71c834a379d212a51f037c05f3d0f0a83.patch b/2c43c4c71c834a379d212a51f037c05f3d0f0a83.patch
new file mode 100644
index 0000000..7edec58
--- /dev/null
+++ b/2c43c4c71c834a379d212a51f037c05f3d0f0a83.patch
@@ -0,0 +1,25 @@
+From 2c43c4c71c834a379d212a51f037c05f3d0f0a83 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?David=20Tschumperl=C3=A9?= <david.tschumperle@unicaen.fr>
+Date: Thu, 23 Jul 2026 22:01:34 +0200
+Subject: [PATCH] .
+
+---
+ src/ZArt.cpp | 5 ++---
+ 1 file changed, 2 insertions(+), 3 deletions(-)
+
+diff --git a/src/ZArt.cpp b/src/ZArt.cpp
+index 7c6edee..549c684 100644
+--- a/src/ZArt.cpp
++++ b/src/ZArt.cpp
+@@ -99,9 +99,8 @@ int main(int argc, char * argv[])
+ WebcamSource::clearSavedSettings();
+ }
+ WebcamSource::retrieveWebcamResolutions(WebcamSource::getWebcamList(), &splashScreen);
+- if (!gmic::init_rc()) {
+- cerr << "[ZArt] Warning: Could not create resources directory.\n";
+- }
++ gmic::init_rc();
++
+ MainWindow mainWindow;
+ QStringList args = QApplication::arguments();
+ if ((args.size() > 1) && QFileInfo(args.back()).isReadable()) {
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-28 9:01 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-28 9:01 [rpms/gmic] rawhide: fix build of zart with 4.0.* josef radinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox