public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/phonon: ChangeLog phonon-4.0.5.ebuild
@ 2008-06-05 22:44 Tobias Heinlein (keytoaster)
  0 siblings, 0 replies; only message in thread
From: Tobias Heinlein (keytoaster) @ 2008-06-05 22:44 UTC (permalink / raw
  To: gentoo-commits

keytoaster    08/06/05 22:44:11

  Modified:             ChangeLog
  Added:                phonon-4.0.5.ebuild
  Log:
  Added the KDE 4.0.5 version of phonon.
  (Portage version: 2.2_pre7/cvs/Linux 2.6.25-gentoo-r4 AMD Athlon(tm) 64 X2 Dual Core Processor 4200+)

Revision  Changes    Path
1.9                  kde-base/phonon/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 May 2008 08:36:43 -0000	1.8
+++ ChangeLog	5 Jun 2008 22:44:10 -0000	1.9
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/phonon
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.8 2008/05/30 08:36:43 zlin Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/ChangeLog,v 1.9 2008/06/05 22:44:10 keytoaster Exp $
+
+*phonon-4.0.5 (05 Jun 2008)
+
+  05 Jun 2008; Tobias Heinlein <keytoaster@gentoo.org> +phonon-4.0.5.ebuild:
+  Added the KDE 4.0.5 version of phonon.
 
   30 May 2008; Bo Ørsted Andresen <zlin@gentoo.org> phonon-4.0.4.ebuild:
   KDE4_BUILT_WITH_USE_CHECK is now always an array. Bug #216863.



1.1                  kde-base/phonon/phonon-4.0.5.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon/phonon-4.0.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/phonon/phonon-4.0.5.ebuild?rev=1.1&content-type=text/plain

Index: phonon-4.0.5.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon/phonon-4.0.5.ebuild,v 1.1 2008/06/05 22:44:10 keytoaster Exp $

EAPI="1"

KMNAME=kdebase-runtime
KMMODULE=phonon
inherit kde4-meta

DESCRIPTION="KDE multimedia API"
KEYWORDS="~amd64 ~x86"
IUSE="debug xcb"

# There's currently only a xine backend for phonon available,
# a gstreamer backend from TrollTech is in the works.
DEPEND=">=media-libs/xine-lib-1.1.9
	xcb? ( x11-libs/libxcb )"
RDEPEND="${DEPEND}"

pkg_setup() {
	if use xcb; then
		KDE4_BUILT_WITH_USE_CHECK=("media-libs/xine-lib xcb")
	fi

	kde4-meta_pkg_setup
}

src_compile() {
	mycmakeargs="${mycmakeargs}
		$(cmake-utils_use_with xcb XCB)
		-DWITH_Xine=ON"

	kde4-meta_src_compile
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

only message in thread, other threads:[~2008-06-05 22:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-05 22:44 [gentoo-commits] gentoo-x86 commit in kde-base/phonon: ChangeLog phonon-4.0.5.ebuild Tobias Heinlein (keytoaster)

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