summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:41:14 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-07 16:41:14 +0000
commit849a57267e3559c91f71ec64b5eafa8627e6a880 (patch)
tree59d0e891c8648e2ca8ff496909a8fa0d5635beaf /media-plugins
parentStable on ppc wrt bug 187234 (diff)
downloadhistorical-849a57267e3559c91f71ec64b5eafa8627e6a880.tar.gz
historical-849a57267e3559c91f71ec64b5eafa8627e6a880.tar.bz2
historical-849a57267e3559c91f71ec64b5eafa8627e6a880.zip
upstream fixes. new subversion builds.
Package-Manager: portage-2.1.3.3
Diffstat (limited to 'media-plugins')
-rw-r--r--media-plugins/mythdvd/ChangeLog8
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p141460
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild30
-rw-r--r--media-plugins/mythphone/ChangeLog8
-rw-r--r--media-plugins/mythphone/files/digest-mythphone-0.20.1_p141460
-rw-r--r--media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild14
-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
-rw-r--r--media-plugins/mythweather/ChangeLog8
-rw-r--r--media-plugins/mythweather/files/digest-mythweather-0.20.1_p141460
-rw-r--r--media-plugins/mythweather/mythweather-0.20.1_p14146.ebuild9
14 files changed, 139 insertions, 4 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index 17ec6d34ddf0..bac0271d9ba8 100644
--- a/media-plugins/mythdvd/ChangeLog
+++ b/media-plugins/mythdvd/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythdvd
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.43 2007/06/28 18:47:08 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.44 2007/08/07 16:32:58 cardoe Exp $
+
+*mythdvd-0.20.1_p14146 (07 Aug 2007)
+
+ 07 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythdvd-0.20.1_p14146.ebuild:
+ upstream fixes. new subversion builds.
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythdvd-0.20_p11329.ebuild, -mythdvd-0.21_pre13285.ebuild:
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146 b/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythdvd/files/digest-mythdvd-0.20.1_p14146
diff --git a/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild b/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild
new file mode 100644
index 000000000000..d63e80760965
--- /dev/null
+++ b/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.1_p14146.ebuild,v 1.1 2007/08/07 16:32:58 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="DVD player module for MythTV."
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="transcode vcd"
+
+RDEPEND="=media-plugins/mythvideo-${MY_PV}*
+ transcode? ( media-video/transcode
+ media-libs/libdvdread )"
+
+MTVCONF="$(use_enable transcode)
+ $(use_enable vcd)"
+
+src_install() {
+ mythtv-plugins_src_install
+
+ newinitd "${FILESDIR}"/mtd.init mtd
+}
+
+pkg_postinst() {
+ echo
+ elog "To have Myth Transcode Daemon (mtd) start on boot do the following"
+ elog "rc-update add mtd default"
+ elog "Make sure you run 'mtd -n' to setup mtd first"
+ echo
+}
diff --git a/media-plugins/mythphone/ChangeLog b/media-plugins/mythphone/ChangeLog
index 20c7f49b15f5..0b0ae07c6485 100644
--- a/media-plugins/mythphone/ChangeLog
+++ b/media-plugins/mythphone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythphone
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.20 2007/06/28 21:07:09 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/ChangeLog,v 1.21 2007/08/07 16:34:25 cardoe Exp $
+
+*mythphone-0.20.1_p14146 (07 Aug 2007)
+
+ 07 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythphone-0.20.1_p14146.ebuild:
+ upstream fixes. new subversion builds.
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythphone-0.20_p11671.ebuild:
diff --git a/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146 b/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythphone/files/digest-mythphone-0.20.1_p14146
diff --git a/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild b/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild
new file mode 100644
index 000000000000..f7f04f64041d
--- /dev/null
+++ b/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythphone/mythphone-0.20.1_p14146.ebuild,v 1.1 2007/08/07 16:34:25 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Phone and video calls with SIP."
+IUSE="festival"
+KEYWORDS="~amd64 ~ppc ~x86"
+
+RDEPEND="festival? ( app-accessibility/festival )"
+DEPEND="${RDEPEND}"
+
+MTVCONF=$(use_enable festival)
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)."
+}
diff --git a/media-plugins/mythweather/ChangeLog b/media-plugins/mythweather/ChangeLog
index 1f0f18bd9c12..a6fbad1bd389 100644
--- a/media-plugins/mythweather/ChangeLog
+++ b/media-plugins/mythweather/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for media-plugins/mythweather
# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.37 2007/06/28 21:08:45 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/ChangeLog,v 1.38 2007/08/07 16:41:14 cardoe Exp $
+
+*mythweather-0.20.1_p14146 (07 Aug 2007)
+
+ 07 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythweather-0.20.1_p14146.ebuild:
+ upstream fixes. new subversion builds.
28 Jun 2007; Doug Goldstein <cardoe@gentoo.org> -mythweather-0.20.ebuild:
nuke old version
diff --git a/media-plugins/mythweather/files/digest-mythweather-0.20.1_p14146 b/media-plugins/mythweather/files/digest-mythweather-0.20.1_p14146
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythweather/files/digest-mythweather-0.20.1_p14146
diff --git a/media-plugins/mythweather/mythweather-0.20.1_p14146.ebuild b/media-plugins/mythweather/mythweather-0.20.1_p14146.ebuild
new file mode 100644
index 000000000000..ff7105b797da
--- /dev/null
+++ b/media-plugins/mythweather/mythweather-0.20.1_p14146.ebuild
@@ -0,0 +1,9 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythweather/mythweather-0.20.1_p14146.ebuild,v 1.1 2007/08/07 16:41:14 cardoe Exp $
+
+inherit mythtv-plugins subversion
+
+DESCRIPTION="Weather forecast module for MythTV."
+IUSE=""
+KEYWORDS="~amd64 ~ppc ~x86"