summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Alexander <wired@gentoo.org>2009-08-04 00:44:36 +0000
committerAlex Alexander <wired@gentoo.org>2009-08-04 00:44:36 +0000
commit394d96450c29f31eb8a8d8edacc7f6ee0ed7ac8c (patch)
tree8e0947c39f6385901b7d657b1ec604e97c86630e /kde-base/kmix
parentVersion bump KDE 4.3.0 (diff)
downloadgentoo-2-394d96450c29f31eb8a8d8edacc7f6ee0ed7ac8c.tar.gz
gentoo-2-394d96450c29f31eb8a8d8edacc7f6ee0ed7ac8c.tar.bz2
gentoo-2-394d96450c29f31eb8a8d8edacc7f6ee0ed7ac8c.zip
Version bump KDE 4.3.0
(Portage version: 2.2_rc33/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.0.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index 7bc185ad4d13..22b9f90a4fe6 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.125 2009/07/12 10:39:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.126 2009/08/04 00:44:36 wired Exp $
+
+*kmix-4.3.0 (04 Aug 2009)
+
+ 04 Aug 2009; Alex Alexander <wired@gentoo.org> +kmix-4.3.0.ebuild:
+ Version bump
12 Jul 2009; Raúl Porcel <armin76@gentoo.org> kmix-3.5.10.ebuild:
alpha/ia64/sparc stable wrt #271889
diff --git a/kde-base/kmix/kmix-4.3.0.ebuild b/kde-base/kmix/kmix-4.3.0.ebuild
new file mode 100644
index 000000000000..ce3a48bf0c83
--- /dev/null
+++ b/kde-base/kmix/kmix-4.3.0.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.0.ebuild,v 1.1 2009/08/04 00:44:36 wired Exp $
+
+EAPI="2"
+
+KMNAME="kdemultimedia"
+inherit kde4-meta
+
+DESCRIPTION="KDE mixer gui"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~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
+}