Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 139275 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]
ebuild for version bump + some rework
amide-0.9.1.ebuild (text/plain), 1.04 KB, created by
antonmx
on 2007-12-25 08:37:04 UTC
(
hide
)
Description:
ebuild for version bump + some rework
Filename:
MIME Type:
Creator:
antonmx
Created:
2007-12-25 08:37:04 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >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" > >DEPEND=" >>=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_compile () { > > 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" > 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