[MacPorts] #15751: Additional variants (quantum depth configuration option) for graphicsmagick
MacPorts
noreply at macports.org
Thu Jun 26 02:50:15 PDT 2008
#15751: Additional variants (quantum depth configuration option) for graphicsmagick
--------------------------------+-------------------------------------------
Reporter: william at gallaf.net | Owner: macports-tickets at 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
More information about the macports-tickets
mailing list