Last change
on this file was
153230,
checked in by devans@…, 19 months ago
|
gdk-pixbuf2: update to version 2.36.0.
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
1.9 KB
|
Line | |
---|
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 | # $Id: Portfile 153230 2016-09-27 16:12:54Z devans@macports.org $ |
---|
3 | |
---|
4 | PortSystem 1.0 |
---|
5 | PortGroup gobject_introspection 1.0 |
---|
6 | |
---|
7 | name gdk-pixbuf2 |
---|
8 | set my_name gdk-pixbuf |
---|
9 | epoch 2 |
---|
10 | version 2.36.0 |
---|
11 | license LGPL |
---|
12 | set branch [join [lrange [split ${version} .] 0 1] .] |
---|
13 | categories graphics |
---|
14 | maintainers devans openmaintainer |
---|
15 | homepage http://www.gtk.org/ |
---|
16 | platforms darwin |
---|
17 | distname ${my_name}-${version} |
---|
18 | use_xz yes |
---|
19 | |
---|
20 | description The gdk-pixbuf-2.0 library |
---|
21 | |
---|
22 | long_description ${description} |
---|
23 | |
---|
24 | master_sites gnome:sources/${my_name}/${branch}/ |
---|
25 | |
---|
26 | checksums rmd160 0a6079ba5a018ff62aaeb0af699a1355c7500f5c \ |
---|
27 | sha256 85ab52ce9f2c26327141b3dcf21cca3da6a3f8de84b95fa1e727d8871a23245c |
---|
28 | |
---|
29 | depends_build port:pkgconfig |
---|
30 | |
---|
31 | depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \ |
---|
32 | port:shared-mime-info \ |
---|
33 | port:libpng \ |
---|
34 | port:jasper \ |
---|
35 | port:jpeg \ |
---|
36 | port:tiff |
---|
37 | |
---|
38 | patchfiles patch-tests-pixbuf-readonly-to-mutable.c.diff |
---|
39 | |
---|
40 | gobject_introspection yes |
---|
41 | |
---|
42 | use_autoreconf yes |
---|
43 | autoreconf.args -fvi |
---|
44 | |
---|
45 | configure.args --with-libjasper \ |
---|
46 | --disable-silent-rules |
---|
47 | |
---|
48 | test.run yes |
---|
49 | test.target check |
---|
50 | |
---|
51 | post-activate { |
---|
52 | system "${prefix}/bin/gdk-pixbuf-query-loaders --update-cache" |
---|
53 | } |
---|
54 | |
---|
55 | variant bundle description {Enable application bundle relocation support} { |
---|
56 | configure.args-append --enable-relocations |
---|
57 | } |
---|
58 | |
---|
59 | variant x11 { |
---|
60 | depends_lib-append port:xorg-libX11 |
---|
61 | configure.args-append --with-x11 |
---|
62 | } |
---|
63 | |
---|
64 | if {![variant_isset quartz]} { |
---|
65 | default_variants +x11 |
---|
66 | } |
---|
67 | |
---|
68 | livecheck.type gnome |
---|
69 | livecheck.name ${my_name} |
---|
Note: See
TracBrowser
for help on using the repository browser.