public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-video/kmplayer: kmplayer-0.11.3d.ebuild ChangeLog
@ 2012-06-16 16:19 Michael Palimaka (kensington)
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2012-06-16 16:19 UTC (permalink / raw
  To: gentoo-commits

kensington    12/06/16 16:19:50

  Modified:             ChangeLog
  Added:                kmplayer-0.11.3d.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.152                media-video/kmplayer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	21 May 2012 09:18:36 -0000	1.151
+++ ChangeLog	16 Jun 2012 16:19:50 -0000	1.152
@@ -1,6 +1,12 @@
 # ChangeLog for media-video/kmplayer
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.151 2012/05/21 09:18:36 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.152 2012/06/16 16:19:50 kensington Exp $
+
+*kmplayer-0.11.3d (16 Jun 2012)
+
+  16 Jun 2012; Michael Palimaka <kensington@gentoo.org>
+  +kmplayer-0.11.3d.ebuild:
+  Version bump.
 
   21 May 2012; Johannes Huber <johu@gentoo.org> -kmplayer-0.11.2c.ebuild,
   -kmplayer-0.11.3b.ebuild:



1.1                  media-video/kmplayer/kmplayer-0.11.3d.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild?rev=1.1&content-type=text/plain

Index: kmplayer-0.11.3d.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild,v 1.1 2012/06/16 16:19:50 kensington Exp $

EAPI=4
KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
ja km ku lt lv mai nb nds nl nn pl pt pt_BR ro ru sk sr sr@latin sv th tr ug uk
zh_CN zh_TW"
KDE_HANDBOOK="optional"
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-libs/phonon
	x11-libs/libX11
	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 -e '/add_subdirectory(icons)/d' \
		-i CMakeLists.txt || die

	kde4-base_src_prepare
}

src_configure() {
	local 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
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-video/kmplayer: kmplayer-0.11.3d.ebuild ChangeLog
@ 2012-08-03 15:32 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2012-08-03 15:32 UTC (permalink / raw
  To: gentoo-commits

hwoarang    12/08/03 15:32:02

  Modified:             kmplayer-0.11.3d.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #426826
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-video/kmplayer/kmplayer-0.11.3d.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild?r1=1.2&r2=1.3

Index: kmplayer-0.11.3d.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmplayer-0.11.3d.ebuild	16 Jul 2012 14:49:34 -0000	1.2
+++ kmplayer-0.11.3d.ebuild	3 Aug 2012 15:32:02 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild,v 1.2 2012/07/16 14:49:34 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/kmplayer-0.11.3d.ebuild,v 1.3 2012/08/03 15:32:02 hwoarang Exp $
 
 EAPI=4
 KDE_LINGUAS="bg bs ca ca@valencia cs da de el en_GB eo es et fr ga gl hr hu it
@@ -15,7 +15,7 @@
 
 LICENSE="GPL-2 FDL-1.2 LGPL-2.1"
 SLOT="4"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="cairo debug expat handbook npp"
 
 DEPEND="media-libs/phonon



1.155                media-video/kmplayer/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-video/kmplayer/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	16 Jul 2012 14:49:34 -0000	1.154
+++ ChangeLog	3 Aug 2012 15:32:02 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for media-video/kmplayer
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.154 2012/07/16 14:49:34 johu Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/kmplayer/ChangeLog,v 1.155 2012/08/03 15:32:02 hwoarang Exp $
+
+  03 Aug 2012; Markos Chandras <hwoarang@gentoo.org> kmplayer-0.11.3d.ebuild:
+  Stable on amd64 wrt bug #426826
 
   16 Jul 2012; Johannes Huber <johu@gentoo.org> kmplayer-0.11.3d.ebuild:
   Stable for x86, wrt bug #426826





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-08-03 15:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-16 16:19 [gentoo-commits] gentoo-x86 commit in media-video/kmplayer: kmplayer-0.11.3d.ebuild ChangeLog Michael Palimaka (kensington)
  -- strict thread matches above, loose matches on Subject: below --
2012-08-03 15:32 Markos Chandras (hwoarang)

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