public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: thomasj <thomasj@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/amarok] epel10.2: fix try 3
Date: Mon, 06 Jul 2026 18:31:10 GMT [thread overview]
Message-ID: <178336267009.1.897398643415654131.rpms-amarok-306f2e33c711@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : 306f2e33c7114eab8072a5dff2637aeca9bc2d75
Author : thomasj <thomasj@fedoraproject.org>
Date : 2010-06-10T18:18:10+00:00
Stats : +15/-13 in 1 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/306f2e33c7114eab8072a5dff2637aeca9bc2d75?branch=epel10.2
Log:
fix try 3
---
diff --git a/amarok-2.3.1-fix-unsafe.patch b/amarok-2.3.1-fix-unsafe.patch
index cd8f728..d4e7c17 100644
--- a/amarok-2.3.1-fix-unsafe.patch
+++ b/amarok-2.3.1-fix-unsafe.patch
@@ -1,18 +1,20 @@
--- src/core-impl/collections/ipodcollection/IpodCollection.cpp 2010-05-27 20:37:21.000000000 +0200
-+++ src/core-impl/collections/ipodcollection/IpodCollection.cpp.old 2010-06-10 15:42:15.000000000 +0200
-@@ -16,6 +16,15 @@
++++ src/core-impl/collections/ipodcollection/IpodCollection.cpp.old 2010-06-10 20:15:52.000000000 +0200
+@@ -27,6 +27,17 @@
+ #include <KUrl>
+ #include <KStandardDirs>
- #define DEBUG_PREFIX "IpodCollection"
-
-+#define signals glib_signals
-+// Libgdk includes.
-+
-+extern "C"
-+{
++extern "C" {
++#include <glib-object.h> // g_type_init
++#ifdef GDK_FOUND
++// work around compile issue with glib >= 2.25
++#ifdef signals
++#undef signals
++#endif
+#include <gdk-pixbuf/gdk-pixbuf.h>
++#endif
+}
-+#undef signals
+
- #include "IpodCollection.h"
- #include "IpodConnectionAssistant.h"
- #include "IpodDeviceInfo.h"
+ using namespace Collections;
+
+ AMAROK_EXPORT_COLLECTION( IpodCollectionFactory, ipodcollection )
reply other threads:[~2026-07-06 18:31 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=178336267009.1.897398643415654131.rpms-amarok-306f2e33c711@fedoraproject.org \
--to=thomasj@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