Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 85723 Details for
Bug 77544
gwc-0.20.ebuild (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
gwc-0.21.05.ebuild
gwc-0.21.05.ebuild (text/plain), 1.66 KB, created by
Frieder Bürzele
on 2006-04-28 20:52:50 UTC
(
hide
)
Description:
gwc-0.21.05.ebuild
Filename:
MIME Type:
Creator:
Frieder Bürzele
Created:
2006-04-28 20:52:50 UTC
Size:
1.66 KB
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >IUSE="alsa oss singlefft" > >inherit eutils versionator >RESTRICT="nomirror" >DESCRIPTION="Gnome Wave Cleaner" >HOMEPAGE="http://gwc.sourceforge.net/" >MY_P="${PN}-$(replace_version_separator "2" "-")" >SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tgz" > >SLOT="0" >LICENSE="GPL-1" >KEYWORDS="~x86 ~ppc" > >DEPEND=">=media-libs/libsndfile-1.0.1 > >=dev-util/pkgconfig-0.9 > >=sci-libs/fftw-2.1.3 > >=gnome-base/libgnomeui-2.0 > alsa? ( >=media-libs/alsa-lib-0.9 )" > >S="${WORKDIR}/${MY_P}" > >src_unpack(){ > unpack ${A} > cd ${S} > # adjust to use our CFLAGS > sed -i -e "/^CFLAGS =/s/@CFLAGS@ -mcpu=@UNAME_MACHINE@ -march=@UNAME_MACHINE@//" -e "s/^\(CFLAGS\).*\(\=\)/\1 +=/" Makefile.in > > sed -i -e '/^CFLAGS =/cCFLAGS +=' meschach/makefile.in >} > >src_compile() { > econf $(use_enable alsa) $(use_with oss) \ > $(use_enable singlefft single-fftw3) || die "Configuration failed" > > # Build the meschach math library first > # so good CFLAGS are used > cd ${S}/meschach > PATH=".:$PATH" > econf --with-sparse || die "Failed to configure meschach math- lib" > ( make part1 && make part2 && make part3 && cp machine.h ..) || die \ > "Failed to compile meschach math-lib" > > # Now build gwc > cd ${S} > PATH=.:${PATH} > emake || die >} > >src_install () { > # this file gets generated with econf so it must be altered here > MYDIRS='\$(BINDIR)\|\$(pixmapdir)\|\$(HELPDIRC)\|\$(DOCDIR)' > sed -i -e "/^DOCDIR =/c DOCDIR = \/usr\/share\/doc\/\$\{PV\}" \ > -e 's:install -d :install -d \$\(DESTDIR\)/:' \ > -e "/install -p/,/pixmapdir)$/ s:\($MYDIRS\):\$\(DESTDIR\)/&:" Makefile > make install DESTDIR=${D} || die >}
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 77544
:
48215
|
48550
|
85723
|
85743
|
85744
|
201368
|
201371
|
271395
|
271397
|
271399