diff options
author | Christian Parpart <trapni@gentoo.org> | 2004-10-06 20:39:15 +0000 |
---|---|---|
committer | Christian Parpart <trapni@gentoo.org> | 2004-10-06 20:39:15 +0000 |
commit | 3510063997b40b663819a2408e0a58a9a0037d3a (patch) | |
tree | a7ffa61a9d852f299e36db0f92ade3e6368a0025 /media-video/ripmake/ripmake-1.39.ebuild | |
parent | fixed my email (Manifest recommit) (diff) | |
download | gentoo-2-3510063997b40b663819a2408e0a58a9a0037d3a.tar.gz gentoo-2-3510063997b40b663819a2408e0a58a9a0037d3a.tar.bz2 gentoo-2-3510063997b40b663819a2408e0a58a9a0037d3a.zip |
initial import
Diffstat (limited to 'media-video/ripmake/ripmake-1.39.ebuild')
-rw-r--r-- | media-video/ripmake/ripmake-1.39.ebuild | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/media-video/ripmake/ripmake-1.39.ebuild b/media-video/ripmake/ripmake-1.39.ebuild new file mode 100644 index 000000000000..c171c5e40e9d --- /dev/null +++ b/media-video/ripmake/ripmake-1.39.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/ripmake/ripmake-1.39.ebuild,v 1.1 2004/10/06 20:39:15 trapni Exp $ + +DESCRIPTION="This is a program to rip dvd to AVI/VCD/SVCD automagically using with optional use of cpdvd to copy a dvd to harddrive before transcoding" +HOMEPAGE="http://www.lallafa.de/bp/ripmake.html" +SRC_URI="http://www.lallafa.de/bp/files/${P}.gz" +LICENSE="GPL-2" +KEYWORDS="~x86" +IUSE="dvd" +SLOT="0" + +DEPEND=" + >=perl-5.6.1-r1 + >=transcode-0.6.10 + >=pgmfindclip-1.13 + >=chaplin-1.10 + >=ogmtools-1.0.1 + >=mjpegtools-1.6.0-r7 + >=toolame-02l + >=sox-12.17.3-r3 + >=mpglen-0.1 + >=mkvtoolnix-0.7.1 + dvd? ( >=cpvts-1.2 ) + dvd? ( >=dvdbackup-0.1.1 ) + dvd? ( >=cpdvd-1.10 ) +" +src_install() { + dobin $S || die +} |