summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-12-01 10:48:18 +0000
committerAlex Alexander <wired@gentoo.org>2009-12-01 10:48:18 +0000
commite823c9f0c655559daadd13b51440cb095971aa83 (patch)
tree419b2185c512e31221e606ab56ad3dfe814b8877 /kde-base/kmix
parentx86 stable, bug #295047 (diff)
downloadgentoo-2-e823c9f0c655559daadd13b51440cb095971aa83.tar.gz
gentoo-2-e823c9f0c655559daadd13b51440cb095971aa83.tar.bz2
gentoo-2-e823c9f0c655559daadd13b51440cb095971aa83.zip
Version bump KDE 4.3.4
(Portage version: 2.2_rc54/cvs/Linux x86_64, RepoMan options: --force)
Diffstat (limited to 'kde-base/kmix')
-rw-r--r--kde-base/kmix/ChangeLog7
-rw-r--r--kde-base/kmix/kmix-4.3.4.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index 749914f29286..1a318dd433eb 100644
--- a/kde-base/kmix/ChangeLog
+++ b/kde-base/kmix/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for kde-base/kmix
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.140 2009/11/30 06:53:49 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.141 2009/12/01 10:48:18 wired Exp $
+
+*kmix-4.3.4 (01 Dec 2009)
+
+ 01 Dec 2009; Alex Alexander <wired@gentoo.org> +kmix-4.3.4.ebuild:
+ Version bump
30 Nov 2009; Joseph Jezak <josejx@gentoo.org> kmix-4.3.3.ebuild:
Marked ppc/ppc64 stable for bug #292455.
diff --git a/kde-base/kmix/kmix-4.3.4.ebuild b/kde-base/kmix/kmix-4.3.4.ebuild
new file mode 100644
index 000000000000..f348f8e4b7a6
--- /dev/null
+++ b/kde-base/kmix/kmix-4.3.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.3.4.ebuild,v 1.1 2009/12/01 10:48:18 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="KDE mixer gui"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+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="${mycmakeargs}
+ $(cmake-utils_use_with pulseaudio PulseAudio)
+ $(cmake-utils_use_with alsa)"
+
+ kde4-meta_src_configure
+}