diff options
author | Chris White <chriswhite@gentoo.org> | 2005-03-29 05:11:26 +0000 |
---|---|---|
committer | Chris White <chriswhite@gentoo.org> | 2005-03-29 05:11:26 +0000 |
commit | 1c57acf77c328c1dd527b994627b85941d142c6e (patch) | |
tree | 40b8d86b39d9bf245ddbac99a7d00bebbd133a4f /media-video/ldvd/ldvd-1.9.4.ebuild | |
parent | corrected src_uri, fixes #86564 (diff) | |
download | gentoo-2-1c57acf77c328c1dd527b994627b85941d142c6e.tar.gz gentoo-2-1c57acf77c328c1dd527b994627b85941d142c6e.tar.bz2 gentoo-2-1c57acf77c328c1dd527b994627b85941d142c6e.zip |
Initial import into the tree. Closes bug #53100. Thanks to a whole lot of people in the bug for the ebuild :).
(Portage version: 2.0.51.19)
Diffstat (limited to 'media-video/ldvd/ldvd-1.9.4.ebuild')
-rw-r--r-- | media-video/ldvd/ldvd-1.9.4.ebuild | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-video/ldvd/ldvd-1.9.4.ebuild b/media-video/ldvd/ldvd-1.9.4.ebuild new file mode 100644 index 000000000000..d1b8b97ac966 --- /dev/null +++ b/media-video/ldvd/ldvd-1.9.4.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ldvd/ldvd-1.9.4.ebuild,v 1.1 2005/03/29 05:11:26 chriswhite Exp $ + +DESCRIPTION="dvd ripping tool with GUI" +HOMEPAGE="http://ldvd9to5.gff-clan.net/" +SRC_URI="http://files.gff-clan.net/pub/ldvd/testing/${P}.tar.bz2" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="" +SLOT="0" + +RDEPEND=">=media-video/dvdauthor-0.6.10 + >=app-cdr/cdrtools-2.01 + >=app-cdr/dvd+rw-tools-5.17.4.8.6 + >=sys-block/buffer-1.19-r1 + >=media-video/mjpegtools-1.6.2 + >=dev-perl/gtk-perl-0.7008-r11" + +src_install() { + make DESTDIR=${D} install || die +} |