summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2007-06-28 19:22:22 +0000
committerDoug Goldstein <cardoe@gentoo.org>2007-06-28 19:22:22 +0000
commit0ebe95cd92f516c04d1c8403f06b2e3ce33cc3ba (patch)
treecc4d5af6de5e6d4176f1ee12dd5c59d5c9e7b353 /media-plugins/mythvideo
parentbreak out functionality from src_unpack (diff)
downloadgentoo-2-0ebe95cd92f516c04d1c8403f06b2e3ce33cc3ba.tar.gz
gentoo-2-0ebe95cd92f516c04d1c8403f06b2e3ce33cc3ba.tar.bz2
gentoo-2-0ebe95cd92f516c04d1c8403f06b2e3ce33cc3ba.zip
new mythvideo trunk version fixing issues in bug #178323
(Portage version: 2.1.3_rc5)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog8
-rw-r--r--media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775 (renamed from media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285)0
-rw-r--r--media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild (renamed from media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild)9
3 files changed, 14 insertions, 3 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index af390fce5e99..cd2d09ad9980 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.50 2007/06/12 16:59:55 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.51 2007/06/28 19:22:22 cardoe Exp $
+
+*mythvideo-0.21_pre13775 (28 Jun 2007)
+
+ 28 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
+ -mythvideo-0.21_pre13285.ebuild, +mythvideo-0.21_pre13775.ebuild:
+ new mythvideo trunk version fixing issues in bug #178323
12 Jun 2007; Doug Goldstein <cardoe@gentoo.org>
-mythvideo-0.20_p12824.ebuild, -mythvideo-0.20.1.ebuild,
diff --git a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285 b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775
index e69de29bb2d1..e69de29bb2d1 100644
--- a/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13285
+++ b/media-plugins/mythvideo/files/digest-mythvideo-0.21_pre13775
diff --git a/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild b/media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild
index 42272dcb7042..1c39c931c842 100644
--- a/media-plugins/mythvideo/mythvideo-0.21_pre13285.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild
@@ -1,8 +1,8 @@
# 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_pre13285.ebuild,v 1.1 2007/04/20 18:35:15 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.21_pre13775.ebuild,v 1.1 2007/06/28 19:22:22 cardoe Exp $
-inherit mythtv-plugins
+inherit mythtv-plugins subversion
DESCRIPTION="Video player module for MythTV."
IUSE="mplayer xine"
@@ -16,6 +16,11 @@ RDEPEND="dev-perl/libwww-perl
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."