Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 112019 Details for
Bug 120199
media-gfx/ale (new ebuild)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
media-gfx/ale-0.8.6.ebuild
ale-0.8.6.ebuild (text/plain), 1.08 KB, created by
Daniel Lin
on 2007-03-04 06:23:16 UTC
(
hide
)
Description:
media-gfx/ale-0.8.6.ebuild
Filename:
MIME Type:
Creator:
Daniel Lin
Created:
2007-03-04 06:23:16 UTC
Size:
1.08 KB
patch
obsolete
># Copyright 1999-2007 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="ALE (Anti-Lamenessing Engine) is an image-processing program used for tasks such as image mosaicking, super-resolution, deblurring, noise reduction, anti-aliasing, and scene reconstruction." >HOMEPAGE="http://auricle.dyndns.org/ALE/" >SRC_URI="http://auricle.dyndns.org/ALE/download/${P}.tar.gz" >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~ppc" >IUSE="fftw imagemagick doc" >RDEPEND="fftw? ( =sci-libs/fftw-3* ) > imagemagick? ( media-gfx/imagemagick )" >DEPEND="${RDEPEND} > doc? ( app-text/docbook-sgml-utils )" > >src_compile() { > econf $(use_with imagemagick) $(use_with fftw fftw3) --enable-wmx \ > || die "econf failed" > emake || die "emake failed" > use doc && emake -C doc chunk || die "emake chunk failed" >} > > >src_install() { > emake install DESTDIR="${D}" || die "emake install failed" > if use doc; then > # I don't know why it creates a .html for index, but it's bad > cp -f doc/index/.html doc/index/index.html > dohtml doc/index/* || die "dohtml failed" > fi >}
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 120199
:
78004
|
78012
|
78013
|
78809
|
79225
|
79601
|
107502
|
112019
|
121879
|
205206