diff options
Diffstat (limited to 'kde-base/kmix')
-rw-r--r-- | kde-base/kmix/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmix/kmix-4.3.5.ebuild | 29 |
2 files changed, 35 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index cdb04d482423..3c1ff9c3d88d 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.146 2010/01/21 22:30:24 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.147 2010/01/25 16:18:50 scarabeus Exp $ + +*kmix-4.3.5 (25 Jan 2010) + + 25 Jan 2010; Tomáš Chvátal <scarabeus@gentoo.org> +kmix-4.3.5.ebuild: + Version bump 21 Jan 2010; Jonathan Callen <abcd@gentoo.org> kmix-4.3.4.ebuild: Keyword ~amd64-linux/~x86-linux diff --git a/kde-base/kmix/kmix-4.3.5.ebuild b/kde-base/kmix/kmix-4.3.5.ebuild new file mode 100644 index 000000000000..a7b7d579188b --- /dev/null +++ b/kde-base/kmix/kmix-4.3.5.ebuild @@ -0,0 +1,29 @@ +# 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.3.5.ebuild,v 1.1 2010/01/25 16:18:51 scarabeus 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}" + +PATCHES=( "${FILESDIR}"/${PN}-4.3.2-solaris.patch ) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with pulseaudio PulseAudio) + $(cmake-utils_use_with alsa) + ) + + kde4-meta_src_configure +} |