summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-11-14 06:02:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-11-14 06:02:15 +0000
commit9e7e5368524fccd726aacff7a6cd4d82387c415f (patch)
tree59075d2bbf2ad1187a6da7983e8c5c33877c8c2b /media-plugins/mythvideo
parentStable for HPPA (bug #154966). (diff)
downloadhistorical-9e7e5368524fccd726aacff7a6cd4d82387c415f.tar.gz
historical-9e7e5368524fccd726aacff7a6cd4d82387c415f.tar.bz2
historical-9e7e5368524fccd726aacff7a6cd4d82387c415f.zip
Rev bump to latest upstream fixes
Package-Manager: portage-2.1.2_rc1-r3
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20_p116716
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild26
3 files changed, 39 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 0ec8718a08ac..005d89778fae 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.40 2006/11/07 07:45:47 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.41 2006/11/14 06:02:15 cardoe Exp $
+
+*mythvideo-0.20_p11671 (14 Nov 2006)
+
+ 14 Nov 2006; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20_p11671.ebuild:
+ Rev bump to latest upstream fixes
07 Nov 2006; Doug Goldstein <cardoe@gentoo.org> mythvideo-0.19.ebuild,
mythvideo-0.20_p11329.ebuild:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671
new file mode 100644
index 000000000000..a036ff08af5c
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p11671
@@ -0,0 +1,6 @@
+MD5 aa071a34720466b7dd0c4fa63113ac26 mythplugins-0.20.tar.bz2 17852531
+RMD160 0c3c1a3c94d4feb429b88f0b7b73ea23917940f3 mythplugins-0.20.tar.bz2 17852531
+SHA256 b038e715fc322ef914055508ed1394c38b31b415f62e972f9626409a69223a43 mythplugins-0.20.tar.bz2 17852531
+MD5 d66dc1140a4a25a9001993ae61d1680e mythplugins-0.20_svn11671.patch.bz2 18044
+RMD160 77695effa943042530147dea4d2c97640a7cb344 mythplugins-0.20_svn11671.patch.bz2 18044
+SHA256 549a7a0b91e4ea1b8802d081fb59db935ef8c06942f82666a39a3cf3b95593e2 mythplugins-0.20_svn11671.patch.bz2 18044
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild
new file mode 100644
index 000000000000..f25174c56d9c
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2006 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11671.ebuild,v 1.1 2006/11/14 06:02: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() {
+ einfo "MythVideo can use any media player to playback files, since"
+ einfo "it's a setting in the setup menu."
+ einfo
+ einfo "MythTv also has an 'Internal' player you can use, though"
+ einfo "it will not support as many formats. If you want to use it,"
+ einfo "set the player to 'Internal' (note spelling & caps)."
+}