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.1.ebuild metadata.xml ChangeLog
Date: Sun, 31 May 2015 22:06:59
Message-Id: 20150531220618.4CC43A41@oystercatcher.gentoo.org
1 johu 15/05/31 22:06:18
2
3 Added: plasma-mediacenter-5.3.1.ebuild metadata.xml
4 ChangeLog
5 Log:
6 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by several people. Thank you all who worked on it in the overlay.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xF3CFD2BD)
9
10 Revision Changes Path
11 1.1 kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.1.ebuild?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.1.ebuild?rev=1.1&content-type=text/plain
15
16 Index: plasma-mediacenter-5.3.1.ebuild
17 ===================================================================
18 # Copyright 1999-2015 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License v2
20 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/plasma-mediacenter-5.3.1.ebuild,v 1.1 2015/05/31 22:06:18 johu Exp $
21
22 EAPI=5
23
24 inherit kde5
25
26 DESCRIPTION="Unified media experience for any device capable of running KDE"
27 KEYWORDS="~amd64"
28 IUSE="semantic-desktop"
29
30 DEPEND="
31 $(add_frameworks_dep kconfig)
32 $(add_frameworks_dep kcoreaddons)
33 $(add_frameworks_dep kguiaddons)
34 $(add_frameworks_dep ki18n)
35 $(add_frameworks_dep kio)
36 $(add_frameworks_dep kservice)
37 $(add_frameworks_dep plasma)
38 dev-qt/qtdbus:5
39 dev-qt/qtdeclarative:5
40 dev-qt/qtgui:5
41 dev-qt/qtnetwork:5
42 dev-qt/qtxml:5
43 media-libs/taglib
44 semantic-desktop? (
45 $(add_plasma_dep baloo)
46 $(add_plasma_dep kfilemetadata)
47 )
48 "
49 RDEPEND="${DEPEND}
50 $(add_plasma_dep plasma-workspace)
51 dev-qt/qtmultimedia:5[qml]
52 !media-video/plasma-mediacenter
53 "
54
55 src_configure() {
56 local mycmakeargs=(
57 $(cmake-utils_use_find_package semantic-desktop KF5Baloo)
58 $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
59 )
60
61 kde5_src_configure
62 }
63
64
65
66 1.1 kde-plasma/plasma-mediacenter/metadata.xml
67
68 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/metadata.xml?rev=1.1&view=markup
69 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/metadata.xml?rev=1.1&content-type=text/plain
70
71 Index: metadata.xml
72 ===================================================================
73 <?xml version="1.0" encoding="UTF-8"?>
74 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 <pkgmetadata>
76 <herd>kde</herd>
77 </pkgmetadata>
78
79
80
81 1.1 kde-plasma/plasma-mediacenter/ChangeLog
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog?rev=1.1&content-type=text/plain
85
86 Index: ChangeLog
87 ===================================================================
88 # ChangeLog for kde-plasma/plasma-mediacenter
89 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
90 # $Header: /var/cvsroot/gentoo-x86/kde-plasma/plasma-mediacenter/ChangeLog,v 1.1 2015/05/31 22:06:18 johu Exp $
91
92 *plasma-mediacenter-5.3.1 (31 May 2015)
93
94 31 May 2015; Johannes Huber <johu@g.o> +metadata.xml,
95 +plasma-mediacenter-5.3.1.ebuild:
96 Initial commit for KDE Plasma 5. Imported from kde overlay. Ebuilds written by
97 several people. Thank you all who worked on it in the overlay.