Commits
David B. Evans authored 5da4c3884ef
1 1 | # -*- 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 |
2 2 | # $Id$ |
3 3 | |
4 4 | PortSystem 1.0 |
5 5 | |
6 6 | name babl |
7 7 | conflicts babl-devel |
8 - | version 0.1.14 |
8 + | version 0.1.16 |
9 9 | license LGPL-3+ |
10 10 | set branch [join [lrange [split ${version} .] 0 1] .] |
11 11 | categories graphics |
12 12 | maintainers devans openmaintainer |
13 13 | platforms darwin |
14 14 | homepage http://gegl.org/babl |
15 15 | description Dynamic, any to any, pixel format conversion library. |
16 16 | |
17 17 | long_description ${description} |
18 18 | |
19 19 | master_sites gimp:${name}/${branch}/ |
20 20 | |
21 21 | use_bzip2 yes |
22 22 | |
23 - | checksums rmd160 df886c51b01b7b8ee52bbdd9b0cdf0a20e65f728 \ |
24 - | sha256 e6dcb112c8f8f75471823fdcc5a6a65f753b4d0e96e377979ea01a5d6fad7d4f |
23 + | checksums rmd160 4cf72080db28fb104ee04ca24e129eeef9bf4869 \ |
24 + | sha256 7d6ba55ec53ee6f6bf6945beec28839d09ff72376f4d83035eb379cd4f3e980e |
25 25 | |
26 26 | # In 0.1.12, i386 fails to compile with SL's gcc-4.2: |
27 27 | # babl-cpuaccel.c:169: error: ‘asm’ operand has impossible constraints |
28 28 | compiler.blacklist-append *gcc* |
29 29 | |
30 30 | configure.args --disable-silent-rules \ |
31 31 | ac_cv_prog_AWK=/usr/bin/awk |
32 32 | |
33 33 | livecheck.type regex |
34 34 | livecheck.url http://download.gimp.org/pub/${name}/${branch}/ |
35 35 | livecheck.regex "${name}-(\\d+(?:\\.\\d+)+)" |