diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-04-03 23:37:20 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-04-03 23:37:20 +0000 |
commit | a19001679f06021fe35658878255fca7720519a2 (patch) | |
tree | 8d7eca3fc0d387e058844d104788f70fc74c3176 /media-tv | |
parent | reverts EIT fixes since they were bad. fix more internal DVD fixes. fix glXGe... (diff) | |
download | gentoo-2-a19001679f06021fe35658878255fca7720519a2.tar.gz gentoo-2-a19001679f06021fe35658878255fca7720519a2.tar.bz2 gentoo-2-a19001679f06021fe35658878255fca7720519a2.zip |
newer trunk bump. fix bug #216102
(Portage version: 2.1.4.4)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/mythtv/mythtv-0.22_alpha16929.ebuild (renamed from media-tv/mythtv/mythtv-0.22_alpha16870.ebuild) | 10 |
2 files changed, 14 insertions, 4 deletions
diff --git a/media-tv/mythtv/ChangeLog b/media-tv/mythtv/ChangeLog index 36562304ddb2..832e5026b299 100644 --- a/media-tv/mythtv/ChangeLog +++ b/media-tv/mythtv/ChangeLog @@ -1,6 +1,12 @@ # 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.235 2008/04/03 23:33:55 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/ChangeLog,v 1.236 2008/04/03 23:37:20 cardoe Exp $ + +*mythtv-0.22_alpha16929 (03 Apr 2008) + + 03 Apr 2008; Doug Goldstein <cardoe@gentoo.org> + -mythtv-0.22_alpha16870.ebuild, +mythtv-0.22_alpha16929.ebuild: + newer trunk bump. fix bug #216102 *mythtv-0.21_p16926 (03 Apr 2008) diff --git a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild b/media-tv/mythtv/mythtv-0.22_alpha16929.ebuild index 3179771afd72..0d92351996d0 100644 --- a/media-tv/mythtv/mythtv-0.22_alpha16870.ebuild +++ b/media-tv/mythtv/mythtv-0.22_alpha16929.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.5 2008/04/01 16:50:58 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.22_alpha16929.ebuild,v 1.1 2008/04/03 23:37:20 cardoe Exp $ EAPI=1 inherit flag-o-matic multilib eutils qt4 mythtv toolchain-funcs python @@ -35,7 +35,7 @@ RDEPEND=">=media-libs/freetype-2.0 dvb? ( media-libs/libdvb media-tv/linuxtv-dvb-headers ) dvd? ( media-libs/libdvdnav ) ieee1394? ( >=sys-libs/libraw1394-1.2.0 - >=sys-libs/libavc1394-0.5.0 + >=sys-libs/libavc1394-0.5.3 >=media-libs/libiec61883-1.0.0 ) jack? ( media-sound/jack-audio-connection-kit ) lcd? ( app-misc/lcdproc ) @@ -119,6 +119,10 @@ src_compile() { use xvmc && ! use video_cards_via ! use opengl-xvmc && myconf="${myconf} --enable-xvmc --xvmc-lib=XvMCW" use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc --enable-xvmc-pro" use xvmc && use video_cards_nvidia && use opengl-xvmc && myconf="${myconf} --enable-xvmc --enable-xvmc-opengl" + # nvidia-drivers-71 don't support GLX 1.4 + use video_cards_nvidia && has_version =x11-drivers/nvidia-drivers-71* \ + && myconf="${myconf} --enable-glx-procaddrarb" + myconf="${myconf} $(use_enable dvb) $(use_enable ieee1394 firewire) @@ -191,7 +195,7 @@ src_compile() { cd channel_changers $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -std=gnu99 -o ../../6200ch \ - 6200ch/6200ch.c + 6200ch/6200ch.c \ ${LDFLAGS} -lrom1394 -lavc1394 -lraw1394 || \ die "failed to compile 6200ch" $(tc-getCC) ${CFLAGS} ${CPPFLAGS} -o ../../sa3250ch \ |