summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 15:38:59 +0000
committerTheo Chatzimichos <tampakrap@gentoo.org>2009-09-01 15:38:59 +0000
commit8b0a274ed15110ace5ad34872004d6bdaf8d213c (patch)
tree107f2d3a55d13d951ff155603700b6b930f44f18 /kde-base/kmix
parentVersion bump KDE 4.3.1 (diff)
downloadgentoo-2-8b0a274ed15110ace5ad34872004d6bdaf8d213c.tar.gz
gentoo-2-8b0a274ed15110ace5ad34872004d6bdaf8d213c.tar.bz2
gentoo-2-8b0a274ed15110ace5ad34872004d6bdaf8d213c.zip
Version bump KDE 4.3.1
(Portage version: 2.2_rc38/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.1.ebuild26
2 files changed, 32 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog
index 22b9f90a4fe6..18d43b56320f 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.126 2009/08/04 00:44:36 wired Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.127 2009/09/01 15:38:59 tampakrap Exp $
+
+*kmix-4.3.1 (01 Sep 2009)
+
+ 01 Sep 2009; Theo Chatzimichos <tampakrap@gentoo.org> +kmix-4.3.1.ebuild:
+ Version bump
*kmix-4.3.0 (04 Aug 2009)
diff --git a/kde-base/kmix/kmix-4.3.1.ebuild b/kde-base/kmix/kmix-4.3.1.ebuild
new file mode 100644
index 000000000000..b26e03cb624e
--- /dev/null
+++ b/kde-base/kmix/kmix-4.3.1.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.1.ebuild,v 1.1 2009/09/01 15:38:59 tampakrap 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
+}