Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 237707 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]
Proposed updated ebuild
amide-0.9.2-r1.ebuild (text/plain), 1.39 KB, created by
Attila Tóth
on 2010-07-06 10:00:58 UTC
(
hide
)
Description:
Proposed updated ebuild
Filename:
MIME Type:
Creator:
Attila Tóth
Created:
2010-07-06 10:00:58 UTC
Size:
1.39 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >DESCRIPTION="AMIDE's a Medical Imaging Data Examiner with GTK interface" >HOMEPAGE="http://amide.sourceforge.net" >DEB_PV=1 # Debian patch amide_0.9.2-1.diff >SRC_URI="mirror://sourceforge/${PN}/${P}.tgz >mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}-${DEB_PV}.diff.gz" > ># http://sourceforge.net/projects/amide/ >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86" >IUSE="gsl xmedcon fame volpack dcmtk debug doc" > >RDEPEND=" >>=x11-libs/gtk+-2.10 >xmedcon? ( >=media-gfx/xmedcon-0.10 ) >volpack? ( media-libs/volpack ) >fame? ( media-libs/libfame ) >gsl? ( sci-libs/gsl ) >dcmtk? ( >=sci-misc/dcmtk-3.4 ) >mpeg? ( media-video/mpeg-tools ) >" > >src_unpack() { > unpack ${A} > epatch "${PN}_${PV}-${DEB_PV}.diff" > EPATCH_SOURCE="${S}/debian/patches" EPATCH_SUFFIX="diff" \ > EPATCH_FORCE="yes" epatch >} > >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 dcmtk libdcmdata) \ > $(use_enable volpack libvolpack) \ > $(use_enable debug amide-debug) \ > $(use_enable doc) \ > $(use_enable doc gtk-doc) \ > || die "configure failed" > emake || 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