diff options
author | Steve Dibb <beandog@gentoo.org> | 2007-02-01 14:34:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2007-02-01 14:34:39 +0000 |
commit | f1c33b1d44021fc3db4bbb11b2d92ab155c0bdc5 (patch) | |
tree | d7a3171f64a61732e5b57c13db481f7f889c44cb /media-video/mplayer | |
parent | Stable on sparc (diff) | |
download | gentoo-2-f1c33b1d44021fc3db4bbb11b2d92ab155c0bdc5.tar.gz gentoo-2-f1c33b1d44021fc3db4bbb11b2d92ab155c0bdc5.tar.bz2 gentoo-2-f1c33b1d44021fc3db4bbb11b2d92ab155c0bdc5.zip |
Disable ivtv video output support, bug 164748
(Portage version: 2.1.1-r2)
Diffstat (limited to 'media-video/mplayer')
-rw-r--r-- | media-video/mplayer/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc1-r1.ebuild | 5 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc1-r2.ebuild | 5 | ||||
-rw-r--r-- | media-video/mplayer/mplayer-1.0_rc1.ebuild | 5 |
4 files changed, 14 insertions, 7 deletions
diff --git a/media-video/mplayer/ChangeLog b/media-video/mplayer/ChangeLog index 153685a94b3a..d5225bb87e99 100644 --- a/media-video/mplayer/ChangeLog +++ b/media-video/mplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/mplayer # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.450 2007/01/30 15:26:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/ChangeLog,v 1.451 2007/02/01 14:34:39 beandog Exp $ + + 01 Feb 2007; Steve Dibb <beandog@gentoo.org> mplayer-1.0_rc1.ebuild, + mplayer-1.0_rc1-r1.ebuild, mplayer-1.0_rc1-r2.ebuild: + Disable ivtv video output support, bug 164748 *mplayer-1.0_rc1-r2 (30 Jan 2007) diff --git a/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild b/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild index fef45ade3737..572b41341d25 100644 --- a/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild,v 1.2 2007/01/30 15:22:24 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r1.ebuild,v 1.3 2007/02/01 14:34:39 beandog Exp $ inherit eutils flag-o-matic @@ -274,7 +274,8 @@ src_compile() { # disable PVR support # The build will break if you have media-tv/ivtv installed and # linux-headers != 2.6.18, which is currently not keyworded - myconf="${myconf} --disable-pvr" + # See also, bug 164748 + myconf="${myconf} --disable-pvr --disable-ivtv" myconf="${myconf} $(use_enable ipv6 inet6)" myconf="${myconf} $(use_enable joystick)" diff --git a/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild b/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild index 8cc42d687d44..994a6cbd0046 100644 --- a/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild,v 1.1 2007/01/30 15:26:30 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1-r2.ebuild,v 1.2 2007/02/01 14:34:39 beandog Exp $ inherit eutils flag-o-matic @@ -277,7 +277,8 @@ src_compile() { # disable PVR support # The build will break if you have media-tv/ivtv installed and # linux-headers != 2.6.18, which is currently not keyworded - myconf="${myconf} --disable-pvr" + # See also, bug 164748 + myconf="${myconf} --disable-pvr --disable-ivtv" myconf="${myconf} $(use_enable ipv6 inet6)" myconf="${myconf} $(use_enable joystick)" diff --git a/media-video/mplayer/mplayer-1.0_rc1.ebuild b/media-video/mplayer/mplayer-1.0_rc1.ebuild index ccd87469a658..9c9fe1db5ced 100644 --- a/media-video/mplayer/mplayer-1.0_rc1.ebuild +++ b/media-video/mplayer/mplayer-1.0_rc1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1.ebuild,v 1.26 2007/01/30 15:22:24 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-1.0_rc1.ebuild,v 1.27 2007/02/01 14:34:39 beandog Exp $ inherit eutils flag-o-matic @@ -271,7 +271,8 @@ src_compile() { # disable PVR support # The build will break if you have media-tv/ivtv installed and # linux-headers != 2.6.18, which is currently not keyworded - myconf="${myconf} --disable-pvr" + # See also, bug 164748 + myconf="${myconf} --disable-pvr --disable-ivtv" myconf="${myconf} $(use_enable ipv6 inet6)" myconf="${myconf} $(use_enable joystick)" |