* [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/files/
@ 2016-12-08 9:35 Alexis Ballier
0 siblings, 0 replies; 2+ messages in thread
From: Alexis Ballier @ 2016-12-08 9:35 UTC (permalink / raw
To: gentoo-commits
commit: c9ebc7df3d2da208ca9fe4c66bcdb729eaa4ce40
Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 8 09:04:11 2016 +0000
Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 8 09:35:00 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c9ebc7df
media-sound/amarok: add link to reviewboard in ffmpeg3 patch.
Package-Manager: portage-2.3.3
media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch | 2 ++
1 file changed, 2 insertions(+)
diff --git a/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch b/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch
index 32af490..31feca0 100644
--- a/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch
+++ b/media-sound/amarok/files/amarok-2.8.90-ffmpeg3.patch
@@ -1,3 +1,5 @@
+https://git.reviewboard.kde.org/r/129626
+
Index: amarok-2.8.90/src/musicbrainz/MusicDNSAudioDecoder.cpp
===================================================================
--- amarok-2.8.90.orig/src/musicbrainz/MusicDNSAudioDecoder.cpp
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/files/
@ 2017-08-08 17:15 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2017-08-08 17:15 UTC (permalink / raw
To: gentoo-commits
commit: 50e46a94c460f838dbf8d181fa6fc5a60f9ee0cd
Author: Michael Mair-Keimberger (asterix) <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Aug 8 16:19:47 2017 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Aug 8 17:15:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50e46a94
media-sound/amarok: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/5358
.../amarok/files/amarok-2.8.0-gmock-1.7.patch | 35 ----------------------
.../amarok/files/amarok-2.8.0-mysqld-rpath.patch | 12 --------
2 files changed, 47 deletions(-)
diff --git a/media-sound/amarok/files/amarok-2.8.0-gmock-1.7.patch b/media-sound/amarok/files/amarok-2.8.0-gmock-1.7.patch
deleted file mode 100644
index 1c0a7f45d25..00000000000
--- a/media-sound/amarok/files/amarok-2.8.0-gmock-1.7.patch
+++ /dev/null
@@ -1,35 +0,0 @@
-commit 5b3c84b29c16931e46bf7e1ddba16095245ce070
-Author: Mark Kretschmann <kretschmann@kde.org>
-Date: Sat Dec 14 10:25:45 2013 +0100
-
- Fix compilation with unit tests enabled.
-
- The problem was clashing symbols between KDE's kWarning macro and gmock.
- Thanks go to Edward for help with fixing.
-
- CCMAIL: amarok-devel@kde.org
-
-diff --git a/tests/core/collections/MockCollectionLocationDelegate.h b/tests/core/collections/MockCollectionLocationDelegate.h
-index 019b096..a2f4504 100644
---- a/tests/core/collections/MockCollectionLocationDelegate.h
-+++ b/tests/core/collections/MockCollectionLocationDelegate.h
-@@ -23,6 +23,7 @@
-
- #include "core/collections/CollectionLocationDelegate.h"
-
-+#undef kWarning // WORKAROUND: Prevent symbols clash with KDE's kWarning macro
- #include <gmock/gmock.h>
-
- namespace Collections {
-diff --git a/tests/mocks/MockTrack.h b/tests/mocks/MockTrack.h
-index 9f47956..fec6ef2 100644
---- a/tests/mocks/MockTrack.h
-+++ b/tests/mocks/MockTrack.h
-@@ -17,6 +17,7 @@
- #ifndef META_MOCKTRACK_H
- #define META_MOCKTRACK_H
-
-+#undef kWarning // WORKAROUND: Prevent symbols clash with KDE's kWarning macro
- #include <gmock/gmock.h>
-
- #include "core/meta/Meta.h"
diff --git a/media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch b/media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch
deleted file mode 100644
index 80dc93dc6b1..00000000000
--- a/media-sound/amarok/files/amarok-2.8.0-mysqld-rpath.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt.orig 2014-06-15 18:31:07.362415065 -0400
-+++ src/core-impl/collections/db/sql/mysqlecollection/CMakeLists.txt 2014-06-15 18:33:19.612419882 -0400
-@@ -28,6 +28,9 @@
- ${ZLIB_LIBRARIES}
- )
-
-+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES BUILD_WITH_INSTALL_RPATH TRUE)
-+SET_TARGET_PROPERTIES(amarok_collection-mysqlecollection PROPERTIES INSTALL_RPATH "${MYSQLD_DIR}")
-+
- if(NOT WIN32 AND NOT APPLE)
- target_link_libraries( amarok_collection-mysqlecollection crypt pthread )
- endif(NOT WIN32 AND NOT APPLE)
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-08-08 17:15 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-08-08 17:15 [gentoo-commits] repo/gentoo:master commit in: media-sound/amarok/files/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2016-12-08 9:35 Alexis Ballier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox