upstream updates
authorDoug Goldstein <cardoe@gentoo.org>
Tue, 1 May 2007 21:09:34 +0000 (21:09 +0000)
committerDoug Goldstein <cardoe@gentoo.org>
Tue, 1 May 2007 21:09:34 +0000 (21:09 +0000)
Package-Manager: portage-2.1.2.5

media-plugins/mythvideo/ChangeLog
media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p13375 [new file with mode: 0644]
media-plugins/mythvideo/mythvideo-0.20.1_p13375.ebuild [new file with mode: 0644]

index a760a5578735ddebf131f5f93cf26201742f65ae..4c1c12f95307bbccfed869ac7a8c318c3423bdf0 100644 (file)
@@ -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.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:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p13375 b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p13375
new file mode 100644 (file)
index 0000000..5fcc3b4
--- /dev/null
@@ -0,0 +1,6 @@
+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
diff --git a/media-plugins/mythvideo/mythvideo-0.20.1_p13375.ebuild b/media-plugins/mythvideo/mythvideo-0.20.1_p13375.ebuild
new file mode 100644 (file)
index 0000000..cda8eff
--- /dev/null
@@ -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_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)."
+}