summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2009-01-10 13:07:40 +0000
committerSteve Dibb <beandog@gentoo.org>2009-01-10 13:07:40 +0000
commit835d2e2997267efad98074d69c0722139f216e68 (patch)
tree1a4f63f6dc9184241e2cc40f0ae942af0b5245f5 /media-plugins/mythmusic
parentAdding Jython 2.0, 2.1 License. (diff)
downloadgentoo-2-835d2e2997267efad98074d69c0722139f216e68.tar.gz
gentoo-2-835d2e2997267efad98074d69c0722139f216e68.tar.bz2
gentoo-2-835d2e2997267efad98074d69c0722139f216e68.zip
Drop aac support, bug 219193
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo x86_64)
Diffstat (limited to 'media-plugins/mythmusic')
-rw-r--r--media-plugins/mythmusic/ChangeLog10
-rw-r--r--media-plugins/mythmusic/mythmusic-0.21_p17015-r1.ebuild (renamed from media-plugins/mythmusic/mythmusic-0.21_p17015.ebuild)9
2 files changed, 12 insertions, 7 deletions
diff --git a/media-plugins/mythmusic/ChangeLog b/media-plugins/mythmusic/ChangeLog
index 54abd1618fe7..87e972fa849e 100644
--- a/media-plugins/mythmusic/ChangeLog
+++ b/media-plugins/mythmusic/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythmusic
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.80 2008/12/23 17:24:38 maekke Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/ChangeLog,v 1.81 2009/01/10 13:07:40 beandog Exp $
+
+*mythmusic-0.21_p17015-r1 (10 Jan 2009)
+
+ 10 Jan 2009; Steve Dibb <beandog@gentoo.org>
+ -mythmusic-0.21_p17015.ebuild, +mythmusic-0.21_p17015-r1.ebuild:
+ Drop aac support, bug 219193
23 Dec 2008; Markus Meier <maekke@gentoo.org>
mythmusic-0.21_p17821.ebuild:
diff --git a/media-plugins/mythmusic/mythmusic-0.21_p17015.ebuild b/media-plugins/mythmusic/mythmusic-0.21_p17015-r1.ebuild
index c4ca0c3137e8..901e11db04f0 100644
--- a/media-plugins/mythmusic/mythmusic-0.21_p17015.ebuild
+++ b/media-plugins/mythmusic/mythmusic-0.21_p17015-r1.ebuild
@@ -1,11 +1,11 @@
-# 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/media-plugins/mythmusic/mythmusic-0.21_p17015.ebuild,v 1.1 2008/04/23 18:15:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythmusic/mythmusic-0.21_p17015-r1.ebuild,v 1.1 2009/01/10 13:07:40 beandog Exp $
inherit mythtv-plugins flag-o-matic toolchain-funcs eutils subversion
DESCRIPTION="Music player module for MythTV."
-IUSE="aac cdr fftw libvisual opengl sdl"
+IUSE="cdr fftw libvisual opengl sdl"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND=">=media-sound/cdparanoia-3.9.8
@@ -14,7 +14,6 @@ RDEPEND=">=media-sound/cdparanoia-3.9.8
>=media-libs/libcdaudio-0.99.6
>=media-libs/flac-1.1.2
>=media-libs/taglib-1.4
- aac? ( >=media-libs/faad2-2.0-r7 )
fftw? ( sci-libs/fftw )
opengl? ( virtual/opengl )
sdl? ( >=media-libs/libsdl-1.2.5 )
@@ -30,5 +29,5 @@ pkg_config() {
fi
}
-MTVCONF="$(use_enable aac) $(use_enable fftw) $(use_enable sdl) \
+MTVCONF="--disable-aac $(use_enable fftw) $(use_enable sdl) \
$(use_enable opengl)"