Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 42226 Details for
Bug 12042
Ebuild for MOC (Music On Console)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
moc-2.0.0.ebuild
moc-2.0.0.ebuild (text/plain), 879 bytes, created by
spec-8472
on 2004-10-19 14:35:27 UTC
(
hide
)
Description:
moc-2.0.0.ebuild
Filename:
MIME Type:
Creator:
spec-8472
Created:
2004-10-19 14:35:27 UTC
Size:
879 bytes
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >IUSE="oggvorbis mad debug transparent_bg" > >DESCRIPTION="Music On Console - ncurses interface for playing audio files" >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >RESTRICT="nomirror" >HOMEPAGE="http://moc.daper.net/" > >DEPEND="media-libs/libao > sys-libs/ncurses > oggvorbis? ( media-libs/libvorbis ) > mad? ( media-libs/libmad sys-libs/zlib )" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86" > >src_unpack() { > unpack ${A} > cd ${S} > use transparent_bg && epatch ${FILESDIR}/moc-2.0.0-transparent_bg.diff >} > >src_compile() { > local myconf > use oggvorbis || myconf="--without-ogg" > use mad || myconf="${myconf} --without-mp3" > use debug || myconf="${myconf} --disable-debug" > > econf ${myconf} || die > emake || die >} > >src_install () { > einstall || die >}
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 12042
:
6445
|
6447
|
41820
|
41821
| 42226 |
43892