summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-02-21 22:43:01 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-02-21 22:43:01 +0000
commit58b9cbd8e5fcadba7712ed237d4d8c259bec32bb (patch)
tree836969d2b9dc254433d1470044700f77e22ba41a /media-plugins
parentRedigest for Manifest2 (diff)
downloadgentoo-2-58b9cbd8e5fcadba7712ed237d4d8c259bec32bb.tar.gz
gentoo-2-58b9cbd8e5fcadba7712ed237d4d8c259bec32bb.tar.bz2
gentoo-2-58b9cbd8e5fcadba7712ed237d4d8c259bec32bb.zip
upstream fix for title issue
(Portage version: 2.1.2-r10)
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythvideo/ChangeLog10
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20_p128246
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20_p12824.ebuild26
3 files changed, 40 insertions, 2 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 8591985400e3..62aee1f4fcfb 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.42 2006/12/24 08:07:27 cardoe Exp $
+# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.43 2007/02/21 22:43:01 cardoe Exp $
+
+*mythvideo-0.20_p12824 (21 Feb 2007)
+
+ 21 Feb 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20_p12824.ebuild:
+ upstream fix for title issue
24 Dec 2006; Doug Goldstein <cardoe@gentoo.org>
-mythvideo-0.20_p11329.ebuild, mythvideo-0.20_p11671.ebuild:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20_p12824 b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p12824
new file mode 100644
index 000000000000..d82a748a1df2
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20_p12824
@@ -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 f40bbc09f650a55d2efe1d566227044a mythplugins-0.20_svn12824.patch.bz2 21525
+RMD160 c5dfe833a485d1bee7cb6ea94c487c99fe717550 mythplugins-0.20_svn12824.patch.bz2 21525
+SHA256 864f924d471922ef6c0ad91fd3d508e84397efbb7c165f3ddea034dfe43dc336 mythplugins-0.20_svn12824.patch.bz2 21525
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p12824.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p12824.ebuild
new file mode 100644
index 000000000000..7b0b6091f984
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20_p12824.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_p12824.ebuild,v 1.1 2007/02/21 22:43:01 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)."
+}