diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-31 17:14:45 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-10-31 17:14:45 +0000 |
commit | e7a59ee889db974a46909745baf69ef43e08b59e (patch) | |
tree | 68fba9965b47d6013a2723c892b932b4bddc73d3 /media-tv/ivtvplayer | |
parent | Rename USE="v4l2" to USE="v4l" while removing support for video4linux 1.x wrt... (diff) | |
download | gentoo-2-e7a59ee889db974a46909745baf69ef43e08b59e.tar.gz gentoo-2-e7a59ee889db974a46909745baf69ef43e08b59e.tar.bz2 gentoo-2-e7a59ee889db974a46909745baf69ef43e08b59e.zip |
Fix media-video/mplayer USE depend from "v4l2" to "v4l" wrt #385241
(Portage version: 2.2.0_alpha71_p73/cvs/Linux x86_64)
Diffstat (limited to 'media-tv/ivtvplayer')
-rw-r--r-- | media-tv/ivtvplayer/ChangeLog | 8 | ||||
-rw-r--r-- | media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/media-tv/ivtvplayer/ChangeLog b/media-tv/ivtvplayer/ChangeLog index d70b9c34b428..c4da2ea4a88a 100644 --- a/media-tv/ivtvplayer/ChangeLog +++ b/media-tv/ivtvplayer/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-tv/ivtvplayer -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ChangeLog,v 1.2 2009/01/10 13:00:16 beandog Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ChangeLog,v 1.3 2011/10/31 17:14:45 ssuominen Exp $ + + 31 Oct 2011; Samuli Suominen <ssuominen@gentoo.org> + ivtvplayer-0.1.3-r1.ebuild: + Fix media-video/mplayer USE depend from "v4l2" to "v4l" wrt #385241 *ivtvplayer-0.1.3-r1 (10 Jan 2009) diff --git a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild index 39c18ea1a2cc..091f0a5a822e 100644 --- a/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild +++ b/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild,v 1.2 2010/10/23 15:09:21 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/ivtvplayer/ivtvplayer-0.1.3-r1.ebuild,v 1.3 2011/10/31 17:14:45 ssuominen Exp $ EAPI="2" @@ -14,7 +14,7 @@ LICENSE="GPL-2" KEYWORDS="~amd64" IUSE="gtk xosd" RDEPEND="|| ( media-tv/ivtv media-tv/v4l-utils ) - || ( media-video/mplayer[v4l2] + || ( media-video/mplayer[v4l] media-video/mplayer[dvb] ) media-sound/alsa-utils dev-perl/XML-Simple |