summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoug Goldstein <cardoe@gentoo.org>2006-10-06 02:37:31 +0000
committerDoug Goldstein <cardoe@gentoo.org>2006-10-06 02:37:31 +0000
commit3dc0927ea636ff6a54e9f23f39a39937bc904922 (patch)
tree65437f13dd1560b3bcc0a2fc27d2c3855103569b /media-plugins/mythvideo
parentold (diff)
downloadgentoo-2-3dc0927ea636ff6a54e9f23f39a39937bc904922.tar.gz
gentoo-2-3dc0927ea636ff6a54e9f23f39a39937bc904922.tar.bz2
gentoo-2-3dc0927ea636ff6a54e9f23f39a39937bc904922.zip
Added optional depend on xine-ui instead of mplayer. Deleted old version
(Portage version: 2.1.2_pre2-r1)
Diffstat (limited to 'media-plugins/mythvideo')
-rw-r--r--media-plugins/mythvideo/ChangeLog6
-rw-r--r--media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild4
2 files changed, 7 insertions, 3 deletions
diff --git a/media-plugins/mythvideo/ChangeLog b/media-plugins/mythvideo/ChangeLog
index de2dcd4be6cc..a06d6e851cd7 100644
--- a/media-plugins/mythvideo/ChangeLog
+++ b/media-plugins/mythvideo/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-plugins/mythvideo
# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.37 2006/09/29 14:35:06 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/ChangeLog,v 1.38 2006/10/06 02:37:31 cardoe Exp $
+
+ 06 Oct 2006; Doug Goldstein <cardoe@gentoo.org> -mythvideo-0.20.ebuild,
+ mythvideo-0.20_p11329.ebuild:
+ Added optional depend on xine-ui instead of mplayer. Deleted old version
*mythvideo-0.20_p11329 (29 Sep 2006)
diff --git a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild
index f846daeefcc0..ee8ecc137ff4 100644
--- a/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild
+++ b/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild,v 1.1 2006/09/29 14:35:06 cardoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild,v 1.2 2006/10/06 02:37:31 cardoe Exp $
inherit mythtv-plugins
@@ -12,5 +12,5 @@ RDEPEND="dev-perl/libwww-perl
dev-perl/HTML-Parser
dev-perl/URI
dev-perl/XML-Simple
- media-video/mplayer"
+ || ( media-video/mplayer media-video/xine-ui )"
DEPEND="${RDEPEND}"