Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-sound/tomahawk: tomahawk-9999.ebuild ChangeLog
Date: Thu, 29 Jan 2015 22:44:27
Message-Id: 20150129224423.876FE109DD@oystercatcher.gentoo.org
1 johu 15/01/29 22:44:23
2
3 Modified: tomahawk-9999.ebuild ChangeLog
4 Log:
5 Fix qt5 build.
6
7 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key F3CFD2BD)
8
9 Revision Changes Path
10 1.30 media-sound/tomahawk/tomahawk-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.30&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?rev=1.30&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild?r1=1.29&r2=1.30
15
16 Index: tomahawk-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v
19 retrieving revision 1.29
20 retrieving revision 1.30
21 diff -u -r1.29 -r1.30
22 --- tomahawk-9999.ebuild 29 Jan 2015 00:27:02 -0000 1.29
23 +++ tomahawk-9999.ebuild 29 Jan 2015 22:44:23 -0000 1.30
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2015 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.29 2015/01/29 00:27:02 johu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-9999.ebuild,v 1.30 2015/01/29 22:44:23 johu Exp $
29
30 EAPI=5
31
32 @@ -25,17 +25,11 @@
33
34 REQUIRED_USE="telepathy? ( kde )"
35
36 -# TODO
37 -# qt5 use flag needs some work:
38 -# - deps with missing qt4/qt5 use flags
39 -# - does not build with in-tree only deps
40 DEPEND="
41 dev-cpp/lucene++
42 dev-cpp/sparsehash
43 dev-libs/boost
44 dev-libs/quazip
45 - >=media-libs/libechonest-2.2.0:=
46 - media-libs/liblastfm
47 >=media-libs/taglib-1.8.0
48 >=net-libs/gnutls-3.2
49 x11-libs/libX11
50 @@ -54,6 +48,8 @@
51 dev-qt/qtsvg:4
52 dev-qt/qtwebkit:4
53 media-libs/phonon[qt4]
54 + >=media-libs/libechonest-2.3.0:=[qt4]
55 + media-libs/liblastfm[qt4]
56 telepathy? ( net-libs/telepathy-qt[qt4] )
57 )
58 qt5? (
59 @@ -66,6 +62,8 @@
60 dev-qt/qtwidgets:5
61 kde-frameworks/attica:5
62 media-libs/phonon[qt5]
63 + >=media-libs/libechonest-2.3.0:=[qt5]
64 + media-libs/liblastfm[qt5]
65 telepathy? ( net-libs/telepathy-qt[qt5] )
66 )
67 "
68
69
70
71 1.44 media-sound/tomahawk/ChangeLog
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.44&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.44&content-type=text/plain
75 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.43&r2=1.44
76
77 Index: ChangeLog
78 ===================================================================
79 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v
80 retrieving revision 1.43
81 retrieving revision 1.44
82 diff -u -r1.43 -r1.44
83 --- ChangeLog 29 Jan 2015 00:27:02 -0000 1.43
84 +++ ChangeLog 29 Jan 2015 22:44:23 -0000 1.44
85 @@ -1,6 +1,9 @@
86 # ChangeLog for media-sound/tomahawk
87 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
88 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.43 2015/01/29 00:27:02 johu Exp $
89 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.44 2015/01/29 22:44:23 johu Exp $
90 +
91 + 29 Jan 2015; Johannes Huber <johu@g.o> tomahawk-9999.ebuild:
92 + Fix qt5 build.
93
94 29 Jan 2015; Johannes Huber <johu@g.o> tomahawk-0.8.2.ebuild,
95 tomahawk-9999.ebuild: