diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 04:45:23 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2009-11-08 04:45:23 +0000 |
commit | d9eddfc7a1fe710b34af77b28d73f753b1079416 (patch) | |
tree | 882c3b7a657b227f5ba3ad8404dc087f4cecf15b /media-plugins/mythvideo | |
parent | stabilize newer version. remove old version. (diff) | |
download | gentoo-2-d9eddfc7a1fe710b34af77b28d73f753b1079416.tar.gz gentoo-2-d9eddfc7a1fe710b34af77b28d73f753b1079416.tar.bz2 gentoo-2-d9eddfc7a1fe710b34af77b28d73f753b1079416.zip |
add 0.22 final version
(Portage version: 2.1.7.3/cvs/Linux x86_64)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild | 36 |
2 files changed, 43 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 8f1ed24e0b9d..d404d2f1b283 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for media-plugins/mythvideo # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.76 2009/11/08 04:43:50 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.77 2009/11/08 04:45:23 cardoe Exp $ + +*mythvideo-0.22_p22763 (08 Nov 2009) + + 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> + +mythvideo-0.22_p22763.ebuild: + add 0.22 final version 08 Nov 2009; Doug Goldstein <cardoe@gentoo.org> -mythvideo-0.21_p17595.ebuild, mythvideo-0.21_p20563.ebuild: diff --git a/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild b/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild new file mode 100644 index 000000000000..b0c6f9ecd114 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.22_p22763.ebuild,v 1.1 2009/11/08 04:45:23 cardoe Exp $ + +EAPI=2 + +inherit qt4 mythtv-plugins + +DESCRIPTION="Video player module for MythTV." +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86" + +RDEPEND="dev-perl/libwww-perl + dev-perl/HTML-Parser + dev-perl/URI + dev-perl/XML-Simple + sys-apps/eject" +DEPEND="" + +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, which will" + elog "be the default for new installs. If you want to use it," + elog "set the player to 'Internal' (note spelling & caps)." + elog + elog "Otherwise, you can install mplayer, xine or any other video" + elog "player and use that instead by configuring the player to use." +} |