public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/kmplayer: ChangeLog kmplayer-0.11.0.ebuild kmplayer-0.11.0_rc4.ebuild
@ 2009-01-04 15:00 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; only message in thread
From: Tomas Chvatal (scarabeus) @ 2009-01-04 15:00 UTC (permalink / raw
  To: gentoo-commits

scarabeus    09/01/04 15:00:49

  Modified:             ChangeLog
  Added:                kmplayer-0.11.0.ebuild
  Removed:              kmplayer-0.11.0_rc4.ebuild
  Log:
  Version bump. Remove old. Per bug #250820
  (Portage version: 2.2_rc20/cvs/Linux 2.6.27-gentoo x86_64)

Revision  Changes    Path
1.117                media-video/kmplayer/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/ChangeLog?r1=1.116&r2=1.117

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	27 Oct 2008 18:12:42 -0000	1.116
+++ ChangeLog	4 Jan 2009 15:00:49 -0000	1.117
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/kmplayer
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.116 2008/10/27 18:12:42 scarabeus Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.117 2009/01/04 15:00:49 scarabeus Exp $
+
+*kmplayer-0.11.0 (04 Jan 2009)
+
+  04 Jan 2009; Tomas Chvatal <scarabeus@gentoo.org>
+  -kmplayer-0.11.0_rc4.ebuild, +kmplayer-0.11.0.ebuild:
+  Version bump. Remove old. Per bug #250820
 
 *kmplayer-0.11.0_rc4 (27 Oct 2008)
 



1.1                  media-video/kmplayer/kmplayer-0.11.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/kmplayer-0.11.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-video/kmplayer/kmplayer-0.11.0.ebuild?rev=1.1&content-type=text/plain

Index: kmplayer-0.11.0.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.0.ebuild,v 1.1 2009/01/04 15:00:49 scarabeus Exp $

EAPI="2"

NEED_KDE="4.1"
inherit kde4-base

MY_P="${P/_/-}"
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://${PN}.kde.org/pkgs/${MY_P}.tar.bz2"

LICENSE="GPL-2"
KEYWORDS="~amd64 ~x86"
SLOT="4.1"
IUSE="cairo npp"

DEPEND="
	>=dev-libs/expat-2.0.1
	|| ( media-sound/phonon x11-libs/qt-phonon )
	x11-libs/libXv
	cairo? ( x11-libs/cairo )
	!kdeprefix? ( !media-video/kmplayer:0 )
	npp? ( >=dev-libs/nspr-4.6.7
			x11-libs/gtk+ )
"
RDEPEND="${DEPEND}
	media-video/mplayer"

S="${WORKDIR}/${MY_P}"

src_prepare() {
	# fixup icon install
	sed -i \
		-e "s:add_subdirectory(icons):#add_subdirectory(icons):g"\
		CMakeLists.txt || die "removing icons failed"
	kde4-base_src_prepare
}

src_configure() {
	mycmakeargs="${mycmakeargs}
		-DCMAKE_INSTALL_PREFIX=${KDEDIR}
		$(cmake-utils_use_with cairo CAIRO)
		$(cmake-utils_use_with npp NPP)"
	kde4-base_src_configure
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-04 15:00 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-04 15:00 [gentoo-commits] gentoo-x86 commit in media-video/kmplayer: ChangeLog kmplayer-0.11.0.ebuild kmplayer-0.11.0_rc4.ebuild Tomas Chvatal (scarabeus)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox