summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'kde-base/dragonplayer')
-rw-r--r--kde-base/dragonplayer/ChangeLog8
-rw-r--r--kde-base/dragonplayer/dragonplayer-4.4.3.ebuild23
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/dragonplayer/ChangeLog b/kde-base/dragonplayer/ChangeLog
index fbe7ed9267c0..087c0ca2101e 100644
--- a/kde-base/dragonplayer/ChangeLog
+++ b/kde-base/dragonplayer/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for kde-base/dragonplayer
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.52 2010/03/31 22:00:57 spatz Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.53 2010/05/03 20:15:31 alexxy Exp $
+
+*dragonplayer-4.4.3 (03 May 2010)
+
+ 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org>
+ +dragonplayer-4.4.3.ebuild:
+ Version bump
31 Mar 2010; Dror Levin <spatz@gentoo.org> -dragonplayer-4.3.4.ebuild,
-dragonplayer-4.4.0.ebuild:
diff --git a/kde-base/dragonplayer/dragonplayer-4.4.3.ebuild b/kde-base/dragonplayer/dragonplayer-4.4.3.ebuild
new file mode 100644
index 000000000000..1f0eaaa68b88
--- /dev/null
+++ b/kde-base/dragonplayer/dragonplayer-4.4.3.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/dragonplayer-4.4.3.ebuild,v 1.1 2010/05/03 20:15:31 alexxy Exp $
+
+EAPI="3"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="Dragon Player is a simple video player for KDE 4"
+HOMEPAGE="http://www.dragonplayer.net/"
+
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
+LICENSE="GPL-2"
+IUSE="debug +handbook"
+
+RDEPEND="
+ aqua? ( >=media-libs/xine-lib-1.1.9 )
+ !aqua? ( >=media-libs/xine-lib-1.1.9[xcb] )
+"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+"