Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 78004 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]
first try ebuild
ale-0.8.3.ebuild (text/plain), 895 bytes, created by
Dario Ernst
on 2006-01-24 09:40:15 UTC
(
hide
)
Description:
first try ebuild
Filename:
MIME Type:
Creator:
Dario Ernst
Created:
2006-01-24 09:40:15 UTC
Size:
895 bytes
patch
obsolete
># Copyright 1999-2006 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >SLOT=0 >LICENSE="GPL" >KEYWORDS="~x86 ~ppc" >DESCRIPTION="ALE is an image-processing program used for tasks such as image mosaicking, super-resolution, deblurring, noise reduction, anti-aliasing, and scene reconstruction." >SRC_URI="http://auricle.dyndns.org/ALE/download/ale-0.8.3.tar.gz" >HOMEPAGE="http://auricle.dyndns.org/ALE/" >IUSE="fftw imagemagick" > >DEPEND="fftw? (sci-libs/fftw) >imagemagick? (media-gfx/imagemagick)" > >src_unpack() { > unpack ${A} > cd ${WORKDIR}/${P}/ > > 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() { > cd ${WORKDIR}/${P}/ > make ale-phony >} > > >src_install() { > cd ${WORKDIR}/${P} > mkdir -p ${D}/bin/ > cp ale ${D}/bin/ >}
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