diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:42:22 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-05-03 21:42:22 +0000 |
commit | 7c55948a7b362ee05ee401237869b562446344fd (patch) | |
tree | f6cb0880b3b1fd503fe14b66567f5996cd7f3fc1 /kde-base/phonon-kde | |
parent | [kde-base] Drop KDE SC 4.4.1 (diff) | |
download | gentoo-2-7c55948a7b362ee05ee401237869b562446344fd.tar.gz gentoo-2-7c55948a7b362ee05ee401237869b562446344fd.tar.bz2 gentoo-2-7c55948a7b362ee05ee401237869b562446344fd.zip |
Version bump KDE 4.4.3
(Portage version: 2.2_rc67/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/phonon-kde')
-rw-r--r-- | kde-base/phonon-kde/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/phonon-kde/phonon-kde-4.4.3.ebuild | 32 |
2 files changed, 38 insertions, 1 deletions
diff --git a/kde-base/phonon-kde/ChangeLog b/kde-base/phonon-kde/ChangeLog index 75e69433bf3e..ebc2d88a09f5 100644 --- a/kde-base/phonon-kde/ChangeLog +++ b/kde-base/phonon-kde/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/phonon-kde # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.51 2010/03/31 23:29:04 spatz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/phonon-kde/ChangeLog,v 1.52 2010/05/03 21:42:22 alexxy Exp $ + +*phonon-kde-4.4.3 (03 May 2010) + + 03 May 2010; Alexey Shvetsov <alexxy@gentoo.org> +phonon-kde-4.4.3.ebuild: + Version bump 31 Mar 2010; Dror Levin <spatz@gentoo.org> -phonon-kde-4.3.4.ebuild, -phonon-kde-4.4.0.ebuild: diff --git a/kde-base/phonon-kde/phonon-kde-4.4.3.ebuild b/kde-base/phonon-kde/phonon-kde-4.4.3.ebuild new file mode 100644 index 000000000000..8a51800cdc62 --- /dev/null +++ b/kde-base/phonon-kde/phonon-kde-4.4.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2010 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.4.3.ebuild,v 1.1 2010/05/03 21:42:22 alexxy Exp $ + +EAPI="3" + +KMNAME="kdebase-runtime" +KMMODULE="phonon" +inherit kde4-meta + +DESCRIPTION="Phonon KDE Integration" +HOMEPAGE="http://phonon.kde.org" + +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-2" +IUSE="alsa debug +xine" + +DEPEND=" + >=media-sound/phonon-4.3.80[xine?] + alsa? ( media-libs/alsa-lib ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DBUILD_tests=OFF + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with xine) + ) + + kde4-meta_src_configure +} |