public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2015-08-12 19:43 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2015-08-12 19:43 UTC (permalink / raw
  To: gentoo-commits

commit:     a0da3af3f46ba9b0ded906d4b21873c94db69b6c
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 12 19:45:21 2015 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Aug 12 19:45:21 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0da3af3

media-video/plasma-mediacenter: Drop Nepomuk support

Package-Manager: portage-2.2.20.1

 media-video/plasma-mediacenter/metadata.xml                    | 3 ---
 media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild | 9 +++------
 2 files changed, 3 insertions(+), 9 deletions(-)

diff --git a/media-video/plasma-mediacenter/metadata.xml b/media-video/plasma-mediacenter/metadata.xml
index 2d94d9b..a23f444 100644
--- a/media-video/plasma-mediacenter/metadata.xml
+++ b/media-video/plasma-mediacenter/metadata.xml
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 	<herd>kde</herd>
-	<use>
-		<flag name="nepomuk">Enable Nepomuk based semantic desktop support (deprecated)</flag>
-	</use>
 </pkgmetadata>

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild
index 1173c2e..963a58d 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild
@@ -19,9 +19,7 @@ fi
 LICENSE="GPL-2+"
 SLOT="0"
 KEYWORDS="amd64"
-IUSE="debug nepomuk semantic-desktop"
-
-REQUIRED_USE="?? ( nepomuk semantic-desktop )"
+IUSE="debug semantic-desktop"
 
 # bug 516686
 RESTRICT="test"
@@ -30,7 +28,6 @@ RDEPEND="
 	$(add_kdebase_dep plasma-workspace)
 	dev-qt/qt-mobility[multimedia,qml]
 	media-libs/taglib
-	nepomuk? ( $(add_kdebase_dep nepomuk-core) )
 	semantic-desktop? ( $(add_kdebase_dep baloo) )
 "
 DEPEND="${RDEPEND}
@@ -41,11 +38,11 @@ S=${WORKDIR}/${PN}
 
 src_configure() {
 	local mycmakeargs=(
-		$(cmake-utils_use_find_package nepomuk NepomukCore)
+		-DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=ON
 		$(cmake-utils_use_find_package semantic-desktop Baloo)
 	)
 
-	if ! use nepomuk && ! use semantic-desktop ; then
+	if ! use semantic-desktop ; then
 		mycmakeargs+=( -DUSE_FILESYSTEM_MEDIA_SOURCE=ON )
 	fi
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2016-10-14 10:14 Johannes Huber
  0 siblings, 0 replies; 6+ messages in thread
From: Johannes Huber @ 2016-10-14 10:14 UTC (permalink / raw
  To: gentoo-commits

commit:     7720b0b628b0e746a8b9f4905d72f8d774dd2c45
Author:     Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 10:14:31 2016 +0000
Commit:     Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 10:14:31 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7720b0b6

media-video/plasma-mediacenter: Remove 1.3.0

Package-Manager: portage-2.3.2

 media-video/plasma-mediacenter/Manifest            |  1 -
 .../plasma-mediacenter-1.3.0.ebuild                | 50 ----------------------
 2 files changed, 51 deletions(-)

diff --git a/media-video/plasma-mediacenter/Manifest b/media-video/plasma-mediacenter/Manifest
index e910bae..964139f 100644
--- a/media-video/plasma-mediacenter/Manifest
+++ b/media-video/plasma-mediacenter/Manifest
@@ -1,2 +1 @@
-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-1.3.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild
deleted file mode 100644
index 7c1e055..00000000
--- a/media-video/plasma-mediacenter/plasma-mediacenter-1.3.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DECLARATIVE_REQUIRED="always"
-OPENGL_REQUIRED="always"
-KDE_LINGUAS="bs ca ca@valencia cs da de el es fi fr gl hu it lv nl pl pt pt_BR sk sl sv tr uk zh_TW"
-inherit kde4-base
-
-DESCRIPTION="Unified media experience for any device capable of running KDE"
-HOMEPAGE="https://www.kde.org/ https://community.kde.org/Plasma/Plasma_Media_Center"
-
-if [[ ${KDE_BUILD_TYPE} != live ]]; then
-	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2"
-fi
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64"
-IUSE="debug semantic-desktop"
-
-# bug 516686
-RESTRICT="test"
-
-RDEPEND="
-	$(add_kdebase_dep plasma-workspace)
-	dev-qt/qt-mobility[multimedia,qml]
-	media-libs/taglib
-	semantic-desktop? ( $(add_kdebase_dep baloo) )
-"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-"
-
-S=${WORKDIR}/${PN}
-
-src_configure() {
-	local mycmakeargs=(
-		-DCMAKE_DISABLE_FIND_PACKAGE_NepomukCore=ON
-		$(cmake-utils_use_find_package semantic-desktop Baloo)
-	)
-
-	if ! use semantic-desktop ; then
-		mycmakeargs+=( -DUSE_FILESYSTEM_MEDIA_SOURCE=ON )
-	fi
-
-	kde4-base_src_configure
-}


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2017-10-08 13:47 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2017-10-08 13:47 UTC (permalink / raw
  To: gentoo-commits

commit:     899489672cd66e36a324a1dfb57780f8a8dfe0cf
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  8 13:11:25 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Oct  8 13:11:25 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89948967

media-video/plasma-mediacenter: Fix SRC_URI

Package-Manager: Portage-2.3.11, Repoman-2.3.3

 media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
index 5ac9ea69d37..81d5579d3d9 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ 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"
+SRC_URI="mirror://kde/stable/plasma-mediacenter/${PV}/${P}.tar.xz"
 KEYWORDS="amd64 ~arm x86"
 IUSE="semantic-desktop"
 


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2018-06-30 20:47 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2018-06-30 20:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ecd0b849df4d05212c0ce7f886c9c2fabd7056de
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 30 20:14:35 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jun 30 20:47:31 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ecd0b849

media-video/plasma-mediacenter: Fix cmake warning

Closes: https://bugs.gentoo.org/659612
Package-Manager: Portage-2.3.41, Repoman-2.3.9

 media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
index 81d5579d3d9..57312a69e41 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -41,7 +41,6 @@ RDEPEND="${DEPEND}
 src_configure() {
 	local mycmakeargs=(
 		$(cmake-utils_use_find_package semantic-desktop KF5Baloo)
-		$(cmake-utils_use_find_package semantic-desktop KF5FileMetadata)
 	)
 
 	kde5_src_configure


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2019-08-16  9:18 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2019-08-16  9:18 UTC (permalink / raw
  To: gentoo-commits

commit:     9b526b34890969954e0909d22ff0a78669395cdc
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 16 09:17:44 2019 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Aug 16 09:18:10 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b526b34

media-video/plasma-mediacenter: EAPI-7 bump

Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
index 57312a69e41..ad1eb0048ef 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 KDE_TEST="forceoptional"
 inherit kde5


^ permalink raw reply related	[flat|nested] 6+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/
@ 2020-01-12 17:45 Andreas Sturmlechner
  0 siblings, 0 replies; 6+ messages in thread
From: Andreas Sturmlechner @ 2020-01-12 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     592f0f431e3ecf55036d0347620e6989cba2a592
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 17:41:18 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 17:45:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592f0f43

media-video/plasma-mediacenter: Port to ecm.eclass and kde.org.eclass

Add HOMEPAGE.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 .../plasma-mediacenter-5.7.5.ebuild                | 50 ++++++++++++----------
 1 file changed, 28 insertions(+), 22 deletions(-)

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
index f2d6d2da99e..08802ebedea 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-5.7.5.ebuild
@@ -1,40 +1,46 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-KDE_TEST="forceoptional"
-inherit kde5
+ECM_TEST="forceoptional"
+KFMIN=5.60.0
+QTMIN=5.12.3
+inherit ecm kde.org
 
 DESCRIPTION="Unified media experience for any device capable of running KDE Plasma"
+HOMEPAGE="https://community.kde.org/Plasma/Plasma_Media_Center"
 SRC_URI="mirror://kde/stable/plasma-mediacenter/${PV}/${P}.tar.xz"
+
+LICENSE="GPL-2" # TODO: CHECK
+SLOT="5"
 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)
+	>=dev-qt/qtdbus-${QTMIN}:5
+	>=dev-qt/qtdeclarative-${QTMIN}:5
+	>=dev-qt/qtgui-${QTMIN}:5
+	>=dev-qt/qtnetwork-${QTMIN}:5
+	>=dev-qt/qtxml-${QTMIN}:5
+	>=kde-frameworks/kactivities-${KFMIN}:5
+	>=kde-frameworks/kconfig-${KFMIN}:5
+	>=kde-frameworks/kcoreaddons-${KFMIN}:5
+	>=kde-frameworks/kdeclarative-${KFMIN}:5
+	>=kde-frameworks/kguiaddons-${KFMIN}:5
+	>=kde-frameworks/ki18n-${KFMIN}:5
+	>=kde-frameworks/kio-${KFMIN}:5
+	>=kde-frameworks/kservice-${KFMIN}:5
+	>=kde-frameworks/plasma-${KFMIN}:5
 	media-libs/taglib
 	semantic-desktop? (
-		$(add_frameworks_dep baloo)
-		$(add_frameworks_dep kfilemetadata)
+		>=kde-frameworks/baloo-${KFMIN}:5
+		>=kde-frameworks/kfilemetadata-${KFMIN}:5
 	)
 "
 RDEPEND="${DEPEND}
-	$(add_plasma_dep plasma-workspace)
-	$(add_qt_dep qtmultimedia 'qml')
+	>=dev-qt/qtmultimedia-${QTMIN}:5[qml]
+	>=kde-plasma/plasma-workspace-5.15.5:5
 	!media-video/plasma-mediacenter:0
 "
 
@@ -43,5 +49,5 @@ src_configure() {
 		$(cmake_use_find_package semantic-desktop KF5Baloo)
 	)
 
-	kde5_src_configure
+	ecm_src_configure
 }


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-12 17:45 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-12 19:43 [gentoo-commits] repo/gentoo:master commit in: media-video/plasma-mediacenter/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2016-10-14 10:14 Johannes Huber
2017-10-08 13:47 Andreas Sturmlechner
2018-06-30 20:47 Andreas Sturmlechner
2019-08-16  9:18 Andreas Sturmlechner
2020-01-12 17:45 Andreas Sturmlechner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox