Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 21737 Details for
Bug 34942
libao fails with the new alsa
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Updated ebuild to use alsa 1.0 patch
libao-0.8.4.ebuild (text/plain), 854 bytes, created by
jack_mort
on 2003-12-05 02:54:47 UTC
(
hide
)
Description:
Updated ebuild to use alsa 1.0 patch
Filename:
MIME Type:
Creator:
jack_mort
Created:
2003-12-05 02:54:47 UTC
Size:
854 bytes
patch
obsolete
># Copyright 1999-2003 Gentoo Technologies, Inc. ># Distributed under the terms of the GNU General Public License v2 ># $Header: /home/cvsroot/gentoo-x86/media-libs/libao/libao-0.8.4.ebuild,v 1.4 2003/11/04 09:41:30 kumba Exp $ > >IUSE="esd" > >S=${WORKDIR}/${P} >DESCRIPTION="the audio output library" >SRC_URI="http://www.xiph.org/ao/src/${P}.tar.gz" >HOMEPAGE="http://www.xiph.org/ogg/vorbis/index.html" > >SLOT="0" >LICENSE="GPL-2" >KEYWORDS="~x86 ~ppc ~sparc ~alpha ~hppa amd64 ~mips" > >DEPEND="virtual/glibc > esd? ( >=media-sound/esound-0.2.22 )" > >src_compile() { > cd ${S}/src/plugins/alsa09; epatch ${FILESDIR}/libao-alsa-1.0.patch; cd ${S} > > econf \ > --enable-shared \ > --enable-static || die > > emake || die >} > >src_install () { > make DESTDIR=${D} install || die > > rm -rf ${D}/usr/share/doc > dodoc AUTHORS CHANGES COPYING README TODO > dohtml -A c doc/*.html >}
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 34942
:
21736
| 21737