diff options
author | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-15 10:05:28 +0000 |
---|---|---|
committer | Tomas Chvatal <scarabeus@gentoo.org> | 2010-07-15 10:05:28 +0000 |
commit | 3ba6ecd06863a886544c8c0fac8482ebcd538d6b (patch) | |
tree | 73a746b39c6877b8551226d019da2a9029ced196 /media-video/kmplayer | |
parent | stable x86, bug 325937 (diff) | |
download | gentoo-2-3ba6ecd06863a886544c8c0fac8482ebcd538d6b.tar.gz gentoo-2-3ba6ecd06863a886544c8c0fac8482ebcd538d6b.tar.bz2 gentoo-2-3ba6ecd06863a886544c8c0fac8482ebcd538d6b.zip |
rm
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'media-video/kmplayer')
-rw-r--r-- | media-video/kmplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/kmplayer/kmplayer-0.11.2a.ebuild | 46 |
2 files changed, 5 insertions, 47 deletions
diff --git a/media-video/kmplayer/ChangeLog b/media-video/kmplayer/ChangeLog index 43c1cbdbf44c..4cd347276078 100644 --- a/media-video/kmplayer/ChangeLog +++ b/media-video/kmplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/kmplayer # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.139 2010/07/15 10:02:31 fauli Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.140 2010/07/15 10:05:28 scarabeus Exp $ + + 15 Jul 2010; Tomáš Chvátal <scarabeus@gentoo.org> + -kmplayer-0.11.2a.ebuild: + rm 15 Jul 2010; Christian Faulhammer <fauli@gentoo.org> kmplayer-0.11.2b.ebuild: diff --git a/media-video/kmplayer/kmplayer-0.11.2a.ebuild b/media-video/kmplayer/kmplayer-0.11.2a.ebuild deleted file mode 100644 index 2c941a1ef53f..000000000000 --- a/media-video/kmplayer/kmplayer-0.11.2a.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.2a.ebuild,v 1.4 2010/05/24 18:50:02 pacho Exp $ - -EAPI=2 -KDE_LINGUAS="cs da de el en_GB es et fr ga gl it ja km ku lt lv mai nb nds nl -nn pl pt pt_BR ro ru sk sv tr uk zh_CN zh_TW" -inherit kde4-base - -DESCRIPTION="KMPlayer is a Video player plugin for Konqueror and basic MPlayer/Xine/ffmpeg/ffserver/VDR frontend." -HOMEPAGE="http://kmplayer.kde.org/" -SRC_URI="http://kmplayer.kde.org/pkgs/${P}.tar.bz2" - -LICENSE="GPL-2 FDL-1.2 LGPL-2.1" -SLOT="4" -KEYWORDS="amd64 x86" -IUSE="cairo debug expat handbook npp" - -DEPEND="media-sound/phonon - expat? ( >=dev-libs/expat-2.0.1 ) - cairo? ( x11-libs/cairo - x11-libs/pango ) - npp? ( dev-libs/dbus-glib - >=x11-libs/gtk+-2.10.14:2 )" -RDEPEND="${DEPEND} - media-video/mplayer" - -DOCS="AUTHORS ChangeLog README TODO" - -src_prepare() { - sed -i \ - -e '/add_subdirectory(icons)/d' \ - CMakeLists.txt || die - - kde4-base_src_prepare -} - -src_configure() { - mycmakeargs+=( - $(cmake-utils_use cairo KMPLAYER_BUILT_WITH_CAIRO) - $(cmake-utils_use expat KMPLAYER_BUILT_WITH_EXPAT) - $(cmake-utils_use npp KMPLAYER_BUILT_WITH_NPP) - ) - - kde4-base_src_configure -} |