| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2005 Gentoo Foundation |
| 2 | # Distributed under the terms of the GNU General Public License v2 |
2 | # Distributed under the terms of the GNU General Public License v2 |
| 3 | # $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.5 2004/10/18 20:47:50 kugelfang Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.6 2005/01/15 21:33:59 luckyduck Exp $ |
| 4 | |
4 | |
| 5 | DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" |
5 | DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" |
| 6 | HOMEPAGE="http://www.badabum.de/streamdvd.html" |
6 | HOMEPAGE="http://www.badabum.de/streamdvd.html" |
| 7 | SRC_URI="http://www.badabum.de/down/${P}.tar.gz" |
7 | SRC_URI="http://www.badabum.de/down/${P}.tar.gz" |
| 8 | |
8 | |
| … | |
… | |
| 12 | |
12 | |
| 13 | IUSE="" |
13 | IUSE="" |
| 14 | |
14 | |
| 15 | DEPEND="media-libs/libdvdread |
15 | DEPEND="media-libs/libdvdread |
| 16 | gui? ( dev-perl/perl-tk |
16 | gui? ( dev-perl/perl-tk |
| 17 | app-cdr/cdrtools |
17 | virtual/cdrtools |
| 18 | >=media-video/dvdauthor-0.6.5 |
18 | >=media-video/dvdauthor-0.6.5 |
| 19 | >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" |
19 | >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" |
| 20 | |
20 | |
| 21 | S="${WORKDIR}/StreamDVD-${PV}" |
21 | S="${WORKDIR}/StreamDVD-${PV}" |
| 22 | |
22 | |