diff options
author | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 11:35:09 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2003-05-17 11:35:09 +0000 |
commit | 0aaa52ee589a174f0959033da776ff7928f03f41 (patch) | |
tree | f6c80c19e64d956fc4e9b4c75249cb453a1ce52a | |
parent | Version bumped. Closes #20269 (diff) | |
download | historical-0aaa52ee589a174f0959033da776ff7928f03f41.tar.gz historical-0aaa52ee589a174f0959033da776ff7928f03f41.tar.bz2 historical-0aaa52ee589a174f0959033da776ff7928f03f41.zip |
Version bumped. Closes #20269
-rw-r--r-- | media-video/dvdrip/Manifest | 4 | ||||
-rw-r--r-- | media-video/dvdrip/dvdrip-0.50.12.ebuild | 51 | ||||
-rw-r--r-- | media-video/dvdrip/files/digest-dvdrip-0.50.12 | 1 |
3 files changed, 54 insertions, 2 deletions
diff --git a/media-video/dvdrip/Manifest b/media-video/dvdrip/Manifest index a2ae50e3953b..cc9066a32989 100644 --- a/media-video/dvdrip/Manifest +++ b/media-video/dvdrip/Manifest @@ -1,6 +1,6 @@ -MD5 9fa7c1518046c870254bcb488ddbc08c ChangeLog 3653 +MD5 73bae3b19c0b5c723fdc8ded2ab5b867 ChangeLog 3792 MD5 298c717ac9976e641daac670d080af0f dvdrip-0.50.10.ebuild 1395 -MD5 298c717ac9976e641daac670d080af0f dvdrip-0.50.12.ebuild 1395 +MD5 bfb5f64682d851faacd66c33dbbd3f5b dvdrip-0.50.12.ebuild 1397 MD5 73893764cda64cadc12e3a5ec2939a3e dvdrip-0.50.4.ebuild 1193 MD5 e12f4df5bd1ec3bc82b7c01ae4242434 files/digest-dvdrip-0.50.10 72 MD5 61198703c7e173468190a49aff3009e5 files/digest-dvdrip-0.50.12 72 diff --git a/media-video/dvdrip/dvdrip-0.50.12.ebuild b/media-video/dvdrip/dvdrip-0.50.12.ebuild new file mode 100644 index 000000000000..cdb1be72f3ec --- /dev/null +++ b/media-video/dvdrip/dvdrip-0.50.12.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.50.12.ebuild,v 1.1 2003/05/17 11:34:42 mholzer Exp $ + +IUSE="cdr gnome" + +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/${PN}/${MY_URL}/${MY_P}.tar.gz" +HOMEPAGE="http://www.exit1.org/dvdrip/" +SLOT="0" +LICENSE="Artistic GPL-2" +KEYWORDS="~x86" + +DEPEND=" gnome? ( gnome-extra/gtkhtml ) + cdr? ( >=media-video/vcdimager-0.7.12 + >=app-cdr/cdrdao-1.1.7 + >=app-cdr/cdrtools-2.0 ) + >=media-video/transcode-0.6.3 + >=media-gfx/imagemagick-5.5.3 + sys-apps/procps + dev-perl/gtk-perl + dev-perl/Storable + dev-perl/Event" + +RDEPEND=">=net-analyzer/fping-2.3 + >=media-sound/ogmtools-0.972 + >=media-video/mjpegtools-1.6.0 + sys-apps/eject" + +src_install () { + perl-module_src_install +} + +pkg_postinst () { + einfo "If you want to use the cluster-mode, you need to SUID fping" + einfo "chmod u+s /usr/sbin/fping" + einfo + einfo "for Perl 5.8.x you have to set PERLIO to read TOC properly" + einfo "for bash: export PERLIO=stdio" + einfo "for csh: setenv PERLIO stdio" + einfo "into your /.${shell}rc" +} diff --git a/media-video/dvdrip/files/digest-dvdrip-0.50.12 b/media-video/dvdrip/files/digest-dvdrip-0.50.12 new file mode 100644 index 000000000000..555c70afde12 --- /dev/null +++ b/media-video/dvdrip/files/digest-dvdrip-0.50.12 @@ -0,0 +1 @@ +MD5 71a692ddcee6aa8f672da6f42ec9e8a2 Video-DVDRip-0.50.12.tar.gz 224635 |