* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2011-03-26 9:20 Jonathan Callen
0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen @ 2011-03-26 9:20 UTC (permalink / raw
To: gentoo-commits
commit: 5d252df98cde724d8f83dbab63e1d2c32e8f76e4
Author: abcd <abcd <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 09:17:41 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 09:17:41 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5d252df9
[kde-base/dragonplayer] Fix automagic xine dep
(Portage version: 2.2.0_alpha28_p8/git/Linux i686, signed Manifest commit with key 229E5838)
---
kde-base/dragonplayer/dragonplayer-9999.ebuild | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-9999.ebuild b/kde-base/dragonplayer/dragonplayer-9999.ebuild
index 3136892..c6c0ea1 100644
--- a/kde-base/dragonplayer/dragonplayer-9999.ebuild
+++ b/kde-base/dragonplayer/dragonplayer-9999.ebuild
@@ -13,11 +13,20 @@ HOMEPAGE="http://www.dragonplayer.net/"
KEYWORDS=""
LICENSE="GPL-2"
-IUSE="debug"
+IUSE="debug xine"
RDEPEND="
>=media-sound/phonon-4.4.3
+ xine? ( media-libs/xine-lib[xcb] )
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with xine)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2011-03-26 12:04 Tomas Chvatal
0 siblings, 0 replies; 7+ messages in thread
From: Tomas Chvatal @ 2011-03-26 12:04 UTC (permalink / raw
To: gentoo-commits
commit: 8e0e34b3b596216ad91d5d99819ded3037f4feb0
Author: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 26 12:01:20 2011 +0000
Commit: Tomas Chvatal <scarabeus <AT> gentoo <DOT> org>
CommitDate: Sat Mar 26 12:01:20 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8e0e34b3
Also 4.6 branch has optional xine.
---
kde-base/dragonplayer/dragonplayer-4.6.9999.ebuild | 11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-4.6.9999.ebuild b/kde-base/dragonplayer/dragonplayer-4.6.9999.ebuild
index 3136892..c6c0ea1 100644
--- a/kde-base/dragonplayer/dragonplayer-4.6.9999.ebuild
+++ b/kde-base/dragonplayer/dragonplayer-4.6.9999.ebuild
@@ -13,11 +13,20 @@ HOMEPAGE="http://www.dragonplayer.net/"
KEYWORDS=""
LICENSE="GPL-2"
-IUSE="debug"
+IUSE="debug xine"
RDEPEND="
>=media-sound/phonon-4.4.3
+ xine? ( media-libs/xine-lib[xcb] )
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with xine)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2011-05-26 1:15 Jorge Manuel B. S. Vicetto
0 siblings, 0 replies; 7+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-05-26 1:15 UTC (permalink / raw
To: gentoo-commits
commit: 8df5144a3edf4090e5920b4fd6f6e93eca4c90bf
Author: Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Thu May 26 00:27:40 2011 +0000
Commit: Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Thu May 26 01:08:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=8df5144a
[kde-base/dragonplayer] 4.6.80 version bump.
(Portage version: 2.2.0_alpha35/git/Linux x86_64, signed Manifest commit with key BB0E6E98)
---
kde-base/dragonplayer/dragonplayer-4.6.80.ebuild | 32 ++++++++++++++++++++++
1 files changed, 32 insertions(+), 0 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-4.6.80.ebuild b/kde-base/dragonplayer/dragonplayer-4.6.80.ebuild
new file mode 100644
index 0000000..22cf542
--- /dev/null
+++ b/kde-base/dragonplayer/dragonplayer-4.6.80.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+
+KDE_HANDBOOK="optional"
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="Dragon Player is a simple video player for KDE 4"
+HOMEPAGE="http://www.dragonplayer.net/"
+
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-2"
+IUSE="debug xine"
+
+RDEPEND="
+ >=media-libs/phonon-4.4.3
+ xine? ( media-libs/xine-lib[xcb] )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"
+
+src_configure() {
+ mycmakeargs=(
+ $(cmake-utils_use_with xine)
+ )
+
+ kde4-meta_src_configure
+}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2011-09-27 21:55 Jonathan Callen
0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Callen @ 2011-09-27 21:55 UTC (permalink / raw
To: gentoo-commits
commit: a8b7794d6ef47a0b19e1ab59f0258654b306032b
Author: Jonathan Callen <abcd <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 25 23:16:50 2011 +0000
Commit: Jonathan Callen <abcd <AT> gentoo <DOT> org>
CommitDate: Tue Sep 27 21:49:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a8b7794d
[kde-base/dragonplayer] Goodbye xine
---
kde-base/dragonplayer/dragonplayer-9999.ebuild | 9 ---------
1 files changed, 0 insertions(+), 9 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-9999.ebuild b/kde-base/dragonplayer/dragonplayer-9999.ebuild
index 1d65443..4a673b4 100644
--- a/kde-base/dragonplayer/dragonplayer-9999.ebuild
+++ b/kde-base/dragonplayer/dragonplayer-9999.ebuild
@@ -17,16 +17,7 @@ IUSE="debug xine"
RDEPEND="
>=media-libs/phonon-4.4.3
- xine? ( media-libs/xine-lib[xcb] )
"
DEPEND="${RDEPEND}
sys-devel/gettext
"
-
-src_configure() {
- mycmakeargs=(
- $(cmake-utils_use_with xine)
- )
-
- kde4-meta_src_configure
-}
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2012-04-05 19:41 Michael Palimaka
0 siblings, 0 replies; 7+ messages in thread
From: Michael Palimaka @ 2012-04-05 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 1ffa0df47cd706d237fbed97648fb82c1ed0c044
Author: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
AuthorDate: Thu Apr 5 19:41:20 2012 +0000
Commit: Michael Palimaka <kensington <AT> astralcloak <DOT> net>
CommitDate: Thu Apr 5 19:41:20 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=1ffa0df4
[kde-base/dragonplayer] Migrate to split git repo.
(Portage version: 2.1.10.55/git/Linux x86_64, unsigned Manifest commit)
---
.../dragonplayer/dragonplayer-4.8.49.9999.ebuild | 5 +++--
kde-base/dragonplayer/dragonplayer-9999.ebuild | 5 +++--
2 files changed, 6 insertions(+), 4 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-4.8.49.9999.ebuild b/kde-base/dragonplayer/dragonplayer-4.8.49.9999.ebuild
index bbb9b78..1291c91 100644
--- a/kde-base/dragonplayer/dragonplayer-4.8.49.9999.ebuild
+++ b/kde-base/dragonplayer/dragonplayer-4.8.49.9999.ebuild
@@ -5,8 +5,9 @@
EAPI=4
KDE_HANDBOOK="optional"
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KMNAME="dragon"
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="Dragon Player is a simple video player for KDE 4"
HOMEPAGE="http://www.dragonplayer.net/"
diff --git a/kde-base/dragonplayer/dragonplayer-9999.ebuild b/kde-base/dragonplayer/dragonplayer-9999.ebuild
index bbb9b78..1291c91 100644
--- a/kde-base/dragonplayer/dragonplayer-9999.ebuild
+++ b/kde-base/dragonplayer/dragonplayer-9999.ebuild
@@ -5,8 +5,9 @@
EAPI=4
KDE_HANDBOOK="optional"
-KMNAME="kdemultimedia"
-inherit kde4-meta
+KMNAME="dragon"
+KDE_SCM="git"
+inherit kde4-base
DESCRIPTION="Dragon Player is a simple video player for KDE 4"
HOMEPAGE="http://www.dragonplayer.net/"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2012-05-25 21:27 Alexey Shvetsov
0 siblings, 0 replies; 7+ messages in thread
From: Alexey Shvetsov @ 2012-05-25 21:27 UTC (permalink / raw
To: gentoo-commits
commit: eb98df865743a28accd902f32593f455f5f28971
Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri May 25 21:20:12 2012 +0000
Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri May 25 21:20:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=eb98df86
[kde-base/dragonplayer] In 4.9 dragonplayer->dragon
(Portage version: 2.2.0_alpha108/git/Linux x86_64, unsigned Manifest commit)
---
kde-base/dragonplayer/dragonplayer-4.8.80.ebuild | 24 ----------------------
kde-base/dragonplayer/dragonplayer-9999.ebuild | 24 ----------------------
2 files changed, 0 insertions(+), 48 deletions(-)
diff --git a/kde-base/dragonplayer/dragonplayer-4.8.80.ebuild b/kde-base/dragonplayer/dragonplayer-4.8.80.ebuild
deleted file mode 100644
index d3db091..0000000
--- a/kde-base/dragonplayer/dragonplayer-4.8.80.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="dragon"
-KDE_SCM="git"
-inherit kde4-base
-
-DESCRIPTION="Dragon Player is a simple video player for KDE 4"
-HOMEPAGE="http://www.dragonplayer.net/"
-
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-LICENSE="GPL-2"
-IUSE="debug xine"
-
-RDEPEND="
- >=media-libs/phonon-4.4.3
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
diff --git a/kde-base/dragonplayer/dragonplayer-9999.ebuild b/kde-base/dragonplayer/dragonplayer-9999.ebuild
deleted file mode 100644
index 1291c91..0000000
--- a/kde-base/dragonplayer/dragonplayer-9999.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-
-KDE_HANDBOOK="optional"
-KMNAME="dragon"
-KDE_SCM="git"
-inherit kde4-base
-
-DESCRIPTION="Dragon Player is a simple video player for KDE 4"
-HOMEPAGE="http://www.dragonplayer.net/"
-
-KEYWORDS=""
-LICENSE="GPL-2"
-IUSE="debug xine"
-
-RDEPEND="
- >=media-libs/phonon-4.4.3
-"
-DEPEND="${RDEPEND}
- sys-devel/gettext
-"
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/
@ 2012-08-07 13:20 Johannes Huber
0 siblings, 0 replies; 7+ messages in thread
From: Johannes Huber @ 2012-08-07 13:20 UTC (permalink / raw
To: gentoo-commits
commit: 66c4d8c451a513bd2e3a6fe834af7b9f971bcf44
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 7 13:09:27 2012 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Tue Aug 7 13:09:27 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=66c4d8c4
[kde-base/dragonplayer] Removed, is empty.
---
kde-base/dragonplayer/metadata.xml | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/kde-base/dragonplayer/metadata.xml b/kde-base/dragonplayer/metadata.xml
deleted file mode 100644
index 8d1e86a..0000000
--- a/kde-base/dragonplayer/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<herd>kde</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 7+ messages in thread
end of thread, other threads:[~2012-08-07 13:20 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-26 9:20 [gentoo-commits] proj/kde:master commit in: kde-base/dragonplayer/ Jonathan Callen
-- strict thread matches above, loose matches on Subject: below --
2011-03-26 12:04 Tomas Chvatal
2011-05-26 1:15 Jorge Manuel B. S. Vicetto
2011-09-27 21:55 Jonathan Callen
2012-04-05 19:41 Michael Palimaka
2012-05-25 21:27 Alexey Shvetsov
2012-08-07 13:20 Johannes Huber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox