summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-04-20 18:35:15 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-04-20 18:35:15 +0000
commit1bbf118fa076cdf37dd46dac4ef124b79a316cc7 (patch)
tree98099c622b53124e6ffb0c2eadad0fef1a6a1495 /media-plugins/mythvideo
parentnet-libs/libpcap: Remove is_crosscompile function (diff)
downloadgentoo-2-1bbf118fa076cdf37dd46dac4ef124b79a316cc7.tar.gz
gentoo-2-1bbf118fa076cdf37dd46dac4ef124b79a316cc7.tar.bz2
gentoo-2-1bbf118fa076cdf37dd46dac4ef124b79a316cc7.zip
Adding experimental trunk ebuild
(Portage version: 2.1.2.4)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.21_pre132850
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild26
3 files changed, 33 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 165a09898690..352d88dc4a25 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.45 2007/04/20 01:41:23 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.46 2007/04/20 18:35:15 cardoe Exp $
+
+*mythvideo-0.21_pre13285 (20 Apr 2007)
+
+ 20 Apr 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.21_pre13285.ebuild:
+ Adding experimental trunk ebuild
*mythvideo-0.20_p13239 (20 Apr 2007)
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285
diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild
new file mode 100644
index 000000000000..42272dcb7042
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.21_pre13285.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.21_pre13285.ebuild,v 1.1 2007/04/20 18:35: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() {
+ 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)."
+}