From 9a214e9d02883b10298340beb35c6b8b5ec6d2ee Mon Sep 17 00:00:00 2001 From: Steve Dibb Date: Thu, 26 Oct 2006 16:13:08 +0000 Subject: Both mplayer and xine are optional, add einfo notes (Portage version: 2.1.1-r1) --- media-plugins/mythvideo/ChangeLog | 6 +++++- media-plugins/mythvideo/mythvideo-0.19.ebuild | 16 +++++++++++++--- media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild | 16 +++++++++++++--- 3 files changed, 31 insertions(+), 7 deletions(-) (limited to 'media-plugins/mythvideo') diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index a06d6e851cd7..98179ebcfe97 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.38 2006/10/06 02:37:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.39 2006/10/26 16:13:08 beandog Exp $ + + 26 Oct 2006; Steve Dibb mythvideo-0.19.ebuild, + mythvideo-0.20_p11329.ebuild: + Both mplayer and xine are optional, add einfo notes 06 Oct 2006; Doug Goldstein -mythvideo-0.20.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 ef5cf28aa1d9..6d3bb63dec09 100644 --- a/media-plugins/mythvideo/mythvideo-0.19.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.19.ebuild @@ -1,21 +1,31 @@ # 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.5 2006/09/14 05:38:04 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.19.ebuild,v 1.6 2006/10/26 16:13:08 beandog Exp $ inherit eutils mythtv-plugins DESCRIPTION="Video player module for MythTV." -IUSE="" +IUSE="mplayer xine" KEYWORDS="~amd64 ppc ~x86" RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - media-video/mplayer" + mplayer? ( media-video/mplayer ) + xine? ( media-video/xine-ui )" DEPEND="${RDEPEND}" src_unpack() { mythtv-plugins_src_unpack epatch "${FILESDIR}"/${P}-gcc41.patch } + +pkg_postinst() { + einfo "MythVideo can use any media player to playback files, since" + einfo "it's a setting in the setup menu." + 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)." +} diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild index ee8ecc137ff4..4a0e1487b1ea 100644 --- a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild @@ -1,16 +1,26 @@ # 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.2 2006/10/06 02:37:31 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild,v 1.3 2006/10/26 16:13:08 beandog Exp $ inherit mythtv-plugins DESCRIPTION="Video player module for MythTV." -IUSE="" +IUSE="mplayer xine" KEYWORDS="~amd64 ~ppc ~x86" RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser dev-perl/URI dev-perl/XML-Simple - || ( media-video/mplayer media-video/xine-ui )" + mplayer? ( media-video/mplayer ) + xine? ( media-video/xine-ui )" DEPEND="${RDEPEND}" + +pkg_postinst() { + einfo "MythVideo can use any media player to playback files, since" + einfo "it's a setting in the setup menu." + 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)." +} -- cgit v1.2.3-65-gdbad