diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-10-06 02:37:31 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-10-06 02:37:31 +0000 |
commit | 6190f45c9d0352a07fedfc9ec57ad31a2444b939 (patch) | |
tree | 7b41573dbfa4cf25346925167b9eeafd48fbfa2b /media-plugins | |
parent | old (diff) | |
download | historical-6190f45c9d0352a07fedfc9ec57ad31a2444b939.tar.gz historical-6190f45c9d0352a07fedfc9ec57ad31a2444b939.tar.bz2 historical-6190f45c9d0352a07fedfc9ec57ad31a2444b939.zip |
Added optional depend on xine-ui instead of mplayer. Deleted old version
Package-Manager: portage-2.1.2_pre2-r1
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythvideo/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythvideo/mythvideo-0.20_p11329.ebuild | 4 |
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}" |