diff options
author | Carsten Lohrke <carlo@gentoo.org> | 2005-04-07 17:27:36 +0000 |
---|---|---|
committer | Carsten Lohrke <carlo@gentoo.org> | 2005-04-07 17:27:36 +0000 |
commit | 12c90979b3bbbd5ff74910f46394815824ee78fb (patch) | |
tree | 084acb95fadff9e65d796d6a77252312766a6474 /media-video/kmplayer/kmplayer-0.8.4b.ebuild | |
parent | stable amd64 (diff) | |
download | gentoo-2-12c90979b3bbbd5ff74910f46394815824ee78fb.tar.gz gentoo-2-12c90979b3bbbd5ff74910f46394815824ee78fb.tar.bz2 gentoo-2-12c90979b3bbbd5ff74910f46394815824ee78fb.zip |
version bump
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/kmplayer/kmplayer-0.8.4b.ebuild')
-rw-r--r-- | media-video/kmplayer/kmplayer-0.8.4b.ebuild | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/media-video/kmplayer/kmplayer-0.8.4b.ebuild b/media-video/kmplayer/kmplayer-0.8.4b.ebuild new file mode 100644 index 000000000000..b945719413d5 --- /dev/null +++ b/media-video/kmplayer/kmplayer-0.8.4b.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.8.4b.ebuild,v 1.1 2005/04/07 17:27:36 carlo Exp $ + +inherit kde + +MY_P="${P/_rc/-rc}" +S=${WORKDIR}/${MY_P} + +DESCRIPTION="MPlayer frontend for KDE" +HOMEPAGE="http://www.xs4all.nl/~jjvrieze/kmplayer.html" +SRC_URI="http://www.xs4all.nl/~jjvrieze/${MY_P}.tar.bz2" + +SLOT="0" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc ~amd64" +IUSE="gstreamer xine" + +# Removed koffice plugin, since the compilation fails and it's not supported upstream. +DEPEND=">=media-video/mplayer-0.90 + xine? ( >=media-libs/xine-lib-1_beta12 ) + gstreamer? ( >=media-libs/gst-plugins-0.8.7 )" +need-kde 3.1 + +src_compile(){ + local myconf="$(use_with gstreamer) $(use_with xine)" + kde_src_compile +} |