diff options
author | Matthias Schwarzott <zzam@gentoo.org> | 2006-08-30 14:19:53 +0000 |
---|---|---|
committer | Matthias Schwarzott <zzam@gentoo.org> | 2006-08-30 14:19:53 +0000 |
commit | 57eef54d0b36ed97c1b73bcddfad7ec57fcaf645 (patch) | |
tree | e9ce45845b1cb2d7e7c0cccc25f6e0f1e41439e4 /media-video/dvd9to5 | |
parent | Stable on sparc wrt #141452 (diff) | |
download | gentoo-2-57eef54d0b36ed97c1b73bcddfad7ec57fcaf645.tar.gz gentoo-2-57eef54d0b36ed97c1b73bcddfad7ec57fcaf645.tar.bz2 gentoo-2-57eef54d0b36ed97c1b73bcddfad7ec57fcaf645.zip |
Changed DEPEND to RDEPEND for all tools called from the script. Added perl to RDEPEND. Added dvd+rw-tools to RDEPEND, see bug #145243.
(Portage version: 2.1.1_rc1-r2)
Diffstat (limited to 'media-video/dvd9to5')
-rw-r--r-- | media-video/dvd9to5/ChangeLog | 6 | ||||
-rw-r--r-- | media-video/dvd9to5/dvd9to5-0.1.7.ebuild | 8 |
2 files changed, 10 insertions, 4 deletions
diff --git a/media-video/dvd9to5/ChangeLog b/media-video/dvd9to5/ChangeLog index 82a237a3ac84..047814dbf67b 100644 --- a/media-video/dvd9to5/ChangeLog +++ b/media-video/dvd9to5/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-video/dvd9to5 # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/ChangeLog,v 1.7 2006/07/02 13:30:42 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/ChangeLog,v 1.8 2006/08/30 14:19:53 zzam Exp $ + + 30 Aug 2006; Matthias Schwarzott <zzam@gentoo.org> dvd9to5-0.1.7.ebuild: + Changed DEPEND to RDEPEND for all tools called from the script. Added perl + to RDEPEND. Added dvd+rw-tools to RDEPEND, see bug #145243. 02 Jul 2006; Lars Weiler <pylon@gentoo.org> dvd9to5-0.1.7.ebuild: Stable on ppc; bug #138003. diff --git a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild b/media-video/dvd9to5/dvd9to5-0.1.7.ebuild index a15f91885da6..73f224ca468c 100644 --- a/media-video/dvd9to5/dvd9to5-0.1.7.ebuild +++ b/media-video/dvd9to5/dvd9to5-0.1.7.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-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.7 2006/07/02 13:30:42 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvd9to5/dvd9to5-0.1.7.ebuild,v 1.8 2006/08/30 14:19:53 zzam Exp $ DESCRIPTION="Perl script to backup the main feature of a DVD-9 on DVD-5" HOMEPAGE="http://lakedaemon.netmindz.net/dvd9to5/" @@ -10,9 +10,11 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ppc x86" IUSE="" -DEPEND=">=media-video/transcode-0.6.11 +RDEPEND=">=media-video/transcode-0.6.11 >=media-video/mjpegtools-1.6.2 - >=media-video/dvdauthor-0.6.10" + >=media-video/dvdauthor-0.6.10 + app-cdr/dvd+rw-tools + dev-lang/perl" src_compile() { true # nothing to do |