diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2007-08-24 00:53:56 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2007-08-24 00:53:56 +0000 |
commit | 37a3573b65b2f0eac6286e83267bb907ad9755a2 (patch) | |
tree | 7e1f219db496da2350abf6ad924b67830ca6d283 /media-plugins/mythvideo | |
parent | another MythTV 0.20.2 pre-release. fix bug #179052. switch from XvMCW to nVid... (diff) | |
download | gentoo-2-37a3573b65b2f0eac6286e83267bb907ad9755a2.tar.gz gentoo-2-37a3573b65b2f0eac6286e83267bb907ad9755a2.tar.bz2 gentoo-2-37a3573b65b2f0eac6286e83267bb907ad9755a2.zip |
upstream fixes for imdb.pl
(Portage version: 2.1.3.6)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14269 | 0 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.20.1_p14269.ebuild | 26 |
3 files changed, 33 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 43bcf131aceb..c3abde601262 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.54 2007/08/21 16:27:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.55 2007/08/24 00:53:56 cardoe Exp $ + +*mythvideo-0.20.1_p14269 (24 Aug 2007) + + 24 Aug 2007; Doug Goldstein <cardoe@gentoo.org> + +mythvideo-0.20.1_p14269.ebuild: + upstream fixes for imdb.pl *mythvideo-0.21_pre14242 (21 Aug 2007) diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14269 b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14269 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14269 diff --git a/media-plugins/mythvideo/mythvideo-0.20.1_p14269.ebuild b/media-plugins/mythvideo/mythvideo-0.20.1_p14269.ebuild new file mode 100644 index 000000000000..25827f168169 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.20.1_p14269.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.20.1_p14269.ebuild,v 1.1 2007/08/24 00:53:56 cardoe Exp $ + +inherit mythtv-plugins subversion + +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)." +} |