Gentoo Archives: gentoo-commits

From: "Johannes Huber (johu)" <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in kde-plasma/plasma-mediacenter: plasma-mediacenter-5.3.2.ebuild ChangeLog
Date: Tue, 30 Jun 2015 20:50:57
Message-Id: 20150630205015.62AC89FE@oystercatcher.gentoo.org
1 johu 15/06/30 20:50:15
2
3 Modified: ChangeLog
4 Added: plasma-mediacenter-5.3.2.ebuild
5 Log:
6 Version bump KDE Plasma 5.3.2
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xFDF4F788)
9
10 Revision Changes Path
11 1.2 kde-plasma/plasma-mediacenter/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog?r1=1.1&r2=1.2
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- ChangeLog 31 May 2015 22:06:18 -0000 1.1
24 +++ ChangeLog 30 Jun 2015 20:50:15 -0000 1.2
25 @@ -1,6 +1,12 @@
26 # ChangeLog for kde-plasma/plasma-mediacenter
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog,v 1.2 2015/06/30 20:50:15 johu Exp $
30 +
31 +*plasma-mediacenter-5.3.2 (30 Jun 2015)
32 +
33 + 30 Jun 2015; Johannes Huber <johu@g.o>
34 + +plasma-mediacenter-5.3.2.ebuild:
35 + Version bump KDE Plasma 5.3.2
36
37 *plasma-mediacenter-5.3.1 (31 May 2015)
38
39
40
41
42 1.1 kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: plasma-mediacenter-5.3.2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.2.ebuild,v 1.1 2015/06/30 20:50:15 johu Exp $
52
53 EAPI=5
54
55 inherit kde5
56
57 DESCRIPTION="Unified media experience for any device capable of running KDE"
58 KEYWORDS="~amd64"
59 IUSE="semantic-desktop"
60
61 DEPEND="
62 $(add_frameworks_dep kconfig)
63 $(add_frameworks_dep kcoreaddons)
64 $(add_frameworks_dep kguiaddons)
65 $(add_frameworks_dep ki18n)
66 $(add_frameworks_dep kio)
67 $(add_frameworks_dep kservice)
68 $(add_frameworks_dep plasma)
69 dev-qt/qtdbus:5
70 dev-qt/qtdeclarative:5
71 dev-qt/qtgui:5
72 dev-qt/qtnetwork:5
73 dev-qt/qtxml:5
74 media-libs/taglib
75 semantic-desktop? (
76 $(add_plasma_dep baloo)
77 $(add_plasma_dep kfilemetadata)
78 )
79 "
80 RDEPEND="${DEPEND}
81 $(add_plasma_dep plasma-workspace)
82 dev-qt/qtmultimedia:5[qml]
83 !media-video/plasma-mediacenter
84 "
85
86 src_configure() {
87 local mycmakeargs=(
88 $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
89 $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
90 )
91
92 kde5_src_configure
93 }