diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-10-26 16:13:08 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-10-26 16:13:08 +0000 |
commit | 9a214e9d02883b10298340beb35c6b8b5ec6d2ee (patch) | |
tree | fed470c21938b1cfb467f6843fca6812dc5c246a /media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild | |
parent | add gnome-base/librsvg to DEPEND. rsvg is required for converting svg to png,... (diff) | |
download | gentoo-2-9a214e9d02883b10298340beb35c6b8b5ec6d2ee.tar.gz gentoo-2-9a214e9d02883b10298340beb35c6b8b5ec6d2ee.tar.bz2 gentoo-2-9a214e9d02883b10298340beb35c6b8b5ec6d2ee.zip |
Both mplayer and xine are optional, add einfo notes
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild')
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild | 16 |
1 files changed, 13 insertions, 3 deletions
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)." +} |