Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67078 - imagemagick ebuild could explicitly request "--with" options
Summary: imagemagick ebuild could explicitly request "--with" options
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High enhancement (vote)
Assignee: Karol Wojtaszek (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-11 05:08 UTC by Georgi Georgiev
Modified: 2004-11-01 16:47 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
imagemagick ebuild (imagemagick-6.1.1.2.ebuild,2.02 KB, text/plain)
2004-10-19 10:33 UTC, Karol Wojtaszek (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Georgi Georgiev 2004-10-11 05:08:04 UTC
imagemagick currently says things like

     use lcms || myconf="${myconf} --without-lcms"

What about changing these to:

    myconf="${myconf} $(use_with lcms)"

There is nothing gained at the moment, except the code becomes a little prettier.
Comment 1 Karol Wojtaszek (RETIRED) gentoo-dev 2004-10-11 10:04:46 UTC
Yes i know, imagemagick ebuild needs some love. I'll take up it in wednesday.
Comment 2 Karol Wojtaszek (RETIRED) gentoo-dev 2004-10-19 10:33:14 UTC
Created attachment 42189 [details]
imagemagick ebuild
Comment 3 Karol Wojtaszek (RETIRED) gentoo-dev 2004-10-19 10:33:35 UTC
I've written new ebuild and now waiting for libfpx package to be keyworded with archs that imagemagick has. 
Comment 4 Karol Wojtaszek (RETIRED) gentoo-dev 2004-11-01 16:47:15 UTC
Commited to CVS.