diff options
author | 2002-07-23 00:07:30 +0000 | |
---|---|---|
committer | 2002-07-23 00:07:30 +0000 | |
commit | c8edaeade57bd14436e371e769047a0b6f964a6c (patch) | |
tree | 4a9cb31bd1c8bfcd747ab848c3d88b76b2b89b37 /media-video/dvdrip | |
parent | resurrected older version (diff) | |
download | gentoo-2-c8edaeade57bd14436e371e769047a0b6f964a6c.tar.gz gentoo-2-c8edaeade57bd14436e371e769047a0b6f964a6c.tar.bz2 gentoo-2-c8edaeade57bd14436e371e769047a0b6f964a6c.zip |
removed older versions of mplayer and avifile
Diffstat (limited to 'media-video/dvdrip')
-rw-r--r-- | media-video/dvdrip/dvdrip-0.44.ebuild | 34 | ||||
-rw-r--r-- | media-video/dvdrip/files/digest-dvdrip-0.44 | 1 |
2 files changed, 35 insertions, 0 deletions
diff --git a/media-video/dvdrip/dvdrip-0.44.ebuild b/media-video/dvdrip/dvdrip-0.44.ebuild new file mode 100644 index 000000000000..232aa6ae07a9 --- /dev/null +++ b/media-video/dvdrip/dvdrip-0.44.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.44.ebuild,v 1.1 2002/07/23 00:07:30 seemant Exp $ + +inherit perl-module + +MY_P=${P/dvdr/Video-DVDR} +# Next three lines are to handle PRE versions +MY_P=${MY_P/_pre/_} +MY_URL="dist" +[ "${P/pre}" != "${P}" ] && MY_URL="dist/pre" +S=${WORKDIR}/${MY_P} +DESCRIPTION="dvd::rip is a graphical frontend for transcode" +SRC_URI="http://www.exit1.org/dvdrip/${MY_URL}/${MY_P}.tar.gz" +HOMEPAGE="http://www.exit1.org/dvdrip/" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86" + +DEPEND="${DEPEND} + >=media-video/transcode-0.6.0_pre4-r1 + media-gfx/imagemagick + gnome-extra/gtkhtml + dev-perl/gtk-perl + dev-perl/Storable + dev-perl/Event" + +RDEPEND=">=net-analyzer/fping-2.3" + +src_install () { + base_src_install + cp -a ${S}/contrib ${D}/usr/share/doc/${P} +} diff --git a/media-video/dvdrip/files/digest-dvdrip-0.44 b/media-video/dvdrip/files/digest-dvdrip-0.44 new file mode 100644 index 000000000000..45b041e6e863 --- /dev/null +++ b/media-video/dvdrip/files/digest-dvdrip-0.44 @@ -0,0 +1 @@ +MD5 fea7e9b8e5809574db9e6510361afb54 Video-DVDRip-0.44.tar.gz 122777 |