Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78809 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]
3nd try ebuild
ale-0.8.3.ebuild (text/plain), 979 bytes, created by
Dario Ernst
on 2006-02-03 09:00:53 UTC
(
hide
)
Description:
3nd try ebuild
Filename:
MIME Type:
Creator:
Dario Ernst
Created:
2006-02-03 09:00:53 UTC
Size:
979 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="ALE 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 >mirror://gentoo/${P}-docs.tar.bz2" >LICENSE="GPL-2" >SLOT=0 >KEYWORDS="~x86 ~ppc" >IUSE="fftw imagemagick doc" >DEPEND="fftw? (sci-libs/fftw) >imagemagick? (media-gfx/imagemagick)" >S="${WORKDIR}"/"${P}" > >src_unpack() { > unpack ${A} > echo "${S}" > cd "${S}" > > if use fftw; then > sed -e "s/FFTW=0/FFTW=1/g" -i Makefile > fi > if use imagemagick; then > sed -e "s/IMAGEMAGICK=0/IMAGEMAGICK=1/g" -i Makefile > fi > >} > >src_compile() { > make ale-phony >} > > >src_install() { > if use doc; then > cd "${WORKDIR}" > dohtml -r ale-docs-0.8.3/* > fi > > mkdir -p "${D}"/bin/ > dobin ale > >}
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