# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 # $Id: Portfile 133679 2015-03-08 19:41:34Z jeremyhu@macports.org $ PortSystem 1.0 name babl conflicts babl-devel version 0.1.12 license LGPL-3+ set branch [join [lrange [split ${version} .] 0 1] .] categories graphics maintainers devans openmaintainer platforms darwin homepage http://gegl.org/babl description Dynamic, any to any, pixel format conversion library. long_description ${description} master_sites gimp:${name}/${branch}/ use_bzip2 yes checksums rmd160 4429fc997a34c1e3f171c3097486a90437380ab5 \ sha256 2f802b7f1a17b72c10bf0fe1e69b7a888cf7ce62b7cf1537b030f7f88d55a407 # In 0.1.12, i386 fails to compile with SL's gcc-4.2: # babl-cpuaccel.c:169: error: ‘asm’ operand has impossible constraints compiler.blacklist-append *gcc* configure.args --disable-silent-rules livecheck.type regex livecheck.url http://download.gimp.org/pub/${name}/${branch}/ livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)"