# -*- 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$ PortSystem 1.0 name babl-devel conflicts babl set git_name babl set git_commit df222a5a96cb92c518428474b03dbe8c05af6bd2 set git_date 20150624 version 0.1.13-${git_date} license LGPL-3+ categories graphics maintainers devans platforms darwin description Babl is a library for dynamically handling pixel formats and managing \ conversions between them. This is the development version based on a \ recent snapshot of upstream git master. long_description ${description} homepage http://gegl.org/babl master_sites https://git.gnome.org/browse/${git_name}/snapshot/ distname ${git_name}-${git_commit} checksums rmd160 ff328a854f1f2a57bddb4fd7827184ebf87e31c8 \ sha256 bc1d247389a39937b30bc622b4d9298653b02bb220d3df254667ca1e0e02a85d depends_build port:automake \ port:autoconf \ port:libtool # 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.cmd ./autogen.sh configure.args --disable-silent-rules livecheck.type none