diff options
author | Tilman Klar <phoenix@gentoo.org> | 2002-11-17 09:20:37 +0000 |
---|---|---|
committer | Tilman Klar <phoenix@gentoo.org> | 2002-11-17 09:20:37 +0000 |
commit | a5b128d24b25ae67740a107536b4844f812f6ed7 (patch) | |
tree | 158cf92d327c74c8bfcbea05b27aee91442464ca /media-video/dvdrip | |
parent | Changed mkdir ${D} to dodir ${D} (diff) | |
download | historical-a5b128d24b25ae67740a107536b4844f812f6ed7.tar.gz historical-a5b128d24b25ae67740a107536b4844f812f6ed7.tar.bz2 historical-a5b128d24b25ae67740a107536b4844f812f6ed7.zip |
Revision bump - this version makes use of the new oggvorbis encoder.
Diffstat (limited to 'media-video/dvdrip')
-rw-r--r-- | media-video/dvdrip/ChangeLog | 9 | ||||
-rw-r--r-- | media-video/dvdrip/dvdrip-0.47_pre12.ebuild | 36 | ||||
-rw-r--r-- | media-video/dvdrip/files/digest-dvdrip-0.47_pre12 | 1 |
3 files changed, 45 insertions, 1 deletions
diff --git a/media-video/dvdrip/ChangeLog b/media-video/dvdrip/ChangeLog index 7e0b6a29a060..4418fdf9a180 100644 --- a/media-video/dvdrip/ChangeLog +++ b/media-video/dvdrip/ChangeLog @@ -1,6 +1,13 @@ # 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.5 2002/10/08 19:33:04 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/ChangeLog,v 1.6 2002/11/17 09:20:37 phoenix Exp $ + +*dvdrip-0.47_12 (16 Nov 2002) + + 16 Nov 2002; phoen][x <phoenix@gentoo.org>; dvdrip-0.47_12.ebuild, + files/digest-dvdrip-0.47_12 : + Version bump submitted by David Nielsen <lovechild@foolclan.com>. This version + adds support for Ogg Vorbis - thats why it optionally depends on media-audio/ogmtools. *dvdrip-0.46 (08 Oct 2002) diff --git a/media-video/dvdrip/dvdrip-0.47_pre12.ebuild b/media-video/dvdrip/dvdrip-0.47_pre12.ebuild new file mode 100644 index 000000000000..098bd296dc75 --- /dev/null +++ b/media-video/dvdrip/dvdrip-0.47_pre12.ebuild @@ -0,0 +1,36 @@ +# 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.47_pre12.ebuild,v 1.1 2002/11/17 09:20:37 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/dvdrip/${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.0_pre4-r1 + media-gfx/imagemagick + gnome-extra/gtkhtml + 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.47_pre12 b/media-video/dvdrip/files/digest-dvdrip-0.47_pre12 new file mode 100644 index 000000000000..e0d052282575 --- /dev/null +++ b/media-video/dvdrip/files/digest-dvdrip-0.47_pre12 @@ -0,0 +1 @@ +MD5 f2ef5636da0fb94afda2187c0c8a9fe0 Video-DVDRip-0.47_12.tar.gz 176089 |