summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2009-10-17 10:13:32 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2009-10-17 10:13:32 +0000
commit13b4cedd10ff86bb31c7a45271dffe604dc96d6a (patch)
treeb13207cac35e747d371b68d6fbce3d04cd3f88da /gnustep-apps
parentRemove libmpcdec (SV7) support. Replaced by musepack-tools (SV7 and SV8) supp... (diff)
downloadgentoo-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')
-rw-r--r--gnustep-apps/cynthiune/ChangeLog6
-rw-r--r--gnustep-apps/cynthiune/cynthiune-0.9.5-r1.ebuild11
2 files changed, 10 insertions, 7 deletions
diff --git a/gnustep-apps/cynthiune/ChangeLog b/gnustep-apps/cynthiune/ChangeLog
index 284649069630..cde74864387c 100644
--- a/gnustep-apps/cynthiune/ChangeLog
+++ b/gnustep-apps/cynthiune/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for gnustep-apps/cynthiune
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.23 2009/09/25 11:16:54 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnustep-apps/cynthiune/ChangeLog,v 1.24 2009/10/17 10:13:32 ssuominen Exp $
+
+ 17 Oct 2009; Samuli Suominen <ssuominen@gentoo.org>
+ cynthiune-0.9.5-r1.ebuild:
+ Remove libmpcdec (SV7) support.
25 Sep 2009; Markus Meier <maekke@gentoo.org> cynthiune-0.9.5-r4.ebuild:
amd64 stable, bug #281600
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"