diff options
author | 2008-01-07 20:08:45 +0000 | |
---|---|---|
committer | 2008-01-07 20:08:45 +0000 | |
commit | 1e35311b551a3128032f29294a315eeaffac9a9d (patch) | |
tree | 0ce76e58e280a09ff2825298e8f6aed299820f1b /media-plugins | |
parent | Version bump, bug#204771 (diff) | |
download | gentoo-2-1e35311b551a3128032f29294a315eeaffac9a9d.tar.gz gentoo-2-1e35311b551a3128032f29294a315eeaffac9a9d.tar.bz2 gentoo-2-1e35311b551a3128032f29294a315eeaffac9a9d.zip |
stabilize newer revision. new revision for imdb.pl fixes
(Portage version: 2.1.4_rc14)
Diffstat (limited to 'media-plugins')
4 files changed, 37 insertions, 5 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index ccecc6e12a42..5117c60d3a9b 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.62 2007/10/15 15:56:42 cardoe Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.63 2008/01/07 20:08:44 cardoe Exp $ + +*mythvideo-0.20.2_p15087 (07 Jan 2008) + + 07 Jan 2008; Doug Klima <cardoe@gentoo.org> + mythvideo-0.20.2_p14684.ebuild, +mythvideo-0.20.2_p15087.ebuild: + stabilize newer revision. new revision for imdb.pl fixes 15 Oct 2007; Doug Goldstein <cardoe@gentoo.org> -mythvideo-0.20.1_p13375.ebuild, -mythvideo-0.20.1_p14146.ebuild, diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p15087 b/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p15087 new file mode 100644 index 000000000000..e69de29bb2d1 --- /dev/null +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p15087 diff --git a/media-plugins/mythvideo/mythvideo-0.20.2_p14684.ebuild b/media-plugins/mythvideo/mythvideo-0.20.2_p14684.ebuild index a198c79ad494..1afe036bb655 100644 --- a/media-plugins/mythvideo/mythvideo-0.20.2_p14684.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.20.2_p14684.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.20.2_p14684.ebuild,v 1.1 2007/10/15 15:31:56 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20.2_p14684.ebuild,v 1.2 2008/01/07 20:08:44 cardoe Exp $ inherit mythtv-plugins subversion DESCRIPTION="Video player module for MythTV." IUSE="mplayer xine" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="amd64 ppc x86" RDEPEND="dev-perl/libwww-perl dev-perl/HTML-Parser diff --git a/media-plugins/mythvideo/mythvideo-0.20.2_p15087.ebuild b/media-plugins/mythvideo/mythvideo-0.20.2_p15087.ebuild new file mode 100644 index 000000000000..59108fae13d7 --- /dev/null +++ b/media-plugins/mythvideo/mythvideo-0.20.2_p15087.ebuild @@ -0,0 +1,26 @@ +# 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.20.2_p15087.ebuild,v 1.1 2008/01/07 20:08:44 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 )" +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)." +} |