public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/amarok] epel10: fix endian declaration on PPC
@ 2026-07-06 18:03 Aurelien Bompard
  0 siblings, 0 replies; only message in thread
From: Aurelien Bompard @ 2026-07-06 18:03 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/amarok
Branch : epel10
Commit : 2dcf8812991a93176b526a038fbc5d48256b5192
Author : Aurelien Bompard <abompard@fedoraproject.org>
Date   : 2005-08-22T18:45:17+00:00
Stats  : +21/-1 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/amarok/c/2dcf8812991a93176b526a038fbc5d48256b5192?branch=epel10

Log:
fix endian declaration on PPC

---
diff --git a/amarok-1.3-endian.patch b/amarok-1.3-endian.patch
new file mode 100644
index 0000000..1ae8b67
--- /dev/null
+++ b/amarok-1.3-endian.patch
@@ -0,0 +1,15 @@
+--- ./amarok/src/engine/helix/helix-sp/helixdefines.h.endian	2005-08-22 18:39:21.000000000 +0200
++++ ./amarok/src/engine/helix/helix-sp/helixdefines.h	2005-08-22 18:39:37.000000000 +0200
+@@ -67,9 +67,9 @@
+ #ifndef _LINUX
+ #define _LINUX 1
+ #endif
+-#ifndef _LITTLE_ENDIAN
+-#define _LITTLE_ENDIAN 1
+-#endif
++//#ifndef _LITTLE_ENDIAN
++//#define _LITTLE_ENDIAN 1
++//#endif
+ #ifndef _RED_HAT_5_X_
+ #define _RED_HAT_5_X_ 1
+ #endif

diff --git a/amarok.spec b/amarok.spec
index 85358a8..d9a8fed 100644
--- a/amarok.spec
+++ b/amarok.spec
@@ -7,7 +7,7 @@
 Name:       amarok
 Summary:    Media player for KDE
 Version:    1.3
-Release:    3%{?dist}
+Release:    4%{?dist}
 
 Group: 	    Applications/Multimedia
 License:    GPL
@@ -16,6 +16,7 @@ Source0:    http://dl.sf.net/amarok/amarok-1.3.tar.bz2
 Patch0:     amarok-1.2.4-gcc4bl.patch
 #Patch1:     amarok-1.2.4-forward-decl.patch
 Patch2:     amarok-1.3-engines-cfg.patch
+Patch3:     amarok-1.3-endian.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  kdemultimedia-devel >= 6:3.2
@@ -96,6 +97,7 @@ enables it
 %patch0 -p1 -b .gcc4bl
 #%patch1 -p1 -b .forward-decl
 %patch2 -p1 -b .engines-cfg
+%patch3 -p1 -b .endian
 
 
 %build
@@ -226,6 +228,9 @@ rm -fr $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-4
+- fix endian declaration on ppc
+
 * Mon Aug 22 2005 Aurelien Bompard <gauret[AT]free.fr> 1.3-3
 - dont build the Helix engine on arches where HelixPlayer is not built
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-07-06 18:03 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:03 [rpms/amarok] epel10: fix endian declaration on PPC Aurelien Bompard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox