Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 86857 Details for
Bug 133502
media-sound/ripoff-0.8.2 (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Ebuild for RipOff
RipOff-0.6.1.ebuild (text/plain), 728 bytes, created by
Ryan Newberry
on 2006-05-16 08:40:26 UTC
(
hide
)
Description:
Ebuild for RipOff
Filename:
MIME Type:
Creator:
Ryan Newberry
Created:
2006-05-16 08:40:26 UTC
Size:
728 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >DESCRIPTION="Simple GTK+ Based CD Ripper" >HOMEPAGE="http://ripoffc.sourceforge.net" >SRC_URI="mirror://sourceforge/ripoffc/${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64" >IUSE="vorbis" > >DEPEND="${RDEPEND}" >RDEPEND=">=x11-libs/gtk+-2.2 > dev-libs/libcdio > media-libs/libcddb > vorbis? ( media-libs/libvorbis )" > >src_unpack() { >unpack ${A} > > cd ${S} > >} > >src_compile() { >econf \ > $(use_enable vorbis) \ > || die "./configure failed" >emake || die "emake failed" >} > >src_install () { > make DESTDIR="${D}" install || die "make install failed" > dodoc AUTHORS CREDITS ChangeLog README TODO >} > > >
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 133502
:
86857
|
87450
|
116515
|
116516