Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 32317 Details for
Bug 52452
some enhancements to media-video/streamdvd-0.4
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
streamdvd-0.4.ebuild
streamdvd-0.4.ebuild (text/plain), 1.42 KB, created by
Stefan Briesenick (RETIRED)
on 2004-05-30 07:18:14 UTC
(
hide
)
Description:
streamdvd-0.4.ebuild
Filename:
MIME Type:
Creator:
Stefan Briesenick (RETIRED)
Created:
2004-05-30 07:18:14 UTC
Size:
1.42 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-video/streamdvd/streamdvd-0.4.ebuild,v 1.2 2004/03/28 21:32:06 dholm Exp $ > >DESCRIPTION="fast tool to backup Video DVDs 'on the fly'" >HOMEPAGE="http://www.badabum.de/streamdvd.html" >SRC_URI="http://www.badabum.de/down/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="gui" > >DEPEND="media-libs/libdvdread > gui? ( dev-perl/perl-tk > app-cdr/cdrtools > >=media-video/dvdauthor-0.6.5 > >=app-cdr/dvd+rw-tools-5.13.4.7.4 )" > >S="${WORKDIR}/StreamDVD-${PV}" > >src_unpack() { > unpack ${A} > cd ${S} || die > sed -i "s: -g -Wall : ${CFLAGS} :" Makefile > use gui && epatch "${FILESDIR}/${P}.patch" >} > >src_compile() { > emake all addon || die # compile also optional packages >} > >src_install() { > dobin streamdvd streamanalyze > newbin lsdvd lsdvd-streamdvd # patched lsdvd, rename to avoid conflict with media-video/lsdvd > dodoc COPYING README > newdoc contrib/lsdvd/AUTHORS AUTHORS.lsdvd > newdoc contrib/lsdvd/README README.lsdvd > newdoc contrib/StreamAnalyze/README README.streamanalyze > if [ `use gui` ] > then > eval `perl '-V:installvendorlib'` > insinto "$installvendorlib/StreamDVD" > doins Gui/StreamDVD/*.pm > dobin Gui/StreamDVD.pl > dosym StreamDVD.pl /usr/bin/streamdvd_gui # convinience symlink > newdoc Gui/README README.gui > fi >} >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 52452
:
32314
|
32315
| 32317