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