diff options
author | 2007-08-27 14:59:21 +0000 | |
---|---|---|
committer | 2007-08-27 14:59:21 +0000 | |
commit | 2f2541359d3c08646bd8435e6a6b20c363d74e4d (patch) | |
tree | 703c1b1db4b5f4bd077ea81e016fb5b1fc657d3b /media-plugins/mythvideo | |
parent | Stable on amd64 wrt bug #145105 (diff) | |
download | gentoo-2-2f2541359d3c08646bd8435e6a6b20c363d74e4d.tar.gz gentoo-2-2f2541359d3c08646bd8435e6a6b20c363d74e4d.tar.bz2 gentoo-2-2f2541359d3c08646bd8435e6a6b20c363d74e4d.zip |
trunk bump
(Portage version: 2.1.3.7)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 9 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153 | 0 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320 (renamed from media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775) | 0 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild | 31 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild (renamed from media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild) | 2 |
5 files changed, 9 insertions, 33 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index d8152021bf17..857d6d5ac185 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,13 @@ # 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.56 2007/08/24 15:34:27 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.57 2007/08/27 14:59:21 cardoe Exp $ + +*mythvideo-0.21_pre14320 (27 Aug 2007) + + 27 Aug 2007; Doug Goldstein <cardoe@gentoo.org> + -mythvideo-0.21_pre13775.ebuild, -mythvideo-0.21_pre14153.ebuild, + +mythvideo-0.21_pre14320.ebuild: + trunk bump *mythvideo-0.20.2_p14282 (24 Aug 2007) diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153 +++ /dev/null diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320 index e69de29bb2d1..e69de29bb2d1 100644 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775 +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320 diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild deleted file mode 100644 index 481f0f3aec2d..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.21_pre14153.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.21_pre14153.ebuild,v 1.1 2007/08/07 16:38:55 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}" - -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)." -} diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild index 1c39c931c842..bbf4ccbd9849 100644 --- a/media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild @@ -1,6 +1,6 @@ # 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_pre13775.ebuild,v 1.1 2007/06/28 19:22:22 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild,v 1.1 2007/08/27 14:59:21 cardoe Exp $ inherit mythtv-plugins subversion |