#15751: Additional variants (quantum depth configuration option) for graphicsmagick --------------------------------+------------------------------------------- Reporter: william@gallaf.net | Owner: macports-tickets@lists.macosforge.org Type: enhancement | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.6.0 Keywords: | --------------------------------+------------------------------------------- By adding the following lines to the portfile, the quantum depth of the graphicsmagick build may be set, allowing it to output images with a higher bit-depth than eight! {{{ variant quantumdepth8 conflicts quantumdepth16 quantumdepth32 { configure.args-append --with-quantum- depth=8 } variant quantumdepth16 conflicts quantumdepth8 quantumdepth32 { configure.args-append --with-quantum- depth=16 } variant quantumdepth32 conflicts quantumdepth8 quantumdepth16 { configure.args-append --with-quantum- depth=32 } }}} -- Ticket URL: <http://trac.macports.org/ticket/15751> MacPorts <http://www.macports.org/> Ports system for Mac OS