Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/tomahawk/
Date: Mon, 27 Nov 2017 09:03:36
Message-Id: 1511773396.0cc8440ab828a2a29ba2d92dcb3ef6327b3615dd.asturm@gentoo
1 commit: 0cc8440ab828a2a29ba2d92dcb3ef6327b3615dd
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Nov 26 22:15:40 2017 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 27 09:03:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0cc8440a
7
8 media-sound/tomahawk: Add 0.9.0_pre20170808 snapshot
9
10 Fixes build with >=libvlc-3.0
11
12 Package-Manager: Portage-2.3.16, Repoman-2.3.6
13
14 media-sound/tomahawk/Manifest | 3 +-
15 .../tomahawk/tomahawk-0.9.0_pre20170808.ebuild | 74 ++++++++++++++++++++++
16 2 files changed, 76 insertions(+), 1 deletion(-)
17
18 diff --git a/media-sound/tomahawk/Manifest b/media-sound/tomahawk/Manifest
19 index c02148b54a2..9a77cda1e42 100644
20 --- a/media-sound/tomahawk/Manifest
21 +++ b/media-sound/tomahawk/Manifest
22 @@ -1 +1,2 @@
23 -DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 SHA256 de4005fd68dfb11380419829e009f19b901c4b14ccec6dd63400b21612886271 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9 WHIRLPOOL b914df1f2a26cc18af021ef6fce5511b2a103d7243340bcaec3d0c98fa90fc2fcda32cabc8022c2106d9bd9dffa777765e17433dc268f2c317537716c31928f6
24 +DIST tomahawk-0.9.0_pre20161029.tar.xz 7945264 BLAKE2B 8d12eaaf055da7dfe0dc4ff3e07c2be824983ca160d8ccd592ab611a8df09cead0d334e2ca3113c1bc34dea85c61edcf1bdeb6208316f1c372caf08bc04243e1 SHA512 fcfe810f167de936ed5457b3f30d7e17ef5708389800c6be85a1f867fc75a6973fcc04181719910c127dcc226619bd7ea31e0273b981f84c8122a2e1709fbcf9
25 +DIST tomahawk-0.9.0_pre20170808.tar.gz 9913232 BLAKE2B 5a7ebd9419fece090c0aec1f8f47bf35e1f0fbae5cd6a41803ac265e7310dadac61ba4f2e25b0d2fbbb0068cbb3f7098c1d330ac81e671be1028ed3b78d32560 SHA512 edaa4c1637ca460f838dfdd7ecc9d5dae0b66a8280deb8dc6140c673ecc76aa1055efbbac1e9b2937ec01d6dd657935b907cadceb2059f8e055305e872866c2b
26
27 diff --git a/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
28 new file mode 100644
29 index 00000000000..11fbc52732b
30 --- /dev/null
31 +++ b/media-sound/tomahawk/tomahawk-0.9.0_pre20170808.ebuild
32 @@ -0,0 +1,74 @@
33 +# Copyright 1999-2017 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=6
37 +
38 +COMMIT=00f602e10203b76fc28b4615868c567e6bd4ced4
39 +inherit kde5 vcs-snapshot
40 +
41 +DESCRIPTION="Multi-source social music player"
42 +HOMEPAGE="https://www.tomahawk-player.org/"
43 +SRC_URI="https://github.com/${PN}-player/${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3 BSD"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +IUSE="+hatchet telepathy xmpp"
49 +
50 +CDEPEND="
51 + $(add_frameworks_dep attica)
52 + $(add_qt_dep qtdbus)
53 + $(add_qt_dep qtgui)
54 + $(add_qt_dep qtnetwork)
55 + $(add_qt_dep qtsql)
56 + $(add_qt_dep qtsvg)
57 + $(add_qt_dep qtwebkit)
58 + $(add_qt_dep qtwidgets)
59 + $(add_qt_dep qtx11extras)
60 + $(add_qt_dep qtxml)
61 + app-crypt/qca:2[qt5(+)]
62 + dev-cpp/lucene++
63 + dev-cpp/sparsehash
64 + dev-libs/boost:=
65 + dev-libs/qtkeychain:=[qt5(+)]
66 + >=dev-libs/quazip-0.7.2[qt5(+)]
67 + >=media-libs/liblastfm-1.0.9-r1[qt5(+)]
68 + >=media-libs/taglib-1.8.0
69 + media-video/vlc:=[flac,dvbpsi,ffmpeg,mp3]
70 + >=net-libs/gnutls-3.2:=
71 + x11-libs/libX11
72 + hatchet? ( dev-cpp/websocketpp )
73 + telepathy? ( >=net-libs/telepathy-qt-0.9.7-r1[qt5(+)] )
74 + xmpp? ( >=net-libs/jreen-1.3.0[qt5(+)] )
75 +"
76 +DEPEND="${CDEPEND}
77 + $(add_qt_dep designer)
78 + $(add_qt_dep linguist-tools)
79 + $(add_qt_dep qtconcurrent)
80 +"
81 +RDEPEND="${CDEPEND}
82 + app-crypt/qca:2[ssl]
83 +"
84 +
85 +DOCS=( AUTHORS ChangeLog README.md )
86 +
87 +PATCHES=( "${FILESDIR}/${PN}-liblastfm-cmake.patch" )
88 +
89 +src_configure() {
90 + local mycmakeargs=(
91 + -DWITH_CRASHREPORTER=OFF
92 + -DBUILD_TESTS=OFF
93 + -DBUILD_TOOLS=OFF
94 + -DBUILD_WITH_QT4=OFF
95 + -DWITH_KDE4=OFF
96 + -DBUILD_HATCHET=$(usex hatchet)
97 + -DWITH_TelepathyQt=$(usex telepathy)
98 + -DWITH_Jreen=$(usex xmpp)
99 + )
100 +
101 + if [[ ${KDE_BUILD_TYPE} != live ]]; then
102 + mycmakeargs+=( -DBUILD_RELEASE=ON )
103 + fi
104 +
105 + kde5_src_configure
106 +}