[MacPorts] #15751: GraphicsMagick: Add variants for different quantum depths

MacPorts noreply at macports.org
Fri Jul 11 02:42:53 PDT 2008


#15751: GraphicsMagick: Add variants for different quantum depths
---------------------------------+------------------------------------------
  Reporter:  william at gallaf.net  |       Owner:  macports-tickets at lists.macosforge.org
      Type:  enhancement         |      Status:  new                                  
  Priority:  Normal              |   Milestone:  Port Enhancements                    
 Component:  ports               |     Version:  1.6.0                                
Resolution:                      |    Keywords:                                       
---------------------------------+------------------------------------------
Comment (by william at gallaf.net):

 Yes, absolutely agree, revised version below.

 The default quantum depth is indeed 8 in GraphicsMagick! This is mentioned
 in http://www.graphicsmagick.org/www/INSTALL-unix.html

 Do you think we should add a "default_variants +q8" here to force this to
 remain a constant in the macport, or leave the default to follow
 GraphicsMagick's default, even if that changes in the future?

 {{{
 variant q8 conflicts q16 q32 description {Use 8 bits per pixel quantum
 (default)} {
                                 configure.args-append --with-quantum-
 depth=8
 }

 variant q16 conflicts q8 q32 description {Use 16 bits per pixel quantum} {
                                 configure.args-append --with-quantum-
 depth=16
 }

 variant q32 conflicts q8 q16 description {Use 32 bits per pixel quantum} {
                                 configure.args-append --with-quantum-
 depth=32
 }

 }}}

-- 
Ticket URL: <http://trac.macports.org/ticket/15751#comment:2>
MacPorts <http://www.macports.org/>
Ports system for Mac OS


More information about the macports-tickets mailing list