Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 79156 Details for
Bug 120002
dvd::rip 0.97.5 needs lsdvd 0.15 (if lsdvd is installed)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
dvdrip ebuild with lsdvd use flag
dvdrip-0.97.6.ebuild (text/plain), 2.20 KB, created by
Jos Delbar
on 2006-02-07 12:55:44 UTC
(
hide
)
Description:
dvdrip ebuild with lsdvd use flag
Filename:
MIME Type:
Creator:
Jos Delbar
Created:
2006-02-07 12:55:44 UTC
Size:
2.20 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-video/dvdrip/dvdrip-0.97.6.ebuild,v 1.1 2006/01/30 00:33:17 morfic Exp $ > > >inherit perl-module eutils > >MY_P=${P/dvdr/Video-DVDR} >MY_URL="dist/pre" > >S=${WORKDIR}/${MY_P} >DESCRIPTION="Dvd::rip is a graphical frontend for transcode" >HOMEPAGE="http://www.exit1.org/dvdrip/" >SRC_URI="http://www.exit1.org/${PN}/${MY_URL}/${MY_P}.tar.gz" > >LICENSE="Artistic GPL-2" >SLOT="0" ># ~ppc needs subtitleripper >KEYWORDS="~x86 ~amd64 ~ppc" >IUSE="cdr gnome xvid rar mplayer ogg fping subtitles lsdvd" > >DEPEND="gnome? ( gnome-extra/gtkhtml ) > cdr? ( >=media-video/vcdimager-0.7.19 > >=app-cdr/cdrdao-1.1.7 > virtual/cdrtools > >=media-video/mjpegtools-1.6.0 ) > xvid? ( media-video/xvid4conf ) > rar? ( app-arch/rar ) > mplayer? ( media-video/mplayer ) > >=media-video/transcode-0.6.14 > >=media-gfx/imagemagick-5.5.3 > dev-perl/gtk2-perl > >=dev-perl/gtk2-ex-formfactory-0.59 > >=dev-perl/Event-RPC-0.84 > perl-core/Storable > dev-perl/Event" >RDEPEND="${DEPEND} > fping? ( >=net-analyzer/fping-2.3 ) > ogg? ( >=media-sound/ogmtools-1.000 ) > subtitles? ( media-video/subtitleripper ) > lsdvd? ( >=media-video/lsdvd-0.15 ) > virtual/eject > dev-perl/libintl-perl" > >pkg_setup() { > built_with_use media-video/transcode dvdread \ > || die "transcode needs dvdread support builtin." \ > "Please re-emerge transcode with the dvdread USE flag." > built_with_use >=media-video/transcode-1.0.2-r1 extrafilters \ > && die "Please remerge transcode with -extrafilters in USE=, " \ > "you have filters installed not compatible with dvdrip." >} > >src_unpack() { > unpack ${A} > cd ${S} > epatch ${FILESDIR}/${P}-fix_nptl_workaround.patch > sed -i -e 's:cc :$(CC) :' src/Makefile || die "sed failed" >} > >src_install() { > newicon lib/Video/DVDRip/icon.xpm dvdrip.xpm > make_desktop_entry dvdrip dvd::rip dvdrip.xpm Video > > perl-module_src_install >} > >pkg_postinst() { > einfo "If you want to use the cluster-mode, you need to SUID fping" > einfo "chmod u+s /usr/sbin/fping" > einfo > einfo "for Perl 5.8.x you have to set PERLIO to read TOC properly" > einfo "for bash: export PERLIO=stdio" > einfo "for csh: setenv PERLIO stdio" > einfo "into your /.${shell}rc" >}
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 120002
: 79156