diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2008-01-15 16:23:26 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2008-01-15 16:23:26 +0000 |
commit | d0ed2e2356acbbec2d47c85aff5b880b22d71a36 (patch) | |
tree | 9ebff96941101e63c3bff0f61971c984423479a2 /media-plugins/mythvideo | |
parent | Marking rescan-scsi-bus-1.25-r1 ppc64 for bug 205925 (diff) | |
download | gentoo-2-d0ed2e2356acbbec2d47c85aff5b880b22d71a36.tar.gz gentoo-2-d0ed2e2356acbbec2d47c85aff5b880b22d71a36.tar.bz2 gentoo-2-d0ed2e2356acbbec2d47c85aff5b880b22d71a36.zip |
update to newer trunk revision
(Portage version: 2.1.4)
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_pre14485 | 0 | ||||
-rw-r--r-- | media-plugins/mythvideo/files/digest-mythvideo-0.21_pre15448 (renamed from media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320) | 0 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild | 32 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild (renamed from media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild) | 4 |
5 files changed, 10 insertions, 35 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog index 5117c60d3a9b..c999c8be14b6 100644 --- a/media-plugins/mythvideo/ChangeLog +++ b/media-plugins/mythvideo/ChangeLog @@ -1,6 +1,13 @@ # 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.63 2008/01/07 20:08:44 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.64 2008/01/15 16:23:25 cardoe Exp $ + +*mythvideo-0.21_pre15448 (15 Jan 2008) + + 15 Jan 2008; Doug Klima <cardoe@gentoo.org> + -mythvideo-0.21_pre14320.ebuild, -mythvideo-0.21_pre14485.ebuild, + +mythvideo-0.21_pre15448.ebuild: + update to newer trunk revision *mythvideo-0.20.2_p15087 (07 Jan 2008) diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 deleted file mode 100644 index e69de29bb2d1..000000000000 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14485 +++ /dev/null diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre15448 index e69de29bb2d1..e69de29bb2d1 100644 --- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14320 +++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre15448 diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild deleted file mode 100644 index 54210f8f5377..000000000000 --- a/media-plugins/mythvideo/mythvideo-0.21_pre14485.ebuild +++ /dev/null @@ -1,32 +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_pre14485.ebuild,v 1.1 2007/09/21 17:04:46 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)." -} diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild index 6e28d669c113..347f0f8cff12 100644 --- a/media-plugins/mythvideo/mythvideo-0.21_pre14320.ebuild +++ b/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild @@ -1,6 +1,6 @@ -# 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.21_pre14320.ebuild,v 1.2 2007/08/29 19:00:17 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre15448.ebuild,v 1.1 2008/01/15 16:23:25 cardoe Exp $ inherit mythtv-plugins subversion |