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-0.8.4.ebuild ChangeLog
Date: Thu, 28 May 2015 19:15:45
Message-Id: 20150528191538.A9E7DA0E@oystercatcher.gentoo.org
1 johu 15/05/28 19:15:38
2
3 Modified: ChangeLog
4 Added: tomahawk-0.8.4.ebuild
5 Log:
6 Version bump, bug #549474
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
9
10 Revision Changes Path
11 1.47 media-sound/tomahawk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.47&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?rev=1.47&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/ChangeLog?r1=1.46&r2=1.47
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v
20 retrieving revision 1.46
21 retrieving revision 1.47
22 diff -u -r1.46 -r1.47
23 --- ChangeLog 11 May 2015 20:57:48 -0000 1.46
24 +++ ChangeLog 28 May 2015 19:15:38 -0000 1.47
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-sound/tomahawk
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.46 2015/05/11 20:57:48 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/ChangeLog,v 1.47 2015/05/28 19:15:38 johu Exp $
30 +
31 +*tomahawk-0.8.4 (28 May 2015)
32 +
33 + 28 May 2015; Johannes Huber <johu@g.o> +tomahawk-0.8.4.ebuild:
34 + Version bump, bug #549474
35
36 11 May 2015; Pacho Ramos <pacho@g.o> tomahawk-0.8.2.ebuild,
37 tomahawk-9999.ebuild:
38
39
40
41 1.1 media-sound/tomahawk/tomahawk-0.8.4.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: tomahawk-0.8.4.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/media-sound/tomahawk/tomahawk-0.8.4.ebuild,v 1.1 2015/05/28 19:15:38 johu Exp $
51
52 EAPI=5
53
54 KDE_REQUIRED="optional"
55 inherit kde4-base ${GIT_ECLASS}
56
57 if [[ ${PV} != *9999* ]]; then
58 SRC_URI="http://download.tomahawk-player.org/${P}.tar.bz2"
59 KEYWORDS="~amd64 ~x86"
60 else
61 GIT_ECLASS="git-r3"
62 EGIT_REPO_URI="git://github.com/tomahawk-player/${PN}.git"
63 KEYWORDS=""
64 fi
65
66 DESCRIPTION="Multi-source social music player"
67 HOMEPAGE="http://tomahawk-player.org/"
68
69 LICENSE="GPL-3 BSD"
70 SLOT="0"
71 IUSE="debug +hatchet kde qt5 telepathy xmpp"
72
73 REQUIRED_USE="telepathy? ( kde )"
74
75 # TODO
76 # qt5 use flag needs some work:
77 # - deps with missing qt4/qt5 use flags
78 # - does not build with in-tree only deps
79 DEPEND="
80 dev-cpp/lucene++
81 dev-cpp/sparsehash
82 dev-libs/boost
83 dev-libs/quazip
84 >=media-libs/libechonest-2.2.0:=
85 media-libs/liblastfm
86 >=media-libs/taglib-1.8.0
87 >=net-libs/gnutls-3.2
88 x11-libs/libX11
89 hatchet? ( dev-cpp/websocketpp )
90 xmpp? ( net-libs/jreen )
91 !qt5? (
92 app-crypt/qca:2[qt4(+)]
93 >=dev-libs/libattica-0.4.0
94 dev-libs/qjson
95 dev-libs/qtkeychain[qt4]
96 dev-qt/designer:4
97 dev-qt/qtcore:4
98 dev-qt/qtdbus:4
99 dev-qt/qtgui:4
100 dev-qt/qtsql:4[sqlite]
101 dev-qt/qtsvg:4
102 dev-qt/qtwebkit:4
103 media-libs/phonon[qt4]
104 telepathy? ( net-libs/telepathy-qt[qt4] )
105 )
106 qt5? (
107 app-crypt/qca:2[qt5(+)]
108 dev-libs/qtkeychain[qt5]
109 dev-qt/designer:5
110 dev-qt/qtcore:5
111 dev-qt/qtsvg:5
112 dev-qt/qtwebkit:5
113 dev-qt/qtwidgets:5
114 kde-frameworks/attica:5
115 media-libs/phonon[qt5]
116 telepathy? ( net-libs/telepathy-qt[qt5] )
117 )
118 "
119 RDEPEND="${DEPEND}
120 app-crypt/qca:2[openssl]
121 "
122
123 DOCS=( AUTHORS ChangeLog README.md )
124
125 src_configure() {
126 local mycmakeargs=(
127 -DWITH_CRASHREPORTER=OFF
128 $(cmake-utils_use_build hatchet)
129 $(cmake-utils_use_with xmpp Jreen)
130 $(cmake-utils_use_with kde KDE4)
131 $(cmake-utils_use_build !qt5 WITH_QT4)
132 $(cmake-utils_use_with telepathy TelepathyQt)
133 )
134
135 if [[ ${PV} != *9999* ]]; then
136 mycmakeargs+=( -DBUILD_RELEASE=ON )
137 fi
138
139 cmake-utils_src_configure
140 }
141
142 src_compile() {
143 cmake-utils_src_compile
144 }
145
146 src_install() {
147 cmake-utils_src_install
148 }