| 1 | # Copyright 1999-2004 Gentoo Foundation |
1 | # Copyright 1999-2004 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.1 2004/07/23 15:27:54 tantive Exp $ |
3 | # $Header: /var/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4-r1.ebuild,v 1.2 2004/07/27 00:00:21 mr_bones_ 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 | |
| … | |
… | |
| 11 | KEYWORDS="~x86 ~ppc" |
11 | KEYWORDS="~x86 ~ppc" |
| 12 | IUSE="gui" |
12 | IUSE="gui" |
| 13 | |
13 | |
| 14 | DEPEND="media-libs/libdvdread |
14 | DEPEND="media-libs/libdvdread |
| 15 | gui? ( dev-perl/perl-tk |
15 | gui? ( dev-perl/perl-tk |
| 16 | app-cdr/cdrtools |
16 | app-cdr/cdrtools |
| 17 | >=media-video/dvdauthor-0.6.5 |
17 | >=media-video/dvdauthor-0.6.5 |
| 18 | >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" |
18 | >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" |
| 19 | |
19 | |
| 20 | S="${WORKDIR}/StreamDVD-${PV}" |
20 | S="${WORKDIR}/StreamDVD-${PV}" |
| 21 | |
21 | |
| 22 | src_unpack() { |
22 | src_unpack() { |
| 23 | unpack ${A} |
23 | unpack ${A} |
| … | |
… | |
| 35 | newbin lsdvd lsdvd-streamdvd # patched lsdvd, rename to avoid conflict with media-video/lsdvd |
35 | newbin lsdvd lsdvd-streamdvd # patched lsdvd, rename to avoid conflict with media-video/lsdvd |
| 36 | dodoc COPYING README |
36 | dodoc COPYING README |
| 37 | newdoc contrib/lsdvd/AUTHORS AUTHORS.lsdvd |
37 | newdoc contrib/lsdvd/AUTHORS AUTHORS.lsdvd |
| 38 | newdoc contrib/lsdvd/README README.lsdvd |
38 | newdoc contrib/lsdvd/README README.lsdvd |
| 39 | newdoc contrib/StreamAnalyze/README README.streamanalyze |
39 | newdoc contrib/StreamAnalyze/README README.streamanalyze |
| 40 | if [ `use gui` ] |
40 | if use gui |
| 41 | then |
41 | then |
| 42 | eval `perl '-V:installvendorlib'` |
42 | eval `perl '-V:installvendorlib'` |
| 43 | insinto "$installvendorlib/StreamDVD" |
43 | insinto "$installvendorlib/StreamDVD" |
| 44 | doins Gui/StreamDVD/*.pm |
44 | doins Gui/StreamDVD/*.pm |
| 45 | dobin Gui/StreamDVD.pl |
45 | dobin Gui/StreamDVD.pl |