diff options
author | Steve Dibb <beandog@gentoo.org> | 2006-11-07 14:23:39 +0000 |
---|---|---|
committer | Steve Dibb <beandog@gentoo.org> | 2006-11-07 14:23:39 +0000 |
commit | 77f5a7b00509df2c5affb54881c8fd7a2ad002db (patch) | |
tree | e536b5a100bfb23733d8a7734267de747d7b01c2 /media-plugins | |
parent | Stable on sparc wrt #138112 (diff) | |
download | gentoo-2-77f5a7b00509df2c5affb54881c8fd7a2ad002db.tar.gz gentoo-2-77f5a7b00509df2c5affb54881c8fd7a2ad002db.tar.bz2 gentoo-2-77f5a7b00509df2c5affb54881c8fd7a2ad002db.zip |
Remove hard deps on xine/mplayer, add vcd USE flag
(Portage version: 2.1.1-r1)
Diffstat (limited to 'media-plugins')
-rw-r--r-- | media-plugins/mythdvd/ChangeLog | 6 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.19.ebuild | 10 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.20.ebuild | 10 | ||||
-rw-r--r-- | media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild | 10 |
4 files changed, 20 insertions, 16 deletions
diff --git a/media-plugins/mythdvd/ChangeLog b/media-plugins/mythdvd/ChangeLog index 882471c4dc41..64f63f202ff6 100644 --- a/media-plugins/mythdvd/ChangeLog +++ b/media-plugins/mythdvd/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/mythdvd # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.35 2006/09/29 14:43:06 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/ChangeLog,v 1.36 2006/11/07 14:23:39 beandog Exp $ + + 07 Nov 2006; Steve Dibb <beandog@gentoo.org> mythdvd-0.19.ebuild, + mythdvd-0.20.ebuild, mythdvd-0.20_p11329.ebuild: + Remove hard deps on xine/mplayer, add vcd USE flag 29 Sep 2006; Doug Goldstein <cardoe@gentoo.org> files/mtd.init: Fixed init script diff --git a/media-plugins/mythdvd/mythdvd-0.19.ebuild b/media-plugins/mythdvd/mythdvd-0.19.ebuild index 281581312d37..9fbd2af0e0b7 100644 --- a/media-plugins/mythdvd/mythdvd-0.19.ebuild +++ b/media-plugins/mythdvd/mythdvd-0.19.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.4 2006/09/16 02:01:27 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.19.ebuild,v 1.5 2006/11/07 14:23:39 beandog Exp $ inherit mythtv-plugins DESCRIPTION="DVD player module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" -IUSE="transcode" +IUSE="transcode vcd" RDEPEND="~media-plugins/mythvideo-${PV} transcode? ( media-video/transcode - media-libs/libdvdread ) - || ( media-video/mplayer media-video/xine-ui media-video/ogle )" + media-libs/libdvdread )" -MTVCONF="--enable-vcd $(use_enable transcode)" +MTVCONF="$(use_enable transcode) + $(use_enable vcd)" src_install() { mythtv-plugins_src_install diff --git a/media-plugins/mythdvd/mythdvd-0.20.ebuild b/media-plugins/mythdvd/mythdvd-0.20.ebuild index dfd8205a60a6..db17e04b84f2 100644 --- a/media-plugins/mythdvd/mythdvd-0.20.ebuild +++ b/media-plugins/mythdvd/mythdvd-0.20.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.ebuild,v 1.4 2006/10/09 23:07:59 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20.ebuild,v 1.5 2006/11/07 14:23:39 beandog Exp $ inherit mythtv-plugins DESCRIPTION="DVD player module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" -IUSE="transcode" +IUSE="transcode vcd" RDEPEND="=media-plugins/mythvideo-${MY_PV}* transcode? ( media-video/transcode - media-libs/libdvdread ) - || ( media-video/mplayer media-video/xine-ui media-video/ogle )" + media-libs/libdvdread )" -MTVCONF="--enable-vcd $(use_enable transcode)" +MTVCONF="$(use_enable transcode) + $(use_enable vcd)" src_install() { mythtv-plugins_src_install diff --git a/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild b/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild index bbc1725cd1f8..e062a032ecd5 100644 --- a/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild +++ b/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild @@ -1,19 +1,19 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild,v 1.1 2006/09/29 14:30:37 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/mythdvd/mythdvd-0.20_p11329.ebuild,v 1.2 2006/11/07 14:23:39 beandog Exp $ inherit mythtv-plugins DESCRIPTION="DVD player module for MythTV." KEYWORDS="~amd64 ~ppc ~x86" -IUSE="transcode" +IUSE="transcode vcd" RDEPEND="=media-plugins/mythvideo-${MY_PV}* transcode? ( media-video/transcode - media-libs/libdvdread ) - || ( media-video/mplayer media-video/xine-ui media-video/ogle )" + media-libs/libdvdread )" -MTVCONF="--enable-vcd $(use_enable transcode)" +MTVCONF="$(use_enable transcode) + $(use_enable vcd)" src_install() { mythtv-plugins_src_install |