Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 36423 Details for
Bug 39931
wxGTK needs to be slotted on the "gtk2" USE-flag
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
audacity-1.2.1.ebuild
audacity-1.2.1.ebuild (text/plain), 2.07 KB, created by
Rob Cakebread (RETIRED)
on 2004-07-29 14:35:12 UTC
(
hide
)
Description:
audacity-1.2.1.ebuild
Filename:
MIME Type:
Creator:
Rob Cakebread (RETIRED)
Created:
2004-07-29 14:35:12 UTC
Size:
2.07 KB
patch
obsolete
># Copyright 1999-2004 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/audacity/audacity-1.2.1.ebuild,v 1.4 2004/07/01 07:25:21 eradicator Exp $ > >inherit wxwidgets > >MY_PV="${PV/_/-}" >MY_P="${PN}-src-${MY_PV}" > >DESCRIPTION="A free, crossplatform audio editor." >HOMEPAGE="http://audacity.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" >RESTRICT="nomirror" > >LICENSE="GPL-2" >IUSE="gtk2 encode flac mad oggvorbis" >SLOT="0" > ># Do not unmask on amd64 without talking to eradicator >KEYWORDS="x86 ~ppc ~sparc ~amd64" > >DEPEND=">=x11-libs/wxGTK-2.2.9 > >=app-arch/zip-2.3 > >=media-libs/id3lib-3.8.0 > media-libs/libid3tag > >=media-libs/libsndfile-1.0.0 > >=media-libs/libsamplerate-0.0.14 > >=media-libs/ladspa-sdk-1.12 > flac? ( media-libs/flac ) > oggvorbis? ( >=media-libs/libvorbis-1.0 ) > mad? ( >=media-sound/madplay-0.14 ) > encode? ( >=media-sound/lame-3.92 )" > >S="${WORKDIR}/${MY_P}" > >DOC="LICENSE.txt README.txt audacity-1.2-help.htb" > >src_compile() { > local myconf; > > if ! use gtk2; then > need-wxwidgets gtk || die "No gtk1 version of x11-libs/wxGTK found" > else > need-wxwidgets gtk2 || die "You need to emerge wxGTK with USE='gtk2'" > fi > > myconf="--with-libsndfile=system --with-id3tag=system" > > # MAD support > if use mad; then > myconf="${myconf} --with-libmad=system" > else > myconf="${myconf} --with-libmad=none" > fi > > # FLAC support > if use flac; then > myconf="${myconf} --with-libflac=system" > else > myconf="${myconf} --with-libflac=none" > fi > > # Ogg Vorbis support > if use oggvorbis; then > myconf="${myconf} --with-vorbis=system" > else > myconf="${myconf} --with-vorbis=none" > fi > > econf ${myconf} || die > > # parallel borks > emake -j1 || die >} > >src_install() { > make DESTDIR=${D} install || die > > # Install our docs > dodoc ${DOC} > > # Remove bad doc install > rm -rf ${D}/share/doc > > insinto /usr/share/gnome/apps/Multimedia > doins ${FILESDIR}/audacity.desktop > insinto /usr/share/applnk/Multimedia > doins ${FILESDIR}/audacity.desktop > insinto /usr/share/applications > doins ${FILESDIR}/audacity.desktop >}
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 39931
:
36345
|
36346
|
36347
|
36348
|
36419
|
36420
|
36421
| 36423 |
36424
|
36442
|
36443
|
36448
|
36552