summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2005-09-06 15:02:07 +0000
committerDoug Goldstein <cardoe@gentoo.org>2005-09-06 15:02:07 +0000
commit93948811ac3449a479542fbebe6570900da69bcc (patch)
treec69c8aea7dba9a93ca17ab97a86206fb65b8c89f /media-tv/mythtv
parentApply bugfixes from upstream, bail out if no ieee80211 kernel module is found. (diff)
downloadgentoo-2-93948811ac3449a479542fbebe6570900da69bcc.tar.gz
gentoo-2-93948811ac3449a479542fbebe6570900da69bcc.tar.bz2
gentoo-2-93948811ac3449a479542fbebe6570900da69bcc.zip
oggvorbis USE to vorbis USE, bug #94254
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'media-tv/mythtv')
-rw-r--r--media-tv/mythtv/ChangeLog6
-rw-r--r--media-tv/mythtv/mythtv-0.18.1-r1.ebuild8
-rw-r--r--media-tv/mythtv/mythtv-0.18.1-r2.ebuild8
3 files changed, 13 insertions, 9 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog
index 702349562449..ee4e0bccdf19 100644
--- a/media-tv/mythtv/ChangeLog
+++ b/media-tv/mythtv/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-tv/mythtv
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.76 2005/08/12 07:22:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.77 2005/09/06 15:02:07 cardoe Exp $
+
+ 06 Sep 2005; Doug Goldstein <cardoe@gentoo.org> mythtv-0.18.1-r1.ebuild,
+ mythtv-0.18.1-r2.ebuild:
+ oggvorbis USE to vorbis USE, bug #94254
12 Aug 2005; Doug Goldstein <cardoe@gentoo.org>
+files/mythtv-0.18.1-cc-on-mute.patch, mythtv-0.18.1-r2.ebuild:
diff --git a/media-tv/mythtv/mythtv-0.18.1-r1.ebuild b/media-tv/mythtv/mythtv-0.18.1-r1.ebuild
index 6fc728b04fb2..4cd7eec1e1dc 100644
--- a/media-tv/mythtv/mythtv-0.18.1-r1.ebuild
+++ b/media-tv/mythtv/mythtv-0.18.1-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r1.ebuild,v 1.10 2005/07/28 14:23:31 caleb Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r1.ebuild,v 1.11 2005/09/06 15:02:07 cardoe Exp $
inherit flag-o-matic eutils debug
@@ -11,7 +11,7 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
-IUSE="alsa altivec arts debug dvb frontendonly jack joystick lcd lirc mmx nvidia oggvorbis opengl oss unichrome"
+IUSE="alsa altivec arts debug dvb frontendonly jack joystick lcd lirc mmx nvidia vorbis opengl oss unichrome"
DEPEND=">=media-libs/freetype-2.0
>=media-sound/lame-3.93.1
@@ -25,7 +25,7 @@ DEPEND=">=media-libs/freetype-2.0
lcd? ( app-misc/lcdproc )
lirc? ( app-misc/lirc )
nvidia? ( media-video/nvidia-glx )
- oggvorbis? ( media-libs/libvorbis )
+ vorbis? ( media-libs/libvorbis )
opengl? ( virtual/opengl )
|| ( >=net-misc/wget-1.9.1 >=media-tv/xmltv-0.5.34 )
!x11-base/xfree
@@ -97,7 +97,7 @@ src_compile() {
$(use_enable dvb dvb-eit)
--dvb-path=/usr/include
$(use_enable opengl opengl-vsync)
- $(use_enable oggvorbis vorbis)
+ $(use_enable vorbis vorbis)
$(use_enable nvidia xvmc)
--enable-xv
--disable-firewire
diff --git a/media-tv/mythtv/mythtv-0.18.1-r2.ebuild b/media-tv/mythtv/mythtv-0.18.1-r2.ebuild
index 5ad85d6eefa2..b9bd8d66fcfd 100644
--- a/media-tv/mythtv/mythtv-0.18.1-r2.ebuild
+++ b/media-tv/mythtv/mythtv-0.18.1-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r2.ebuild,v 1.9 2005/08/12 07:22:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.18.1-r2.ebuild,v 1.10 2005/09/06 15:02:07 cardoe Exp $
inherit flag-o-matic eutils debug
@@ -11,7 +11,7 @@ SRC_URI="http://www.mythtv.org/mc/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="alsa altivec arts debug dvb frontendonly ieee1394 jack joystick lcd lirc mmx nvidia oggvorbis opengl oss unichrome"
+IUSE="alsa altivec arts debug dvb frontendonly ieee1394 jack joystick lcd lirc mmx nvidia vorbis opengl oss unichrome"
DEPEND=">=media-libs/freetype-2.0
>=media-sound/lame-3.93.1
@@ -25,7 +25,7 @@ DEPEND=">=media-libs/freetype-2.0
lcd? ( app-misc/lcdproc )
lirc? ( app-misc/lirc )
nvidia? ( media-video/nvidia-glx )
- oggvorbis? ( media-libs/libvorbis )
+ vorbis? ( media-libs/libvorbis )
opengl? ( virtual/opengl )
ieee1394? ( >=sys-libs/libraw1394-1.2.0
sys-libs/libavc1394
@@ -103,7 +103,7 @@ src_compile() {
$(use_enable dvb dvb-eit)
--dvb-path=/usr/include
$(use_enable opengl opengl-vsync)
- $(use_enable oggvorbis vorbis)
+ $(use_enable vorbis vorbis)
$(use_enable nvidia xvmc)
--enable-xv
$(use_enable ieee1394 firewire)