Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 89742 Details for
Bug 137502
media-sound/sox-12.18.1 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
main ebuild
sox-12.18.1.ebuild (text/plain), 1.30 KB, created by
Jonathan Geisler
on 2006-06-21 11:27:17 UTC
(
hide
)
Description:
main ebuild
Filename:
MIME Type:
Creator:
Jonathan Geisler
Created:
2006-06-21 11:27:17 UTC
Size:
1.30 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-sound/sox/sox-12.17.9.ebuild,v 1.8 2006/06/16 21:06:17 flameeyes Exp $ > >inherit flag-o-matic eutils > >DESCRIPTION="The swiss army knife of sound processing programs" >HOMEPAGE="http://sox.sourceforge.net" >SRC_URI="mirror://sourceforge/sox/${P}.tar.gz" > >LICENSE="LGPL-2.1" >SLOT="0" >KEYWORDS="~alpha ~amd64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86" >IUSE="alsa encode mad ogg" > >DEPEND="virtual/libc > alsa? ( media-libs/alsa-lib ) > encode? ( media-sound/lame ) > mad? ( media-libs/libmad ) > ogg? ( media-libs/libvorbis )" > >src_unpack() { > unpack ${A} > > cd ${S} > > > epatch ${FILESDIR}/${P}-destdir.patch > epatch ${FILESDIR}/${P}-largefile.patch > > autoheader || die "autoheader failed" > autoconf || die "autoconf failed" >} > >src_compile () { > # Fixes wav segfaults. See Bug #35745. > append-flags -fsigned-char > > econf ${myconf} \ > $(use_enable alsa alsa-dsp) \ > $(use_enable encode lame) \ > $(use_enable mad) \ > $(use_enable ogg ogg-vorbis) \ > --enable-oss-dsp \ > --enable-fast-ulaw \ > --enable-fast-alaw \ > || die "configure failed" > > emake || die "make failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > prepallman > > dodoc Changelog README TODO *.txt >}
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 137502
: 89742 |
89743
|
89744