Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 64546 Details for
Bug 100604
media-sound/gnusound-0.7.4 bump request
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gnusound-0.7.4.ebuild
gnusound-0.7.4.ebuild (text/plain), 1.38 KB, created by
Nickolay Kolchin-Semyonov
on 2005-07-28 09:13:42 UTC
(
hide
)
Description:
gnusound-0.7.4.ebuild
Filename:
MIME Type:
Creator:
Nickolay Kolchin-Semyonov
Created:
2005-07-28 09:13:42 UTC
Size:
1.38 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/media-sound/gnusound/gnusound-0.7.ebuild,v 1.1 2005/04/27 16:55:56 luckyduck Exp $ > >IUSE="libsamplerate flac ffmpeg lame sndfile" > >inherit gnuconfig eutils > >DESCRIPTION="GNUsound is a sound editor for Linux/x86" >HOMEPAGE="http://gnusound.sourceforge.net/" >SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" > >DEPEND=">=gnome-base/libglade-2.0.1 > gnome-base/gnome-libs > >=gnome-base/libgnomeui-2.2.0.1 > >=media-libs/audiofile-0.2.3 > flac? ( media-libs/flac ) > lame? ( media-sound/lame ) > ffmpeg? ( media-video/ffmpeg ) > sndfile? ( media-libs/libsndfile ) > libsamplerate? ( media-libs/libsamplerate )" > >src_unpack() { > unpack ${A} || die "unpack failure" > cd ${S} || die "workdir not found" > rm -f doc/Makefile || die "could not remove doc Makefile" > rm -f modules/Makefile || die "could not remove modules Makefile" > sed -i "s:docrootdir:datadir:" doc/Makefile.in > > epatch ${FILESDIR}/${P}-destdir.patch > epatch ${FILESDIR}/${P}-invert_mute_switches.patch > > gnuconfig_update >} > >src_compile() { > econf \ > $(use_with libsamplerate) \ > --enable-optimization \ > || die "Configure failure" > emake || die "Make failure" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > dodoc README NOTES TODO CHANGES >}
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 100604
: 64546 |
64547
|
64548