diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:31 +0000 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2010-02-09 00:21:31 +0000 |
commit | 4bb116c4a597acb93571f4d972ade02dd9942350 (patch) | |
tree | 0c69dc35caacf27886341ba12a4526f6ea8edb56 /kde-base/kmix | |
parent | [kde-base/kscreensaver] Version bump to KDE SC 4.4.0 (diff) | |
download | historical-4bb116c4a597acb93571f4d972ade02dd9942350.tar.gz historical-4bb116c4a597acb93571f4d972ade02dd9942350.tar.bz2 historical-4bb116c4a597acb93571f4d972ade02dd9942350.zip |
[kde-base/kmix] Version bump to KDE SC 4.4.0
Package-Manager: portage-2.2_rc62/cvs/Linux x86_64
RepoMan-Options: --force
Diffstat (limited to 'kde-base/kmix')
-rw-r--r-- | kde-base/kmix/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmix/kmix-4.4.0.ebuild | 27 |
2 files changed, 33 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index 3c1ff9c3d88d..8f4cce439f37 100644 --- a/kde-base/kmix/ChangeLog +++ b/kde-base/kmix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmix # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.147 2010/01/25 16:18:50 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.148 2010/02/09 00:21:31 alexxy Exp $ + +*kmix-4.4.0 (08 Feb 2010) + + 08 Feb 2010; Alexey Shvetsov <alexxy@gentoo.org> +kmix-4.4.0.ebuild: + Version bump to KDE SC 4.4.0 *kmix-4.3.5 (25 Jan 2010) diff --git a/kde-base/kmix/kmix-4.4.0.ebuild b/kde-base/kmix/kmix-4.4.0.ebuild new file mode 100644 index 000000000000..7725b7cdbaaa --- /dev/null +++ b/kde-base/kmix/kmix-4.4.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.4.0.ebuild,v 1.1 2010/02/09 00:21:31 alexxy Exp $ + +EAPI="2" + +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE mixer gui" +KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug +handbook pulseaudio" + +DEPEND=" + alsa? ( >=media-libs/alsa-lib-1.0.14a ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.12 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with pulseaudio PulseAudio) + $(cmake-utils_use_with alsa) + ) + + kde4-meta_src_configure +} |