summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-08-24 15:34:27 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-08-24 15:34:27 +0000
commit9d067dd1fc49c81e1dc47b6dc6520159eacb1475 (patch)
tree73c35b3fabd5587e8a6aa2cd99cfa4de0f039571
parentVersion bump (diff)
downloadhistorical-9d067dd1fc49c81e1dc47b6dc6520159eacb1475.tar.gz
historical-9d067dd1fc49c81e1dc47b6dc6520159eacb1475.tar.bz2
historical-9d067dd1fc49c81e1dc47b6dc6520159eacb1475.zip
bump to 0.20.2
Package-Manager: portage-2.1.3.6
-rw-r--r--media-plugins/mythdvd/ChangeLog8
-rw-r--r--media-plugins/mythdvd/files/digest-mythdvd-0.20.2_p142820
-rw-r--r--media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild30
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p142820
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20.2_p14282.ebuild26
6 files changed, 70 insertions, 2 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog
index bac0271d9ba8..6cf3c5bf6d29 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.44 2007/08/07 16:32:58 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.45 2007/08/24 15:32:09 cardoe Exp $
+
+*mythdvd-0.20.2_p14282 (24 Aug 2007)
+
+ 24 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythdvd-0.20.2_p14282.ebuild:
+ bump to 0.20.2
*mythdvd-0.20.1_p14146 (07 Aug 2007)
diff --git a/media-plugins/mythdvd/files/digest-mythdvd-0.20.2_p14282 b/media-plugins/mythdvd/files/digest-mythdvd-0.20.2_p14282
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythdvd/files/digest-mythdvd-0.20.2_p14282
diff --git a/media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild b/media-plugins/mythdvd/mythdvd-0.20.2_p14282.ebuild
new file mode 100644
index 000000000000..cf7701666036
--- /dev/null
+++ b/media-plugins/mythdvd/mythdvd-0.20.2_p14282.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.2_p14282.ebuild,v 1.1 2007/08/24 15:32:09 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/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index c3abde601262..d8152021bf17 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.55 2007/08/24 00:53:56 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.56 2007/08/24 15:34:27 cardoe Exp $
+
+*mythvideo-0.20.2_p14282 (24 Aug 2007)
+
+ 24 Aug 2007; Doug Goldstein <cardoe@gentoo.org>
+ +mythvideo-0.20.2_p14282.ebuild:
+ bump to 0.20.2
*mythvideo-0.20.1_p14269 (24 Aug 2007)
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p14282 b/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p14282
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.20.2_p14282
diff --git a/media-plugins/mythvideo/mythvideo-0.20.2_p14282.ebuild b/media-plugins/mythvideo/mythvideo-0.20.2_p14282.ebuild
new file mode 100644
index 000000000000..542a757f1b32
--- /dev/null
+++ b/media-plugins/mythvideo/mythvideo-0.20.2_p14282.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.2_p14282.ebuild,v 1.1 2007/08/24 15:34:27 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)."
+}