public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10.2: gcc43 patch
@ 2026-07-06 18:30 Rex Dieter
0 siblings, 0 replies; only message in thread
From: Rex Dieter @ 2026-07-06 18:30 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/amarok
Branch : epel10.2
Commit : fbaae778bd1b14e0b1c99b1998f07b864de5557e
Author : Rex Dieter <rdieter@fedoraproject.org>
Date : 2008-02-21T20:38:42+00:00
Stats : +14/-1 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/amarok/c/fbaae778bd1b14e0b1c99b1998f07b864de5557e?branch=epel10.2
Log:
gcc43 patch
---
diff --git a/amarok-1.4.8-gcc43.patch b/amarok-1.4.8-gcc43.patch
new file mode 100644
index 0000000..6a8f844
--- /dev/null
+++ b/amarok-1.4.8-gcc43.patch
@@ -0,0 +1,11 @@
+diff -up amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp.gcc43 amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp
+--- amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp.gcc43 2007-12-17 09:53:19.000000000 -0600
++++ amarok-1.4.8/amarok/src/metadata/mp4/mp4properties.cpp 2008-02-21 14:35:29.000000000 -0600
+@@ -30,6 +30,7 @@ email : andrew.leadbetter
+ #endif
+
+ #include <stdint.h>
++#include <string.h>
+
+ #ifndef UINT64_TO_DOUBLE
+ #define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a)))
diff --git a/amarok.spec b/amarok.spec
index 55505d5..102c574 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -24,10 +24,10 @@ Url: http://amarok.kde.org
Source0: ftp://ftp.kde.org/pub/kde/stable/amarok/%{version}/src/amarok-%{version}.tar.bz2
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+Patch1: amarok-1.4.8-gcc43.patch
# Use xdg-open to start the selected browser
Patch2: amarok-1.4.7-xdg.patch
-#BuildRequires: automake libtool
BuildRequires: alsa-lib-devel
BuildRequires: desktop-file-utils
BuildRequires: esound-devel
@@ -130,6 +130,7 @@ use any of xmms' visualisation plugins with Amarok.
%prep
%setup -q
+%patch1 -p1 -b .gcc43
%patch2 -p1 -b .xdg
@@ -287,6 +288,7 @@ rm -fr $RPM_BUILD_ROOT
- -konqueror subpkg (#426803)
- fix multiarch conflicts (#340641)
drop Provides: amarok-devel (f9+), add Obsoletes: amarok-devel
+- gcc43 patch
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.4.8-3
- Autorebuild for GCC 4.3
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-06 18:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-06 18:30 [rpms/amarok] epel10.2: gcc43 patch Rex Dieter
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox