diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-02-01 20:37:50 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-02-01 20:37:50 +0000 |
commit | f77a588298e319cb8d58746beb40e5484482d0d1 (patch) | |
tree | 31003d0b62c7be4ba80a2a6fb9d3b2c578d04bcd /media-plugins/mythvideo | |
parent | trunk rev bump for bug #208487 (diff) | |
download | gentoo-2-f77a588298e319cb8d58746beb40e5484482d0d1.tar.gz gentoo-2-f77a588298e319cb8d58746beb40e5484482d0d1.tar.bz2 gentoo-2-f77a588298e319cb8d58746beb40e5484482d0d1.zip |
trunk rev bump for bug #208487
(Portage version: 2.1.4.1)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_pre15710.ebuild | 32 |
2 files changed, 39 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index c999c8be14b6..cc25d06b5488 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.64 2008/01/15 16:23:25 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.65 2008/02/01 20:37:50 cardoe Exp $ + +*mythvideo-0.21_pre15710 (01 Feb 2008) + + 01 Feb 2008; Doug Klima <cardoe@gentoo.org> + +mythvideo-0.21_pre15710.ebuild: + trunk rev bump for bug #208487 *mythvideo-0.21_pre15448 (15 Jan 2008) diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre15710.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre15710.ebuild new file mode 100644 index 000000000000..f989d7e2b153 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.21_pre15710.ebuild @@ -0,0 +1,32 @@ +# 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_pre15710.ebuild,v 1.1 2008/02/01 20:37:50 cardoe Exp $ + +inherit mythtv-plugins subversion + +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_unpack() { + subversion_src_unpack + mythtv-plugins_src_unpack_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 & caps)." +} |