imagemagick depends on x stuff
Bug #199418 reported by
okparanoid
This bug affects 9 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
imagemagick (Debian) |
Confirmed
|
Unknown
|
|||
imagemagick (Ubuntu) |
Fix Released
|
Wishlist
|
Unassigned | ||
Bug Description
Hello i have installed mediawiki on my ubuntu hardy server and need imagemagick to have the convert program.
However imagemagick depend on lot X11 stuff and i think that's not good for a server.
We should have a way to have basics imagemagick tools who do non depends on x integrated in a separate package.
Best regards
Changed in imagemagick: | |
status: | Unknown → New |
Changed in imagemagick: | |
status: | Confirmed → Triaged |
Changed in imagemagick (Debian): | |
status: | New → Confirmed |
Changed in imagemagick (Ubuntu): | |
status: | In Progress → Triaged |
assignee: | broucaries (roucaries-bastien+bugs) → nobody |
Changed in imagemagick (Ubuntu): | |
status: | Triaged → Fix Released |
To post a comment you must log in.
If i look here : www.imagemagick .org/script/ advanced- unix-installati on.php
http://
It seem possible to compile imagemagick with --without-x option :
don't use the X Window System.
By default, ImageMagick uses the X11 delegate libraries if they are available. When --without-x is specified, use of X11 is disabled. The display, animate, and import sub-commands are not included. The remaining sub-commands have reduced functionality such as no access to X11 fonts (consider using Postscript or TrueType fonts instead).
Is it possible to provide an alternate "imagemagick-nox" package for hardy using this option ?
BR