From 3899c0f70fc2aa6fe8d5520c634427864bca2f2b Mon Sep 17 00:00:00 2001 From: Theo Chatzimichos Date: Tue, 1 Sep 2009 16:24:15 +0000 Subject: Version bump KDE 4.3.1 (Portage version: 2.2_rc38/cvs/Linux x86_64, RepoMan options: --force) --- kde-base/phonon-kde/ChangeLog | 8 ++++- kde-base/phonon-kde/phonon-kde-4.3.1.ebuild | 45 +++++++++++++++++++++++++++++ 2 files changed, 52 insertions(+), 1 deletion(-) create mode 100644 kde-base/phonon-kde/phonon-kde-4.3.1.ebuild (limited to 'kde-base/phonon-kde') diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index 1229af7cec0f..720550361db8 100644 --- a/kde-base/phonon-kde/ChangeLog +++ b/kde-base/phonon-kde/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/phonon-kde # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.22 2009/08/04 04:45:29 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.23 2009/09/01 16:24:15 tampakrap Exp $ + +*phonon-kde-4.3.1 (01 Sep 2009) + + 01 Sep 2009; Theo Chatzimichos + +phonon-kde-4.3.1.ebuild: + Version bump 04 Aug 2009; Alex Alexander ChangeLog: manifest update (upstream tarball changed) diff --git a/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild b/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild new file mode 100644 index 000000000000..4be128f5e58c --- /dev/null +++ b/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/phonon-kde-4.3.1.ebuild,v 1.1 2009/09/01 16:24:15 tampakrap Exp $ + +EAPI="2" + +KMNAME="kdebase-runtime" +KMMODULE="phonon" +inherit kde4-meta + +DESCRIPTION="Phonon KDE Integration" +HOMEPAGE="http://phonon.kde.org" + +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~x86" +LICENSE="GPL-2" +IUSE="debug pulseaudio +xine" + +DEPEND=" + media-libs/alsa-lib + media-sound/phonon[xine?] + pulseaudio? ( media-sound/pulseaudio ) +" +RDEPEND="${DEPEND} + !kdeprefix? ( !kde-base/phonon-xine[-kdeprefix] ) +" + +src_prepare() { + # Don't build tests - they require OpenGL + sed -e 's/add_subdirectory(tests)//' \ + -i phonon/CMakeLists.txt || die "Failed to disable tests" + + # Disable automagic + sed -e 's/find_package(Xine)/macro_optional_find_package(Xine)/' \ + -i phonon/kcm/xine/CMakeLists.txt || die "Failed to make xine optional" + + kde4-meta_src_prepare +} + +src_configure() { + mycmakeargs="${mycmakeargs} + $(cmake-utils_use_with pulseaudio PulseAudio) + $(cmake-utils_use_with xine)" + + kde4-meta_src_configure +} -- cgit v1.2.3-65-gdbad