diff options
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.19.ebuild | 4 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 98179ebcfe97..0ec8718a08ac 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.39 2006/10/26 16:13:08 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.40 2006/11/07 07:45:47 cardoe Exp $ + + 07 Nov 2006; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.19.ebuild, + mythvideo-0.20_p11329.ebuild: + Allow for mplayer-bin to sub in for mplayer 26 Oct 2006; Steve Dibb <beandog@gentoo.org> mythvideo-0.19.ebuild, mythvideo-0.20_p11329.ebuild: diff --git a/media-plugins/mythvideo/mythvideo-0.19.ebuild b/media-plugins/mythvideo/mythvideo-0.19.ebuild index 6d3bb63dec09..d6110e011ee2 100644 --- a/media-plugins/mythvideo/mythvideo-0.19.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.19.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.6 2006/10/26 16:13:08 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.7 2006/11/07 07:45:47 cardoe Exp $ inherit eutils mythtv-plugins @@ -12,7 +12,7 @@ RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - mplayer? ( media-video/mplayer ) + mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) ) xine? ( media-video/xine-ui )" DEPEND="${RDEPEND}" diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild index 4a0e1487b1ea..f382019263a2 100644 --- a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild,v 1.3 2006/10/26 16:13:08 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild,v 1.4 2006/11/07 07:45:47 cardoe Exp $ inherit mythtv-plugins @@ -12,7 +12,7 @@ RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - mplayer? ( media-video/mplayer ) + mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) ) xine? ( media-video/xine-ui )" DEPEND="${RDEPEND}" @@ -22,5 +22,5 @@ pkg_postinst() { einfo einfo "MythTv also has an 'Internal' player you can use, though" einfo "it will not support as many formats. If you want to use it," - einfo "set the player to 'Internal' (note spelling)." + einfo "set the player to 'Internal' (note spelling & caps)." } |