summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-01-22 21:12:37 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-01-22 21:12:37 +0000
commit11c454f1dc48f1aaea83fe4d67cd8f50ad81015b (patch)
tree08bf932148895deb3fa3278fde6b77ee3c135682 /media-video/streamdvd/streamdvd-0.4-r1.ebuild
parentadded gui useflag to media-video/streamdvd (diff)
downloadgentoo-2-11c454f1dc48f1aaea83fe4d67cd8f50ad81015b.tar.gz
gentoo-2-11c454f1dc48f1aaea83fe4d67cd8f50ad81015b.tar.bz2
gentoo-2-11c454f1dc48f1aaea83fe4d67cd8f50ad81015b.zip
added missing dependency and missing gui in IUSE. fixes #69664
(Portage version: 2.0.51-r14)
Diffstat (limited to 'media-video/streamdvd/streamdvd-0.4-r1.ebuild')
-rw-r--r--media-video/streamdvd/streamdvd-0.4-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/streamdvd/streamdvd-0.4-r1.ebuild b/media-video/streamdvd/streamdvd-0.4-r1.ebuild
index 2ded50a84eab..3083c7857bde 100644
--- a/media-video/streamdvd/streamdvd-0.4-r1.ebuild
+++ b/media-video/streamdvd/streamdvd-0.4-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.6 2005/01/15 21:33:59 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.7 2005/01/22 21:12:37 luckyduck Exp $
DESCRIPTION="fast tool to backup Video DVDs 'on the fly'"
HOMEPAGE="http://www.badabum.de/streamdvd.html"
@@ -10,10 +10,11 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~ppc ~amd64"
-IUSE=""
+IUSE="gui"
DEPEND="media-libs/libdvdread
gui? ( dev-perl/perl-tk
+ dev-perl/Tk-JPEG-Lite
virtual/cdrtools
>=media-video/dvdauthor-0.6.5
>=app-cdr/dvd+rw-tools-5.13.4.7.4 )"