diff options
author | 2009-01-13 23:29:16 +0000 | |
---|---|---|
committer | 2009-01-13 23:29:16 +0000 | |
commit | 11b193113ebdcc74132d6e39e3f2bee001da19ab (patch) | |
tree | 00568b0d6721c742f6628ebfaac3c2dd5b40d392 /kde-base | |
parent | Bump kde to 4.1.4 (diff) | |
download | gentoo-2-11b193113ebdcc74132d6e39e3f2bee001da19ab.tar.gz gentoo-2-11b193113ebdcc74132d6e39e3f2bee001da19ab.tar.bz2 gentoo-2-11b193113ebdcc74132d6e39e3f2bee001da19ab.zip |
Bump kde to 4.1.4
(Portage version: 2.2_rc21/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'kde-base')
-rw-r--r-- | kde-base/phonon-xine/ChangeLog | 10 | ||||
-rw-r--r-- | kde-base/phonon-xine/phonon-xine-4.1.4.ebuild | 29 |
2 files changed, 37 insertions, 2 deletions
diff --git a/kde-base/phonon-xine/ChangeLog b/kde-base/phonon-xine/ChangeLog index 360c2d44cf87..77a7c13f4568 100644 --- a/kde-base/phonon-xine/ChangeLog +++ b/kde-base/phonon-xine/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/phonon-xine -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-xine/ChangeLog,v 1.3 2008/11/16 08:25:27 vapier Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-xine/ChangeLog,v 1.4 2009/01/13 23:29:16 alexxy Exp $ + +*phonon-xine-4.1.4 (13 Jan 2009) + + 13 Jan 2009; Alexey Shvetsov <alexxy@gentoo.org> + +phonon-xine-4.1.4.ebuild: + Bump to 4.1.4 15 Nov 2008; Mike Frysinger <vapier@gentoo.org> phonon-xine-4.1.3.ebuild: Add ppc/ppc64 love #244306. diff --git a/kde-base/phonon-xine/phonon-xine-4.1.4.ebuild b/kde-base/phonon-xine/phonon-xine-4.1.4.ebuild new file mode 100644 index 000000000000..5adf9bf79828 --- /dev/null +++ b/kde-base/phonon-xine/phonon-xine-4.1.4.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-xine/phonon-xine-4.1.4.ebuild,v 1.1 2009/01/13 23:29:16 alexxy Exp $ + +EAPI="2" + +KMNAME=kdebase-runtime +KMMODULE=phonon +inherit kde4-meta + +DESCRIPTION="KDE Phonon Xine backend" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="debug +xcb" + +# There's currently only a xine backend for phonon available, +# a gstreamer backend from TrollTech is in the works. +DEPEND="!kde-base/phonon:${SLOT} + >=media-sound/phonon-4.2.0 + >=media-libs/xine-lib-1.1.15-r1 + xcb? ( x11-libs/libxcb )" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with xcb XCB) + -DWITH_Xine=ON" + + kde4-meta_src_configure +} |