The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / package / imagemagick / Config.in
1 config BR2_PACKAGE_IMAGEMAGICK
2         bool "imagemagick"
3         depends on BR2_USE_MMU # fork()
4         depends on BR2_TOOLCHAIN_HAS_THREADS
5         help
6           ImageMagick(R) is a software suite to create, edit, and compose
7           bitmap images. It can read, convert and write images in a variety of
8           formats (about 100) including DPX, EXR, GIF, JPEG, JPEG-2000, PDF,
9           PhotoCD, PNG, Postscript, SVG, and TIFF. Use ImageMagick to
10           translate, flip, mirror, rotate, scale, shear and transform images,
11           adjust image colors, apply various special effects, or draw text,
12           lines, polygons, ellipses and Bézier curves.
13
14           http://www.imagemagick.org/
15
16 comment "imagemagick needs a toolchain w/ threads"
17         depends on BR2_USE_MMU
18         depends on !BR2_TOOLCHAIN_HAS_THREADS