diff options
author | Johannes Huber <johu@gentoo.org> | 2016-10-14 12:13:32 +0200 |
---|---|---|
committer | Johannes Huber <johu@gentoo.org> | 2016-10-14 12:13:32 +0200 |
commit | be4bdec157fb41421ddfb0937efd9dd8da113d59 (patch) | |
tree | 6ad203a9a9e14b5db183708eeec1ddf8c3254e5e /media-video/plasma-mediacenter | |
parent | kde-plasma/plasma-mediacenter: Remove 5.7.3 (diff) | |
download | gentoo-be4bdec157fb41421ddfb0937efd9dd8da113d59.tar.gz gentoo-be4bdec157fb41421ddfb0937efd9dd8da113d59.tar.bz2 gentoo-be4bdec157fb41421ddfb0937efd9dd8da113d59.zip |
kde-plasma/plasma-mediacenter -> media-video/plasma-mediacenter
Diffstat (limited to 'media-video/plasma-mediacenter')
-rw-r--r-- | media-video/plasma-mediacenter/Manifest | 1 | ||||
-rw-r--r-- | media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild | 49 |
2 files changed, 50 insertions, 0 deletions
diff --git a/media-video/plasma-mediacenter/Manifest b/media-video/plasma-mediacenter/Manifest index 2bafa20168af..e910baec19b9 100644 --- a/media-video/plasma-mediacenter/Manifest +++ b/media-video/plasma-mediacenter/Manifest @@ -1 +1,2 @@ DIST plasma-mediacenter-1.3.0.tar.bz2 449835 SHA256 7ea3c50d9fa5499f50c8e00d9d23a12d7967a340dc53986ea1099669769e46ca SHA512 d20d9175c23fb2375eef72ed367b8f1337d9e26845935a7da8ea72195945f2cdfa466b72e8f0af70c4d1a767002971a6896d41cbf93f9cf87522d99952fed607 WHIRLPOOL 377ff000663f53e433cb161a4c7db5ea2c9088a39bd644ccec9dae35441a185e994097450e884f45714ddd2baa3fe0e1120f05abdeda7c500e49793b0dcb713f +DIST plasma-mediacenter-5.7.5.tar.xz 162076 SHA256 dd0df7dbc3e51ec4e329a6365c25b2b2e3d6e4dd7fd8e0aa916f3f9559a863bf SHA512 47a5b015364a1ffd1fd1b1dd3720e5ae8ebc38e4aee03e55d042c6b9aeea2579e1b7a31f1b0fcef74c4c19c470c7a380694d9c93624a75337eb58080f5b8d09b WHIRLPOOL be95dbb31046495d1cfca4f21417b1766ccd622308b60653cc1e46b8e4d17a9474b0dd8fac523a3b4f2a821936314a202490edc29ad9883f4edd60c9a09fddfb diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild new file mode 100644 index 000000000000..64994ac2f5ee --- /dev/null +++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild @@ -0,0 +1,49 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +KDE_TEST="forceoptional" +inherit kde5 + +DESCRIPTION="Unified media experience for any device capable of running KDE Plasma" +SRC_URI="mirror://kde/stable/plasma/${PV}/${P}.tar.xz" +KEYWORDS="amd64 ~arm x86" +IUSE="semantic-desktop" + +DEPEND=" + $(add_frameworks_dep kactivities) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep kdeclarative) + $(add_frameworks_dep kguiaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep kservice) + $(add_frameworks_dep plasma) + $(add_qt_dep qtdbus) + $(add_qt_dep qtdeclarative) + $(add_qt_dep qtgui) + $(add_qt_dep qtnetwork) + $(add_qt_dep qtxml) + media-libs/taglib + semantic-desktop? ( + $(add_frameworks_dep baloo) + $(add_frameworks_dep kfilemetadata) + ) +" +RDEPEND="${DEPEND} + $(add_plasma_dep plasma-workspace) + $(add_qt_dep qtmultimedia 'qml') + !media-video/plasma-mediacenter:0 +" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_find_package semantic-desktop KF5Baloo) + $(cmake-utils_use_find_package semantic-desktop KF5FileMetadata) + ) + + kde5_src_configure +} |