public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/
Date: Fri, 22 Mar 2013 16:11:10 +0000 (UTC)	[thread overview]
Message-ID: <1363968595.e18aeff81ac83712708e373cc4f11385b6d86e70.kensington@gentoo> (raw)

commit:     e18aeff81ac83712708e373cc4f11385b6d86e70
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Fri Mar 22 16:08:54 2013 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Fri Mar 22 16:09:55 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=e18aeff8

[media-video/plasma-mediacenter] New package wrt bug #462534.

Package-Manager: portage-2.1.11.57

---
 media-video/plasma-mediacenter/metadata.xml        |    5 +++
 .../plasma-mediacenter-1.0.0.ebuild                |   30 ++++++++++++++++++++
 .../plasma-mediacenter-9999.ebuild                 |   30 ++++++++++++++++++++
 3 files changed, 65 insertions(+), 0 deletions(-)

diff --git a/media-video/plasma-mediacenter/metadata.xml b/media-video/plasma-mediacenter/metadata.xml
new file mode 100644
index 0000000..a23f444
--- /dev/null
+++ b/media-video/plasma-mediacenter/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<herd>kde</herd>
+</pkgmetadata>

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild
new file mode 100644
index 0000000..c8a3de9
--- /dev/null
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-1.0.0.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
+OPENGL_REQUIRED="always"
+inherit kde4-base
+
+DESCRIPTION="Unified media experience for any device capable of running KDE"
+HOMEPAGE="http://www.kde.org/"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}-1.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep nepomuk-core)
+	dev-qt/qt-mobility[multimedia,qml]
+	media-libs/taglib
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}

diff --git a/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
new file mode 100644
index 0000000..8d55da1
--- /dev/null
+++ b/media-video/plasma-mediacenter/plasma-mediacenter-9999.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+DECLARATIVE_REQUIRED="always"
+OPENGL_REQUIRED="always"
+inherit kde4-base
+
+DESCRIPTION="Unified media experience for any device capable of running KDE"
+HOMEPAGE="http://www.kde.org/"
+
+if [[ ${KDE_BUILD_TYPE} != live ]]; then
+	SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.gz"
+fi
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS=""
+IUSE="debug"
+
+DEPEND="
+	$(add_kdebase_dep nepomuk-core)
+	dev-qt/qt-mobility[multimedia,qml]
+	media-libs/taglib
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${PN}


             reply	other threads:[~2013-03-22 16:11 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-03-22 16:11 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-07-10 19:34 [gentoo-commits] proj/kde:master commit in: media-video/plasma-mediacenter/ Andreas Hüttel
2013-08-02  5:04 Manuel Rüger
2013-08-12 18:42 Manuel Rüger
2013-08-21  7:44 Michael Palimaka
2013-08-21  7:44 Michael Palimaka
2013-10-14 22:06 Johannes Huber
2014-07-17 14:53 Michael Palimaka
2015-03-04 11:24 Michael Palimaka
2015-03-04 11:24 git@oystercatcher mirror+tproxy
2015-03-04 11:27 Michael Palimaka
2015-03-04 11:27 git@oystercatcher mirror+tproxy
2015-07-09 19:49 Johannes Huber
2018-06-30 21:00 Andreas Sturmlechner
2020-04-18 13:45 Andreas Sturmlechner

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=1363968595.e18aeff81ac83712708e373cc4f11385b6d86e70.kensington@gentoo \
    --to=kensington@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