diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 16:37:52 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-01 16:37:52 +0000 |
commit | 810181d5bcf28476c34c07464522fea6f0e15ca5 (patch) | |
tree | a9502f332036d141cdfa99637cf7d53687c43bb9 /media-tv | |
parent | Move mips profiles to development, since it is now an experimental arch. (diff) | |
download | gentoo-2-810181d5bcf28476c34c07464522fea6f0e15ca5.tar.gz gentoo-2-810181d5bcf28476c34c07464522fea6f0e15ca5.tar.bz2 gentoo-2-810181d5bcf28476c34c07464522fea6f0e15ca5.zip |
remove USE=aac since it uses ffmpeg's built in support now instead of libfaad2
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 7 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_alpha16870.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index c3efa89ef54b..4713f7fc9997 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for media-tv/mythtv # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.230 2008/04/01 04:02:38 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.231 2008/04/01 16:37:52 cardoe Exp $ + + 01 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + mythtv-0.22_alpha16870.ebuild: + remove USE=aac since it uses ffmpeg's built in support now instead of + libfaad2 *mythtv-0.22_alpha16870 (01 Apr 2008) diff --git a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild b/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild index 57d4d3803b23..44ec48e1ca5b 100644 --- a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild +++ b/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.2 2008/04/01 13:28:16 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild,v 1.3 2008/04/01 16:37:52 cardoe Exp $ EAPI=1 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" IUSE_VIDEO_CARDS="video_cards_nvidia video_cards_via" -IUSE="aac alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \ +IUSE="alsa altivec autostart dbox2 debug directv dvb dvd hdhomerun \ ieee1394 iptv ivtv jack joystick lcd lirc mmx opengl opengl-video opengl-xvmc perl python vorbis xvmc ${IUSE_VIDEO_CARDS}" @@ -27,7 +27,6 @@ RDEPEND=">=media-libs/freetype-2.0 virtual/opengl virtual/glu || ( >=net-misc/wget-1.9.1 >=media-tv/xmltv-0.5.43 ) - aac? ( media-libs/faad2 ) alsa? ( >=media-libs/alsa-lib-0.9 ) autostart? ( net-dialup/mingetty x11-wm/evilwm @@ -114,7 +113,6 @@ src_compile() { local myconf="--prefix=/usr --mandir=/usr/share/man --libdir-name=$(get_libdir)" - use aac && myconf="${myconf} --enable-libfaad2" use alsa || myconf="${myconf} --disable-audio-alsa" use altivec || myconf="${myconf} --disable-altivec" use dbox2 || myconf="${myconf} --disable-dbox2" |