# 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.48 2007/04/30 02:06:04 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.49 2007/05/01 21:09:34 cardoe Exp $
+
+*mythvideo-0.20.1_p13375 (01 May 2007)
+
+ 01 May 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20.1_p13375.ebuild:
+ upstream updates
30 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
mythvideo-0.20_p13239.ebuild:
--- /dev/null
+MD5 e03aedc6a1dc2f9d28d599195d75d6fc mythplugins-0.20.1.tar.bz2 17425315
+RMD160 2cb935dd1af8142654dd41260e640db5bb4464ef mythplugins-0.20.1.tar.bz2 17425315
+SHA256 7a850fa22e831a3b33fd4715ba34bdc6e99c2f5a404dbb3414b99222bb075f04 mythplugins-0.20.1.tar.bz2 17425315
+MD5 b7c0f3c6cf766b63bfee7089813027c4 mythplugins-0.20.1_svn13375.patch.bz2 2131
+RMD160 f0ef72d8eec90e8f7dfd12a9474dfc6173d794ac mythplugins-0.20.1_svn13375.patch.bz2 2131
+SHA256 007f86e6cd0fcc400abf41fcb53f0ef4bba32e9f42b3a60c06e5472ed161dfc9 mythplugins-0.20.1_svn13375.patch.bz2 2131
--- /dev/null
+# 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_p13375.ebuild,v 1.1 2007/05/01 21:09:34 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)."
+}