diff options
author | Jonathan Callen <abcd@gentoo.org> | 2010-02-16 06:44:25 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2010-02-16 06:44:25 +0000 |
commit | 76f9275725b92e316b36bdd8fbe5d49df7bbb968 (patch) | |
tree | ab3366017434e01655b9dbdf3efa7ad0cabf7724 /media-sound/amarok | |
parent | non-maintainer version bump at upstream's request (diff) | |
download | gentoo-2-76f9275725b92e316b36bdd8fbe5d49df7bbb968.tar.gz gentoo-2-76f9275725b92e316b36bdd8fbe5d49df7bbb968.tar.bz2 gentoo-2-76f9275725b92e316b36bdd8fbe5d49df7bbb968.zip |
Drop old patches
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'media-sound/amarok')
-rw-r--r-- | media-sound/amarok/ChangeLog | 8 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch | 10 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.10-gcc44.patch | 93 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-1.4.9.1-libmtp-0.3.0-API.patch | 44 | ||||
-rw-r--r-- | media-sound/amarok/files/amarok-libmp4v2.patch | 70 |
5 files changed, 7 insertions, 218 deletions
diff --git a/media-sound/amarok/ChangeLog b/media-sound/amarok/ChangeLog index d866c3bed6ce..197a7bc0a713 100644 --- a/media-sound/amarok/ChangeLog +++ b/media-sound/amarok/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-sound/amarok # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.354 2010/01/10 17:15:34 jmbsvicetto Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-sound/amarok/ChangeLog,v 1.355 2010/02/16 06:44:24 abcd Exp $ + + 16 Feb 2010; Jonathan Callen <abcd@gentoo.org> + -files/amarok-1.4.9.1-libmtp-0.3.0-API.patch, + -files/amarok-1.4.10-gcc-4.3.patch, -files/amarok-1.4.10-gcc44.patch, + -files/amarok-libmp4v2.patch: + Drop old patches 10 Jan 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org> files/amarok-2.2.2-nodebug.patch: diff --git a/media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch b/media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch deleted file mode 100644 index d05e714a9802..000000000000 --- a/media-sound/amarok/files/amarok-1.4.10-gcc-4.3.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- amarok-1.4.10/amarok/src/engine/helix/hxplayercontrol.cpp -+++ amarok-1.4.10/amarok/src/engine/helix/hxplayercontrol.cpp -@@ -21,6 +21,7 @@ - #include <unistd.h> - #include <iostream> - #include <cstring> -+#include <cstdlib> - #include <sys/mman.h> - - using namespace std; diff --git a/media-sound/amarok/files/amarok-1.4.10-gcc44.patch b/media-sound/amarok/files/amarok-1.4.10-gcc44.patch deleted file mode 100644 index 632e9fa3bdee..000000000000 --- a/media-sound/amarok/files/amarok-1.4.10-gcc44.patch +++ /dev/null @@ -1,93 +0,0 @@ -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/audible/audibleproperties.cpp amarok-1.4.10/amarok/src/metadata/audible/audibleproperties.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/audible/audibleproperties.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/audible/audibleproperties.cpp 2009-03-31 22:12:29.000000000 -0600 -@@ -31,6 +31,8 @@ - - #include <netinet/in.h> // ntohl - -+#include <stdio.h> -+ - using namespace TagLib; - - -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/audible/audibletag.cpp amarok-1.4.10/amarok/src/metadata/audible/audibletag.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/audible/audibletag.cpp 2009-03-31 22:08:16.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/audible/audibletag.cpp 2009-03-31 22:11:57.000000000 -0600 -@@ -30,6 +30,7 @@ - #include <netinet/in.h> // ntohl - #include <stdlib.h> - #include <string.h> -+#include <stdio.h> - - using namespace TagLib; - -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefile.cpp amarok-1.4.10/amarok/src/metadata/audible/taglib_audiblefile.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefile.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/audible/taglib_audiblefile.cpp 2009-03-31 22:13:06.000000000 -0600 -@@ -29,6 +29,8 @@ - #include <taglib/tfile.h> - #include <taglib/audioproperties.h> - -+#include <stdio.h> -+ - namespace TagLib { - //////////////////////////////////////////////////////////////////////////////// - // public members -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp amarok-1.4.10/amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/audible/taglib_audiblefiletyperesolver.cpp 2009-03-31 22:16:01.000000000 -0600 -@@ -23,6 +23,7 @@ - #include "taglib_audiblefile.h" - - #include <string.h> -+#include <stdio.h> - - TagLib::File *AudibleFileTypeResolver::createFile(const char *fileName, - bool readProperties, -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/wav/wavfile.cpp amarok-1.4.10/amarok/src/metadata/wav/wavfile.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/wav/wavfile.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/wav/wavfile.cpp 2009-03-31 22:18:22.000000000 -0600 -@@ -29,6 +29,8 @@ - #include <taglib/audioproperties.h> - #include <taglib/tag.h> - -+#include <stdio.h> -+ - namespace TagLib { - //////////////////////////////////////////////////////////////////////////////// - // public members -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/wav/wavproperties.cpp amarok-1.4.10/amarok/src/metadata/wav/wavproperties.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/wav/wavproperties.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/wav/wavproperties.cpp 2009-03-31 22:18:06.000000000 -0600 -@@ -31,6 +31,8 @@ - - #include <netinet/in.h> // ntohl - -+#include <stdio.h> -+ - using namespace TagLib; - - struct WavHeader -diff -Naur amarok-1.4.10-orig/amarok/src/metadata/wav/wavfiletyperesolver.cpp amarok-1.4.10/amarok/src/metadata/wav/wavfiletyperesolver.cpp ---- amarok-1.4.10-orig/amarok/src/metadata/wav/wavfiletyperesolver.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metadata/wav/wavfiletyperesolver.cpp 2009-03-31 22:19:55.000000000 -0600 -@@ -23,6 +23,7 @@ - #include "wavfile.h" - - #include <string.h> -+#include <stdio.h> - - TagLib::File *WavFileTypeResolver::createFile(const char *fileName, - bool readProperties, -diff -Naur amarok-1.4.10-orig/amarok/src/metabundlesaver.cpp amarok-1.4.10/amarok/src/metabundlesaver.cpp ---- amarok-1.4.10-orig/amarok/src/metabundlesaver.cpp 2008-08-13 15:21:51.000000000 -0600 -+++ amarok-1.4.10/amarok/src/metabundlesaver.cpp 2009-03-31 22:30:30.000000000 -0600 -@@ -6,7 +6,7 @@ - - #include <stdlib.h> - #include <unistd.h> --#include <stdio.h> -+#include <cstdio> - #include <time.h> - #include <sys/time.h> - #include <sys/types.h> diff --git a/media-sound/amarok/files/amarok-1.4.9.1-libmtp-0.3.0-API.patch b/media-sound/amarok/files/amarok-1.4.9.1-libmtp-0.3.0-API.patch deleted file mode 100644 index a4500070b3b6..000000000000 --- a/media-sound/amarok/files/amarok-1.4.9.1-libmtp-0.3.0-API.patch +++ /dev/null @@ -1,44 +0,0 @@ ---- amarok/src/mediadevice/mtp/mtpmediadevice.cpp -+++ amarok/src/mediadevice/mtp/mtpmediadevice.cpp -@@ -293,12 +293,13 @@ - parent_id = getDefaultParentId(); - } - debug() << "Parent id : " << parent_id << endl; -+ trackmeta->parent_id = parent_id; - - m_critical_mutex.lock(); - debug() << "Sending track... " << bundle.url().path().utf8() << endl; - int ret = LIBMTP_Send_Track_From_File( - m_device, bundle.url().path().utf8(), trackmeta, -- progressCallback, this, parent_id -+ progressCallback, this - ); - m_critical_mutex.unlock(); - -@@ -529,7 +530,7 @@ - for( MtpMediaItem *it = dynamic_cast<MtpMediaItem*>(items->first()); it; it = dynamic_cast<MtpMediaItem*>(items->next()) ) - album_object->tracks[i++] = it->track()->id(); - album_object->no_tracks = items->count(); -- ret = LIBMTP_Create_New_Album( m_device, album_object, 0 ); -+ ret = LIBMTP_Create_New_Album( m_device, album_object ); - if( ret != 0 ) - { - debug() << "creating album failed : " << ret << endl; -@@ -608,7 +609,7 @@ - { - debug() << "Creating new folder '" << name << "' as a child of "<< parent_id << endl; - char *name_copy = qstrdup( name ); -- uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id ); -+ uint32_t new_folder_id = LIBMTP_Create_Folder( m_device, name_copy, parent_id, 0 ); - delete(name_copy); - debug() << "New folder ID: " << new_folder_id << endl; - if( new_folder_id == 0 ) -@@ -913,7 +914,7 @@ - if( item->playlist()->id() == 0 ) - { - debug() << "creating new playlist : " << metadata->name << endl; -- int ret = LIBMTP_Create_New_Playlist( m_device, metadata, 0 ); -+ int ret = LIBMTP_Create_New_Playlist( m_device, metadata ); - if( ret == 0 ) - { - item->playlist()->setId( metadata->playlist_id ); diff --git a/media-sound/amarok/files/amarok-libmp4v2.patch b/media-sound/amarok/files/amarok-libmp4v2.patch deleted file mode 100644 index 3ea88f053562..000000000000 --- a/media-sound/amarok/files/amarok-libmp4v2.patch +++ /dev/null @@ -1,70 +0,0 @@ -diff -ur amarok-1.4.10.orig/amarok/configure.in.in amarok-1.4.10/amarok/configure.in.in ---- amarok-1.4.10.orig/amarok/configure.in.in 2008-08-14 00:21:51.000000000 +0300 -+++ amarok-1.4.10/amarok/configure.in.in 2009-07-10 17:58:31.000000000 +0300 -@@ -977,7 +977,7 @@ - ac_cppflags_save=$CPPFLAGS - CPPFLAGS="$CPPFLAGS -I." - AC_CHECK_HEADERS(systems.h) -- AC_CHECK_HEADERS([mp4.h], [have_mp4_h=yes], [], -+ AC_CHECK_HEADERS([mp4v2/mp4v2.h], [have_mp4_h=yes], [], - [#ifdef HAVE_SYSTEMS_H - # include <systems.h> - #endif -diff -ur amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4properties.h amarok-1.4.10/amarok/src/metadata/mp4/mp4properties.h ---- amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4properties.h 2008-08-14 00:21:51.000000000 +0300 -+++ amarok-1.4.10/amarok/src/metadata/mp4/mp4properties.h 2009-07-10 17:57:45.000000000 +0300 -@@ -24,7 +24,7 @@ - - #include <audioproperties.h> - #include <tstring.h> --#include <mp4.h> -+#include <mp4v2/mp4v2.h> - // mp4.h drags in mp4_config.h that defines these - // get rid of them so they don't conflict with our config.h - #undef VERSION -diff -ur amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4tag.h amarok-1.4.10/amarok/src/metadata/mp4/mp4tag.h ---- amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4tag.h 2008-08-14 00:21:51.000000000 +0300 -+++ amarok-1.4.10/amarok/src/metadata/mp4/mp4tag.h 2009-07-10 17:57:52.000000000 +0300 -@@ -23,7 +23,7 @@ - - #include <tag.h> - #include "mp4file.h" --#include <mp4.h> -+#include <mp4v2/mp4v2.h> - - namespace TagLib { - diff -ur amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4file.cpp amarok-1.4.10/amarok/src/metadata/mp4/mp4file.cpp ---- amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4file.cpp 2009-07-10 18:58:13.000000000 +0000 -+++ amarok-1.4.10/amarok/src/metadata/mp4/mp4file.cpp 2009-07-10 18:59:11.000000000 +0000 -@@ -30,6 +30,8 @@ - #include <audioproperties.h> - - #include <stdint.h> -+#include <stdlib.h> -+#include <sys/types.h> - - #define MP4V2_HAS_WRITE_BUG 1 - -diff -ur amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4properties.cpp amarok-1.4.10/amarok/src/metadata/mp4properties.cpp ---- amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4properties.cpp 2009-07-10 18:58:13.000000000 +0000 -+++ amarok-1.4.10/amarok/src/metadata/mp4/mp4properties.cpp 2009-07-10 18:58:39.000000000 +0000 -@@ -30,6 +30,7 @@ - #endif - - #include <stdint.h> -+#include <sys/types.h> - - #ifndef UINT64_TO_DOUBLE - #define UINT64_TO_DOUBLE(a) ((double)((int64_t)(a))) -diff -ur amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4tag.cpp amarok-1.4.10/amarok/src/metadata/mp4/mp4tag.cpp ---- amarok-1.4.10.orig/amarok/src/metadata/mp4/mp4tag.cpp 2009-07-10 18:58:13.000000000 +0000 -+++ amarok-1.4.10/amarok/src/metadata/mp4/mp4tag.cpp 2009-07-10 18:59:36.000000000 +0000 -@@ -24,6 +24,8 @@ - - #include <tag.h> - #include <stdint.h> -+#include <stdlib.h> -+#include <sys/types.h> - - using namespace TagLib; - |