summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:38:55 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:38:55 +0000
commit4c033899752b51d6cde3654983d0cd69b239ca12 (patch)
tree9336435038bcfd4afc2fc8614a9246a414ef5330 /media-plugins/mythvideo
parentVersion bump (#187986). Add ~amd64 keyword. (diff)
downloadgentoo-2-4c033899752b51d6cde3654983d0cd69b239ca12.tar.gz
gentoo-2-4c033899752b51d6cde3654983d0cd69b239ca12.tar.bz2
gentoo-2-4c033899752b51d6cde3654983d0cd69b239ca12.zip
upstream fixes. new subversion builds.
(Portage version: 2.1.3.3)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog9
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p141460
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.21_pre141530
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20.1_p14146.ebuild26
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild31
5 files changed, 65 insertions, 1 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index 835059f41444..69c3be4c2c89 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.52 2007/06/28 19:25:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.53 2007/08/07 16:38:55 cardoe Exp $
+
+*mythvideo-0.21_pre14153 (07 Aug 2007)
+*mythvideo-0.20.1_p14146 (07 Aug 2007)
+
+ 07 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20.1_p14146.ebuild, +mythvideo-0.21_pre14153.ebuild:
+ upstream fixes. new subversion builds.
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythvideo-0.20_p13239.ebuild:
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14146 b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14146
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20.1_p14146
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre14153
diff --git a/media-plugins/mythvideo/mythvideo-0.20.1_p14146.ebuild b/media-plugins/mythvideo/mythvideo-0.20.1_p14146.ebuild
new file mode 100644
index 000000000000..4abacd3f048a
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20.1_p14146.ebuild
@@ -0,0 +1,26 @@
+# 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.20.1_p14146.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}"
+
+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_pre14153.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild
new file mode 100644
index 000000000000..481f0f3aec2d
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.21_pre14153.ebuild
@@ -0,0 +1,31 @@
+# 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)."
+}