Gentoo Archives: gentoo-commits

From: Keiji Costantini <strites@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: media-sound/amarok/files/
Date: Mon, 30 Dec 2013 01:23:12
Message-Id: 1388366569.591f832239794c445620ce68c03a37429d5ad102.keiji@gentoo
1 commit: 591f832239794c445620ce68c03a37429d5ad102
2 Author: Keiji Costantini <strites <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 30 01:22:49 2013 +0000
4 Commit: Keiji Costantini <strites <AT> gmail <DOT> com>
5 CommitDate: Mon Dec 30 01:22:49 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde-sunset.git;a=commit;h=591f8322
7
8 forgot a patch
9
10 ---
11 media-sound/amarok/files/amarok-qt3-4.7.patch | 11 +++++++++++
12 1 file changed, 11 insertions(+)
13
14 diff --git a/media-sound/amarok/files/amarok-qt3-4.7.patch b/media-sound/amarok/files/amarok-qt3-4.7.patch
15 new file mode 100644
16 index 0000000..5bfee14
17 --- /dev/null
18 +++ b/media-sound/amarok/files/amarok-qt3-4.7.patch
19 @@ -0,0 +1,11 @@
20 +--- amarok/src/osd.h.orig 2011-09-27 17:47:26.000000000 +0300
21 ++++ amarok/src/osd.h 2011-09-27 17:47:43.000000000 +0300
22 +@@ -37,7 +37,7 @@
23 +
24 + public slots:
25 + /** calls setText() then show(), after setting image if needed */
26 +- void show( const QString &text, QImage newImage = QImage::QImage() );
27 ++ void show( const QString &text, QImage newImage = QImage() );
28 + void ratingChanged( const short rating );
29 + void ratingChanged( const QString& path, int rating );
30 + void volChanged( unsigned char volume );