summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-05-01 21:09:34 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-05-01 21:09:34 +0000
commitd83400f05bf58e84c0c753f01d2fa2e3bbb26107 (patch)
tree5e79193e612d9ac3d2f7d0ca11ae27d93e5b6cdc /media-plugins/mythvideo
parentAdd eject button after RipCD (diff)
downloadgentoo-2-d83400f05bf58e84c0c753f01d2fa2e3bbb26107.tar.gz
gentoo-2-d83400f05bf58e84c0c753f01d2fa2e3bbb26107.tar.bz2
gentoo-2-d83400f05bf58e84c0c753f01d2fa2e3bbb26107.zip
upstream updates
(Portage version: 2.1.2.5)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p133756
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20.1_p13375.ebuild26
3 files changed, 39 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index a760a5578735..4c1c12f95307 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.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
index 000000000000..5fcc3b4503a7
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p13375
@@ -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
index 000000000000..cda8efff1cfe
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20.1_p13375.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_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)."
+}