summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-plugins/mythvideo/mythvideo-0.19.ebuild')
-rw-r--r--media-plugins/mythvideo/mythvideo-0.19.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/media-plugins/mythvideo/mythvideo-0.19.ebuild b/media-plugins/mythvideo/mythvideo-0.19.ebuild
deleted file mode 100644
index df2922a31d58..000000000000
--- a/media-plugins/mythvideo/mythvideo-0.19.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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.19.ebuild,v 1.8 2007/03/19 14:57:25 genone Exp $
-
-inherit eutils 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}"
-
-src_unpack() {
- mythtv-plugins_src_unpack
- epatch "${FILESDIR}"/${P}-gcc41.patch
-}
-
-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)."
-}