Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 113194 Details for
Bug 45341
New ebuild: GNUitar, a realtime guitar effects processor
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnuitar-9999.ebuild
gnuitar-9999.ebuild (text/plain), 1.34 KB, created by
Vasily
on 2007-03-13 17:57:30 UTC
(
hide
)
Description:
gnuitar-9999.ebuild
Filename:
MIME Type:
Creator:
Vasily
Created:
2007-03-13 17:57:30 UTC
Size:
1.34 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /cvsroot/gnuitar/gnuitar/gnuitar-9999.ebuild,v 1.1 2007/03/09 19:40:07 anarsoul Exp $ > >inherit eutils cvs autotools > >DESCRIPTION="A GTK+ based guitar processor. Includes such effects as reverberator, sustain, distortion, phasor, wah-wah." >HOMEPAGE="gnuitar.com" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="jack alsa oss fftw3 sndfile float clipeverywhere" > >RDEPEND="|| ( x11-libs/libX11 virtual/x11 ) > >=x11-libs/gtk+-2.4.0 > sys-libs/glibc" > >DEPEND="${RDEPEND} > sys-devel/autoconf > >=sys-devel/gcc-3.4 > jack? ( media-sound/jack-audio-connection-kit ) > alsa? ( media-libs/alsa-lib ) > > fftw3? ( sci-libs/fftw ) > sndfile? ( media-libs/libsndfile ) > " > >ECVS_SERVER="gnuitar.cvs.sourceforge.net:/cvsroot/gnuitar" >ECVS_MODULE="gnuitar" >S="${WORKDIR}/gnuitar" > >src_unpack() { > cvs_src_unpack > cd ${S} > eautoreconf >} > >src_compile() { > econf --with-gtk2 \ > $(use_with jack jack) \ > $(use_with alsa alsa) \ > $(use_with oss oss) \ > $(use_with fftw3 fftw3) \ > $(use_with sndfile sndfile) \ > $(use_enable float float) \ > $(use_enable clipeverywhere clip-everywhere) || die "econf failed" > emake || die "emake failed" >} > >src_install() { > cd ${S} > einstall || die "einstall failed" >}
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 45341
:
27774
|
27775
|
27776
|
27777
| 113194