From: "git@oystercatcher mirror+tproxy" <git@oystercatcher.gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/
Date: Wed, 4 Mar 2015 11:27:41 +0000 (UTC) [thread overview]
Message-ID: <1425468446.f948ef352896b722d19578ac1bde0f68814d6eda.git@gentoo> (raw)
commit: f948ef352896b722d19578ac1bde0f68814d6eda
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 11:27:26 2015 +0000
Commit: git@oystercatcher mirror+tproxy <git <AT> oystercatcher <DOT> gentoo <DOT> org>
CommitDate: Wed Mar 4 11:27:26 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f948ef35
[media-video/plasma-mediacenter] Sync with main tree.
Package-Manager: portage-2.2.17
media-video/plasma-mediacenter/metadata.xml | 3 +++
.../plasma-mediacenter-9999.ebuild | 28 ++++++++++++++++++----
2 files changed, 26 insertions(+), 5 deletions(-)
diff --git a/media-video/plasma-mediacenter/metadata.xml b/media-video/plasma-mediacenter/metadata.xml
index a23f444..2d94d9b 100644
--- a/media-video/plasma-mediacenter/metadata.xml
+++ b/media-video/plasma-mediacenter/metadata.xml
@@ -2,4 +2,7 @@
<!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-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
index 6608f44..70434ed 100644
--- a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
@@ -6,7 +6,7 @@ EAPI=5
DECLARATIVE_REQUIRED="always"
OPENGL_REQUIRED="always"
-KDE_LINGUAS="ca cs da de es fi fr gl hu lv nl pt pt_BR sk sl sv uk zh_TW"
+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"
@@ -20,15 +20,33 @@ fi
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS=""
-IUSE="debug"
+IUSE="debug nepomuk semantic-desktop"
+
+REQUIRED_USE="?? ( nepomuk semantic-desktop )"
# bug 516686
RESTRICT="test"
-DEPEND="
- $(add_kdebase_dep nepomuk-core)
+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}
+ sys-devel/gettext
"
-RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use_find_package nepomuk NepomukCore)
+ $(cmake-utils_use_find_package semantic-desktop Baloo)
+ )
+
+ if ! use nepomuk && ! use semantic-desktop ; then
+ mycmakeargs+=( -DUSE_FILESYSTEM_MEDIA_SOURCE=ON )
+ fi
+
+ kde4-base_src_configure
+}
next reply other threads:[~2015-03-04 11:27 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-04 11:27 git@oystercatcher mirror+tproxy [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-04-18 13:45 [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/ Andreas Sturmlechner
2018-06-30 21:00 Andreas Sturmlechner
2015-07-09 19:49 Johannes Huber
2015-03-04 11:27 Michael Palimaka
2015-03-04 11:24 git@oystercatcher mirror+tproxy
2015-03-04 11:24 Michael Palimaka
2014-07-17 14:53 Michael Palimaka
2013-10-14 22:06 Johannes Huber
2013-08-21 7:44 Michael Palimaka
2013-08-21 7:44 Michael Palimaka
2013-08-12 18:42 Manuel Rüger
2013-08-02 5:04 Manuel Rüger
2013-07-10 19:34 Andreas Hüttel
2013-03-22 16:11 Michael Palimaka
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1425468446.f948ef352896b722d19578ac1bde0f68814d6eda.git@gentoo \
--to=git@oystercatcher.gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox