summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2008-04-23 18:19:09 +0000
committerDoug Goldstein <cardoe@gentoo.org>2008-04-23 18:19:09 +0000
commit3f7b99b39054a9efb14382c8d6674ce4255169d4 (patch)
tree3e0e1c289eecd57095c567a5eff78acede92b3db /media-plugins/mythvideo
parentInitial import (diff)
downloadhistorical-3f7b99b39054a9efb14382c8d6674ce4255169d4.tar.gz
historical-3f7b99b39054a9efb14382c8d6674ce4255169d4.tar.bz2
historical-3f7b99b39054a9efb14382c8d6674ce4255169d4.zip
bump to newer upstream revision
Package-Manager: portage-2.1.5_rc6
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_p17105.ebuild33
2 files changed, 40 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 7becb9225cef..ace2398ea7e7 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.69 2008/04/04 19:59:35 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.70 2008/04/23 18:18:14 cardoe Exp $
+
+*mythvideo-0.21_p17105 (23 Apr 2008)
+
+ 23 Apr 2008; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.21_p17105.ebuild:
+ bump to newer upstream revision
04 Apr 2008; Doug Goldstein <cardoe@gentoo.org> +files/mtd.init.d,
mythvideo-0.21_p16468.ebuild:
diff --git a/media-plugins/mythvideo/mythvideo-0.21_p17105.ebuild b/media-plugins/mythvideo/mythvideo-0.21_p17105.ebuild
new file mode 100644
index 000000000000..89d002fd3823
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.21_p17105.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_p17105.ebuild,v 1.1 2008/04/23 18:18:14 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 )
+ sys-apps/eject"
+DEPEND="${RDEPEND}"
+
+src_install() {
+ mythtv-plugins_src_install
+
+ newinitd "${FILESDIR}"/mtd.init.d mtd
+}
+
+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)."
+}