diff options
author | 2012-04-04 23:59:39 +0000 | |
---|---|---|
committer | 2012-04-04 23:59:39 +0000 | |
commit | d34b4abc70bfb74a17803e288bf5acf0cd082651 (patch) | |
tree | 3be40efe9d90423803ae408fa66f71a379eab4f2 /kde-base/kmix | |
parent | dev-libs/uriparser: 0.7.7 (diff) | |
download | historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.tar.gz historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.tar.bz2 historical-d34b4abc70bfb74a17803e288bf5acf0cd082651.zip |
Version bump KDE SC 4.8.2
Package-Manager: portage-2.2.0_alpha98/cvs/Linux i686
Diffstat (limited to 'kde-base/kmix')
-rw-r--r-- | kde-base/kmix/ChangeLog | 7 | ||||
-rw-r--r-- | kde-base/kmix/kmix-4.8.2.ebuild | 28 |
2 files changed, 34 insertions, 1 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index 5adbfe1a4ebb..3c1aa618112f 100644 --- a/kde-base/kmix/ChangeLog +++ b/kde-base/kmix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmix # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.208 2012/04/04 18:26:28 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.209 2012/04/04 23:59:02 johu Exp $ + +*kmix-4.8.2 (04 Apr 2012) + + 04 Apr 2012; Johannes Huber <johu@gentoo.org> +kmix-4.8.2.ebuild: + Version bump KDE SC 4.8.2 04 Apr 2012; Agostino Sarubbo <ago@gentoo.org> kmix-4.8.1.ebuild: Stable for amd64, wrt bug #409403 diff --git a/kde-base/kmix/kmix-4.8.2.ebuild b/kde-base/kmix/kmix-4.8.2.ebuild new file mode 100644 index 000000000000..8abdcd30407a --- /dev/null +++ b/kde-base/kmix/kmix-4.8.2.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-4.8.2.ebuild,v 1.1 2012/04/04 23:59:02 johu Exp $ + +EAPI=4 + +KDE_HANDBOOK="optional" +KMNAME="kdemultimedia" +inherit kde4-meta + +DESCRIPTION="KDE mixer gui" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug 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 +} |