diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-17 10:13:32 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-17 10:13:32 +0000 |
commit | 13b4cedd10ff86bb31c7a45271dffe604dc96d6a (patch) | |
tree | b13207cac35e747d371b68d6fbce3d04cd3f88da /gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild | |
parent | Remove libmpcdec (SV7) support. Replaced by musepack-tools (SV7 and SV8) supp... (diff) | |
download | gentoo-2-13b4cedd10ff86bb31c7a45271dffe604dc96d6a.tar.gz gentoo-2-13b4cedd10ff86bb31c7a45271dffe604dc96d6a.tar.bz2 gentoo-2-13b4cedd10ff86bb31c7a45271dffe604dc96d6a.zip |
Remove libmpcdec (SV7) support.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild')
-rw-r--r-- | gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild index 663a0cdd205d..1181f3701bdc 100644 --- a/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild +++ b/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.10 2008/07/21 08:25:11 voyageur Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild,v 1.11 2009/10/17 10:13:32 ssuominen Exp $ inherit gnustep-2 @@ -10,9 +10,9 @@ DESCRIPTION="Free software and romantic music player for GNUstep." HOMEPAGE="http://organact.mine.nu/~wolfgang/cynthiune" SRC_URI="http://organact.mine.nu/~wolfgang/cynthiune/${P/c/C}.tar.gz" -IUSE="arts esd flac mad modplug musepack timidity vorbis" +IUSE="arts esd flac mad modplug timidity vorbis" -KEYWORDS="amd64 ppc x86" +KEYWORDS="ppc" LICENSE="GPL-2" SLOT="0" @@ -23,7 +23,6 @@ RDEPEND="media-libs/audiofile flac? ( media-libs/flac ) mad? ( media-libs/libid3tag media-libs/libmad ) - musepack? ( media-libs/libmpcdec ) modplug? ( media-libs/libmodplug ) timidity? ( media-sound/timidity++ ) vorbis? ( >=media-libs/libogg-1.1.2 @@ -51,7 +50,7 @@ cynthiune_get_config() { use flac || myconf="${myconf} disable-flac=yes disable-flactags=yes" use mad || myconf="${myconf} disable-mp3=yes disable-id3tag=yes" use modplug || myconf="${myconf} disable-mod=yes" - use musepack || myconf="${myconf} disable-musepack=yes" + myconf="${myconf} disable-musepack=yes" use timidity || myconf="${myconf} disable-timidity=yes" use vorbis || myconf="${myconf} disable-ogg=yes disable-vorbistags=yes" |