Mailinglist Archive: opensuse-commit (910 mails)

< Previous Next >
commit kde4-amarok for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Tue, 03 Mar 2009 00:28:25 +0100
  • Message-id: <20090302232826.0EB7F678161@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package kde4-amarok for openSUSE:Factory
checked in at Tue Mar 3 00:28:25 CET 2009.


--------
--- KDE/kde4-amarok/kde4-amarok.changes 2009-01-10 09:02:56.000000000 +0100
+++ /mounts/work_src_done/STABLE/kde4-amarok/kde4-amarok.changes
2009-03-02 21:45:19.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 2 21:44:55 CET 2009 - coolo@xxxxxxx
+
+- compile with gcc 4.4
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
amarok-gcc44.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kde4-amarok.spec ++++++
--- /var/tmp/diff_new_pack.Yk1822/_old 2009-03-03 00:27:59.000000000 +0100
+++ /var/tmp/diff_new_pack.Yk1822/_new 2009-03-03 00:27:59.000000000 +0100
@@ -36,12 +36,13 @@
Group: Productivity/Multimedia/Sound/Players
Summary: Media Player for KDE
Version: 2.0.1.1
-Release: 1
+Release: 3
Source0: amarok-%version.tar.bz2
Source1: errmsg.sys
Patch3: link-mysql-embedded.diff
Patch4: errmsg-mysql-embedded.diff
Patch5: ogg-mimetypes.diff
+Patch6: amarok-gcc44.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%kde4_runtime_requires
Requires: kde4-amarok-lang = %{version}
@@ -67,6 +68,7 @@
%patch3
%patch4
%patch5
+%patch6

%build
%ifarch ppc ppc64
@@ -134,6 +136,8 @@
%_kde_share_dir/services/amaroklastfm.protocol

%changelog
+* Mon Mar 02 2009 coolo@xxxxxxx
+- compile with gcc 4.4
* Sat Jan 10 2009 stbinner@xxxxxxx
- update to 2.0.0.1: fix possible buffer overflows when parsing
Audible .aa files (bnc#465098)

++++++ amarok-gcc44.patch ++++++
Index: src/metadata/audible/audibletag.cpp
===================================================================
--- src/metadata/audible/audibletag.cpp (Revision 934060)
+++ src/metadata/audible/audibletag.cpp (Arbeitskopie)
@@ -27,6 +27,7 @@

#include <tag.h>
#include <string.h>
+#include <stdio.h>
#include <stdlib.h>

#include <netinet/in.h> // ntohl
Index: src/metadata/audible/audibleproperties.cpp
===================================================================
--- src/metadata/audible/audibleproperties.cpp (Revision 934060)
+++ src/metadata/audible/audibleproperties.cpp (Arbeitskopie)
@@ -29,6 +29,7 @@

#include "taglib_audiblefile.h"

+#include <stdio.h>
#include <netinet/in.h> // ntohl

using namespace TagLib;
Index: src/metadata/audible/taglib_audiblefile.cpp
===================================================================
--- src/metadata/audible/taglib_audiblefile.cpp (Revision 934060)
+++ src/metadata/audible/taglib_audiblefile.cpp (Arbeitskopie)
@@ -29,6 +29,7 @@
#include "../tfile_helper.h"
#include <audioproperties.h>
#include <string.h>
+#include <stdio.h>

namespace TagLib {

////////////////////////////////////////////////////////////////////////////////
Index: src/metadata/audible/taglib_audiblefiletyperesolver.cpp
===================================================================
--- src/metadata/audible/taglib_audiblefiletyperesolver.cpp (Revision
934060)
+++ src/metadata/audible/taglib_audiblefiletyperesolver.cpp (Arbeitskopie)
@@ -23,6 +23,7 @@
#include "taglib_audiblefile.h"

#include <string.h>
+#include <stdio.h>

TagLib::File *AudibleFileTypeResolver::createFile(TagLib::FileName fileName,
bool readProperties,
Index: src/metadata/wav/wavfiletyperesolver.cpp
===================================================================
--- src/metadata/wav/wavfiletyperesolver.cpp (Revision 934060)
+++ src/metadata/wav/wavfiletyperesolver.cpp (Arbeitskopie)
@@ -23,6 +23,7 @@
#include "wavfile.h"

#include <string.h>
+#include <stdio.h>

TagLib::File *WavFileTypeResolver::createFile(TagLib::FileName fileName,
bool readProperties,
Index: src/metadata/wav/wavproperties.cpp
===================================================================
--- src/metadata/wav/wavproperties.cpp (Revision 934060)
+++ src/metadata/wav/wavproperties.cpp (Arbeitskopie)
@@ -27,6 +27,7 @@

#include <tstring.h>
#include <stdint.h>
+#include <stdio.h>

#include "wavfile.h"

Index: src/metadata/wav/wavfile.cpp
===================================================================
--- src/metadata/wav/wavfile.cpp (Revision 934060)
+++ src/metadata/wav/wavfile.cpp (Arbeitskopie)
@@ -28,6 +28,7 @@
#include "../tfile_helper.h"
#include <audioproperties.h>
#include <tag.h>
+#include <stdio.h>

namespace TagLib {

////////////////////////////////////////////////////////////////////////////////
Index: src/scriptengine/generator/generator/parser/rpp/pp.h
===================================================================
--- src/scriptengine/generator/generator/parser/rpp/pp.h (Revision
934060)
+++ src/scriptengine/generator/generator/parser/rpp/pp.h (Arbeitskopie)
@@ -28,6 +28,7 @@
#include <iostream>
#include <cassert>
#include <cctype>
+#include <cstdio>

#include <fcntl.h>



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread