Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 204349 Details for
Bug 119355
AMIDE: A Medical Image Data Examiner
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
add needed deps, EAPI=2
amide-0.9.1-r1.ebuild (text/plain), 1.21 KB, created by
thewtex
on 2009-09-16 18:36:12 UTC
(
hide
)
Description:
add needed deps, EAPI=2
Filename:
MIME Type:
Creator:
thewtex
Created:
2009-09-16 18:36:12 UTC
Size:
1.21 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >EAPI="2" > >inherit eutils > >DESCRIPTION="AMIDE's a Medical Imaging Data Examiner" >HOMEPAGE="http://${PN}.sourceforge.net" >SRC_URI="mirror://sourceforge/${PN}/${P}.tgz" > >LICENSE="GPL" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="gsl xmedcon fame volpack +dicom debug doc" > >RDEPEND=" >gnome-base/gnome-vfs >>=x11-libs/gtk+-2.10 >xmedcon? ( >=media-gfx/xmedcon-0.10 ) >volpack? ( media-libs/volpack ) >fame? ( media-libs/libfame ) >gsl? ( sci-libs/gsl ) >dicom? ( sci-libs/dcmtk ) >" > >DEPEND="${RDEPEND}" > >src_prepare () { > epatch "${FILESDIR}/amide-0.9.1-oldgtk.patch" || die "patching failed" > eautoreconf >} > >src_configure() { > econf \ > $(use_enable gsl gsltest) \ > $(use_enable gsl libgsl) \ > $(use_enable xmedcon xmedcontest) \ > $(use_enable xmedcon libmdc) \ > $(use_enable fame libfametest) \ > $(use_enable fame libfame) \ > $(use_enable dicom libdcmdata) \ > $(use_enable volpack libvolpack) \ > $(use_enable debug amide-debug) \ > $(use_enable doc) \ > $(use_enable doc gtk-doc) \ > || die "configure failed" >} > >src_compile () { > emake -j1 || die "compile problem" >} > > >src_install() { > emake DESTDIR="${D}" install || 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 119355
:
77387
|
79785
|
139275
|
196012
|
196016
| 204349 |
204351
|
237707