~ruther/guix-local

d9e94c617033d225ad33a7ff39596a36d9bbfec5 — Arun Isaac 9 years ago 9f91340
gnu: graphicsmagick: Build with 16 bit quantum depth.

Octave requires graphicsmagick to be built with 16 bit quantum depth.

* gnu/packages/imagemagick.scm (graphicsmagick)[arguments]: Add
"--with-quantum-depth=16" and "--enable-quantum-library-names"
to #:configure-flags.

Signed-off-by: Leo Famulari <leo@famulari.name>
1 files changed, 2 insertions(+), 0 deletions(-)

M gnu/packages/imagemagick.scm
M gnu/packages/imagemagick.scm => gnu/packages/imagemagick.scm +2 -0
@@ 187,6 187,8 @@ script.")
         (list "--with-frozenpaths"
               "--enable-shared=yes"
               "--with-x=yes"
               "--with-quantum-depth=16" ; required by Octave
               "--enable-quantum-library-names"
               (string-append "--with-gs-font-dir="
                              (assoc-ref %build-inputs "gs-fonts")
                              "/share/fonts/type1/ghostscript"))))