diff options
-rw-r--r-- | kde-base/dragonplayer/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/dragonplayer/dragonplayer-4.4.0.ebuild | 23 |
2 files changed, 30 insertions, 1 deletions
diff --git a/kde-base/dragonplayer/ChangeLog b/kde-base/dragonplayer/ChangeLog index 6204ff572c49..3116ad649374 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.46 2010/01/25 14:23:53 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/dragonplayer/ChangeLog,v 1.47 2010/02/09 00:16:42 alexxy Exp $ + +*dragonplayer-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> + +dragonplayer-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *dragonplayer-4.3.5 (25 Jan 2010) diff --git a/kde-base/dragonplayer/dragonplayer-4.4.0.ebuild b/kde-base/dragonplayer/dragonplayer-4.4.0.ebuild new file mode 100644 index 000000000000..7d9c385cab5a --- /dev/null +++ b/kde-base/dragonplayer/dragonplayer-4.4.0.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.0.ebuild,v 1.1 2010/02/09 00:16:42 alexxy Exp $ + +EAPI="2" + +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 +" |