public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: josef radinger <cheese@nosuchhost.net>
To: git-commits@fedoraproject.org
Subject: [rpms/gmic] rawhide: fix build of zart with 4.0.*
Date: Tue, 28 Jul 2026 09:01:12 GMT [thread overview]
Message-ID: <178522927289.1.13839197865349082855.rpms-gmic-a7a71caa2b81@fedoraproject.org> (raw)
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()) {
reply other threads:[~2026-07-28 9:01 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=178522927289.1.13839197865349082855.rpms-gmic-a7a71caa2b81@fedoraproject.org \
--to=cheese@nosuchhost.net \
--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