From 1bbf118fa076cdf37dd46dac4ef124b79a316cc7 Mon Sep 17 00:00:00 2001 From: Doug Goldstein Date: Fri, 20 Apr 2007 18:35:15 +0000 Subject: Adding experimental trunk ebuild (Portage version: 2.1.2.4) --- media-plugins/mythvideo/ChangeLog | 8 ++++++- .../mythvideo/files/digest-mythvideo-0.21_pre13285 | 0 .../mythvideo/mythvideo-0.21_pre13285.ebuild | 26 ++++++++++++++++++++++ 3 files changed, 33 insertions(+), 1 deletion(-) create mode 100644 media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285 create mode 100644 media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild (limited to 'media-plugins/mythvideo') diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 165a09898690..352d88dc4a25 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythvideo # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.45 2007/04/20 01:41:23 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.46 2007/04/20 18:35:15 cardoe Exp $ + +*mythvideo-0.21_pre13285 (20 Apr 2007) + + 20 Apr 2007; Doug Goldstein + +mythvideo-0.21_pre13285.ebuild: + Adding experimental trunk ebuild *mythvideo-0.20_p13239 (20 Apr 2007) diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285 new file mode 100644 index 000000000000..e69de29bb2d1 diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild new file mode 100644 index 000000000000..42272dcb7042 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild,v 1.1 2007/04/20 18:35:15 cardoe Exp $ + +inherit mythtv-plugins + +DESCRIPTION="Video player module for MythTV." +IUSE="mplayer xine" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI + dev-perl/XML-Simple + mplayer? ( || ( media-video/mplayer media-video/mplayer-bin ) ) + xine? ( media-video/xine-ui )" +DEPEND="${RDEPEND}" + +pkg_postinst() { + elog "MythVideo can use any media player to playback files, since" + elog "it's a setting in the setup menu." + elog + elog "MythTv also has an 'Internal' player you can use, though" + elog "it will not support as many formats. If you want to use it," + elog "set the player to 'Internal' (note spelling & caps)." +} -- cgit v1.2.3-65-gdbad