diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 20:50:49 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-16 20:50:49 +0000 |
commit | 7188e5b06867a7bfb16f1adaaffc6c2319903ec6 (patch) | |
tree | 1992a00222e0f124c741e000400cc6605750c1cf /kde-base/kmix | |
parent | Bump to 3.5.6 (prerelease). (diff) | |
download | gentoo-2-7188e5b06867a7bfb16f1adaaffc6c2319903ec6.tar.gz gentoo-2-7188e5b06867a7bfb16f1adaaffc6c2319903ec6.tar.bz2 gentoo-2-7188e5b06867a7bfb16f1adaaffc6c2319903ec6.zip |
Bump to 3.5.6 (prerelease).
(Portage version: 2.1.2)
Diffstat (limited to 'kde-base/kmix')
-rw-r--r-- | kde-base/kmix/ChangeLog | 9 | ||||
-rw-r--r-- | kde-base/kmix/files/digest-kmix-3.5.6 | 3 | ||||
-rw-r--r-- | kde-base/kmix/kmix-3.5.6.ebuild | 22 |
3 files changed, 32 insertions, 2 deletions
diff --git a/kde-base/kmix/ChangeLog b/kde-base/kmix/ChangeLog index ae210217d231..f37cca8870f8 100644 --- a/kde-base/kmix/ChangeLog +++ b/kde-base/kmix/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for kde-base/kmix -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.61 2006/12/11 13:02:16 kloeri Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/ChangeLog,v 1.62 2007/01/16 20:50:49 flameeyes Exp $ + +*kmix-3.5.6 (16 Jan 2007) + + 16 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> +kmix-3.5.6.ebuild: + Bump to 3.5.6 (prerelease). 11 Dec 2006; <kloeri@gentoo.org> kmix-3.5.5.ebuild: Stable on ia64. diff --git a/kde-base/kmix/files/digest-kmix-3.5.6 b/kde-base/kmix/files/digest-kmix-3.5.6 new file mode 100644 index 000000000000..189f4e8bd94c --- /dev/null +++ b/kde-base/kmix/files/digest-kmix-3.5.6 @@ -0,0 +1,3 @@ +MD5 57c50bfcb0147324a1af02ebcc103376 kdemultimedia-3.5.6.tar.bz2 6291692 +RMD160 7411019e2765f740ad0f3fd592e74f62e04b8387 kdemultimedia-3.5.6.tar.bz2 6291692 +SHA256 1a08f71c73cacb1da1d2269d0376193c23de727235a255866f869caeea300719 kdemultimedia-3.5.6.tar.bz2 6291692 diff --git a/kde-base/kmix/kmix-3.5.6.ebuild b/kde-base/kmix/kmix-3.5.6.ebuild new file mode 100644 index 000000000000..913aca137a52 --- /dev/null +++ b/kde-base/kmix/kmix-3.5.6.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kmix/kmix-3.5.6.ebuild,v 1.1 2007/01/16 20:50:49 flameeyes Exp $ + +KMNAME=kdemultimedia +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta eutils + +DESCRIPTION="aRts mixer gui" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="alsa" +DEPEND="alsa? ( media-libs/alsa-lib )" +RDEPEND="${DEPEND}" +KMEXTRACTONLY="kscd/configure.in.in" + +src_compile() { + # alsa 0.9 not supported + use alsa && myconf="$myconf --with-alsa --with-arts-alsa" || myconf="$myconf --without-alsa --disable-alsa" + + kde-meta_src_compile +} |