diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-12-12 16:46:29 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-12-12 16:46:29 +0000 |
commit | 5320ec6fa636004af30ad846d383a99fcf9f247e (patch) | |
tree | 7c0be54be4391f27fd00f47a35c386fb8d123d8c /media-video/dvdrip | |
parent | Initial import. This closes bug #8140. (diff) | |
download | historical-5320ec6fa636004af30ad846d383a99fcf9f247e.tar.gz historical-5320ec6fa636004af30ad846d383a99fcf9f247e.tar.bz2 historical-5320ec6fa636004af30ad846d383a99fcf9f247e.zip |
Version bump. This closes bug 11958.
Diffstat (limited to 'media-video/dvdrip')
-rw-r--r-- | media-video/dvdrip/ChangeLog | 16 | ||||
-rw-r--r-- | media-video/dvdrip/dvdrip-0.48.5.ebuild | 39 | ||||
-rw-r--r-- | media-video/dvdrip/files/digest-dvdrip-0.48.5 | 1 |
3 files changed, 51 insertions, 5 deletions
diff --git a/media-video/dvdrip/ChangeLog b/media-video/dvdrip/ChangeLog index c6c37b027be5..d5a9644581bd 100644 --- a/media-video/dvdrip/ChangeLog +++ b/media-video/dvdrip/ChangeLog @@ -1,14 +1,20 @@ # ChangeLog for media-video/dvdrip # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/ChangeLog,v 1.7 2002/12/06 13:24:44 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/ChangeLog,v 1.8 2002/12/12 16:46:29 phoenix Exp $ - 6 Dec 2002; Michael Cummings <mcummings@gentoo.org>; dvdrip deps +*dvdrip-0.48.5 (16 Nov 2002) - There are deps that are not needed by dvdrip for gnome. Returned those - to an optional status instead of a mandatory. See bug 5887, thanks to - Dylan Carlson for point this out. + 12 Dec 2002; phoen][x <phoenix@gentoo.org> dvdrip-0.48.5.ebuild, + files/digest-dvdrip-0.48.5: + Version bump submitted by Tobias Sager <moixa@gmx.ch>. This closes bug + 11958. *dvdrip-0.47_12 (16 Nov 2002) + + 6 Dec 2002; Michael Cummings <mcummings@gentoo.org>; dvdrip deps + There are deps that are not needed by dvdrip for gnome. Returned those + to an optional status instead of a mandatory. See bug 5887, thanks to + Dylan Carlson for point this out. 16 Nov 2002; phoen][x <phoenix@gentoo.org>; dvdrip-0.47_12.ebuild, files/digest-dvdrip-0.47_12 : diff --git a/media-video/dvdrip/dvdrip-0.48.5.ebuild b/media-video/dvdrip/dvdrip-0.48.5.ebuild new file mode 100644 index 000000000000..9469cf26d5fe --- /dev/null +++ b/media-video/dvdrip/dvdrip-0.48.5.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.48.5.ebuild,v 1.1 2002/12/12 16:46:29 phoenix Exp $ + +IUSE="oggvorbis" + +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=">=media-video/transcode-0.6.2 + media-gfx/imagemagick + gnome? ( gnome-extra/gtkhtml ) + cdr? ( >=media-video/vcdimager-0.7.12 ) + cdr? ( >=app-cdr/cdrdao-1.1.7 ) + cdr? ( app-cdr/cdrtools ) + dev-perl/gtk-perl + dev-perl/Storable + dev-perl/Event + oggvorbis? ( media-sound/ogmtools )" + +RDEPEND=">=net-analyzer/fping-2.3" + +src_install () { + perl-module_src_install + cp -a ${S}/contrib ${D}/usr/share/doc/${P} +} diff --git a/media-video/dvdrip/files/digest-dvdrip-0.48.5 b/media-video/dvdrip/files/digest-dvdrip-0.48.5 new file mode 100644 index 000000000000..28392c74125f --- /dev/null +++ b/media-video/dvdrip/files/digest-dvdrip-0.48.5 @@ -0,0 +1 @@ +MD5 83a88b06d2d5c03a6975cc2e8e0783c1 Video-DVDRip-0.48.5.tar.gz 171723 |