Ticket #34341: gimp-2.8.0.patch
File gimp-2.8.0.patch, 9.3 KB (added by singingwolfboy@…, 12 years ago) |
---|
-
python/py27-gobject/files/patch-gi_pygi.h
1 --- gi/pygi.h.orig 2010-11-09 20:22:40.000000000 -06002 +++ gi/pygi.h 2010-11-09 20:23:09.000000000 -06003 @@ -152,7 +152,7 @@4 pygi_get_property_value (PyGObject *instance,5 const gchar *attr_name)6 {7 - return -1;8 + return NULL;9 }10 11 static inline gint -
python/py27-gobject/Portfile
6 6 name py27-gobject 7 7 platforms darwin 8 8 set my_name pygobject 9 version 2.26.0 10 revision 2 9 version 2.28.6 11 10 set branch [join [lrange [split ${version} .] 0 1] .] 12 11 categories python gnome 13 12 license LGPL-2.1+ … … 24 23 homepage http://www.pygtk.org/ 25 24 master_sites gnome:sources/${my_name}/${branch}/ 26 25 distname ${my_name}-${version} 27 use_ bzip2yes26 use_xz yes 28 27 dist_subdir py-gobject 29 28 30 checksums md5 7e3352c4b83ce8dc15290e86dd9c2be0 \ 31 sha1 d091412760d44477e76ae995125c8fc5a15eae74 \ 32 rmd160 dd164d29232509f729fe7f766b18d1985eca73f6 29 checksums rmd160 4bc5e8546a5029d3d6b154629ab3fa4023d96bef \ 30 sha256 fb8a1d4f665130a125011659bd347c7339c944232163dbb9a34fd0686577adb8 33 31 34 32 depends_build port:pkgconfig 35 33 depends_lib path:${prefix}/lib/pkgconfig/glib-2.0.pc:glib2 \ … … 39 37 port:libffi \ 40 38 port:python27 41 39 42 patchfiles patch-gi_pygi.hpatch-gio_gio-types.defs40 patchfiles patch-gio_gio-types.defs 43 41 44 42 set python_prefix ${frameworks_dir}/Python.framework/Versions/2.7 45 43 -
aqua/gimp-app/Portfile
5 5 PortGroup xcode 1.0 6 6 7 7 name gimp-app 8 version 2. 6.128 version 2.8.0 9 9 license GPL-2 10 10 maintainers nomaintainer 11 11 description GIMP.app application bundle -
graphics/gdk-pixbuf2/Portfile
5 5 6 6 name gdk-pixbuf2 7 7 set my_name gdk-pixbuf 8 version 2.24.0 9 revision 1 8 version 2.26.1 10 9 epoch 2 11 10 license LGPL 12 11 set branch [join [lrange [split ${version} .] 0 1] .] … … 15 14 homepage http://www.gtk.org/ 16 15 platforms darwin 17 16 distname ${my_name}-${version} 18 use_bzip2 yes 17 use_xz yes 18 checksums rmd160 a541fec932a3d89ad9b4835645989a687c8d56a7 \ 19 sha256 a60af12b58d9cc15ba4c680c6730ce5d38e8d664af1d575a379385b94b4ec7ba 19 20 20 21 description The gdk-pixbuf-2.0 library 21 22 … … 25 26 master_sites gnome:sources/${my_name}/${branch}/ \ 26 27 ftp://ftp.gtk.org/pub/${my_name}/${branch}/ 27 28 28 checksums rmd160 5cd81ae03cc47878e253855d3b5043f734287187 \29 sha256 38d2630314e6d91976bffd833236f84fefa440a9038f86dc422820a39f2e370030 29 31 30 depends_build port:pkgconfig 32 31 -
graphics/gimp/Portfile
4 4 PortSystem 1.0 5 5 6 6 name gimp 7 version 2. 6.127 version 2.8.0 8 8 set branch [join [lrange [split ${version} .] 0 1] .] 9 9 categories graphics 10 10 maintainers devans -
graphics/gegl/files/patch-configure.diff
1 --- configure .orig 2011-11-18 11:13:16.000000000 -08002 +++ configure 2011-11-25 07:19:14.000000000 -08003 @@ -1 8259,9 +18259,9 @@1 --- configure 2012-05-13 17:43:24.000000000 -0400 2 +++ configure.original 2012-05-13 17:43:14.000000000 -0400 3 @@ -19635,9 +19635,9 @@ 4 4 5 5 6 6 7 - PYTHON_PREFIX= '${prefix}'8 + PYTHON_PREFIX= `$PYTHON -c 'import sys; print sys.prefix;'`7 - PYTHON_PREFIX=`$PYTHON -c 'import sys; print sys.prefix;'` 8 + PYTHON_PREFIX='${prefix}' 9 9 10 - PYTHON_EXEC_PREFIX= '${exec_prefix}'11 + PYTHON_EXEC_PREFIX= `$PYTHON -c 'import sys; print sys.exec_prefix;'`10 - PYTHON_EXEC_PREFIX=`$PYTHON -c 'import sys; print sys.exec_prefix;'` 11 + PYTHON_EXEC_PREFIX='${exec_prefix}' 12 12 13 13 14 14 -
graphics/gegl/Portfile
4 4 PortSystem 1.0 5 5 6 6 name gegl 7 version 0.1.8 8 revision 1 7 version 0.2.0 9 8 license {GPL-3+ LGPL-3+} 10 9 set branch [join [lrange [split ${version} .] 0 1] .] 11 10 categories graphics … … 13 12 platforms darwin 14 13 homepage http://gegl.org/ 15 14 master_sites gimp:${name}/${branch}/ 16 15 checksums rmd160 cc10365cff27dd42b002bf305f82de54d8c158fa \ 16 sha256 df2e6a0d9499afcbc4f9029c18d9d1e0dd5e8710a75e17c9b1d9a6480dd8d426 17 17 use_bzip2 yes 18 18 19 19 description \ … … 26 26 27 27 universal_variant no 28 28 29 checksums sha1 3d4d902580f5c5122b01b5188b6b5da03089ecac \30 rmd160 5ebd7663285a57205661868452e650ba41b9df7f31 29 32 30 depends_build \ 33 31 port:pkgconfig \ -
graphics/babl/files/babl-palette.c.patch
1 --- babl/babl-palette.c.orig 2012-05-13 10:53:39.000000000 -0400 2 +++ babl/babl-palette.c 2012-05-13 10:53:58.000000000 -0400 3 @@ -19,7 +19,7 @@ 4 #include <stdlib.h> 5 #include <string.h> 6 #include <stdio.h> 7 -#include <values.h> 8 +#include <limits.h> 9 #include <assert.h> 10 #include "config.h" 11 #include "babl-internal.h" -
graphics/babl/Portfile
4 4 PortSystem 1.0 5 5 6 6 name babl 7 version 0.1. 67 version 0.1.10 8 8 license LGPL-3+ 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 categories graphics … … 12 12 platforms darwin 13 13 homepage http://gegl.org/babl 14 14 master_sites gimp:${name}/${branch}/ 15 15 checksums rmd160 a18b57be692cf5fec8b6649609d5d8ddb9a97f87 \ 16 sha256 943fc36ceac7dd25bc928256bc7b535a42989c6b971578146869eee5fe5955f4 16 17 use_bzip2 yes 17 18 18 19 description \ … … 22 23 long_description \ 23 24 ${description} 24 25 25 checksums sha1 3178ec9f988efe895d00e2d432ad9b6ec10211e9 \26 rmd160 69f1493909ad571b89385b61636ed9f6ba16dd8527 26 28 27 depends_build port:w3m \ 29 28 port:librsvg 30 29 31 patchfiles clang.patch 30 patchfiles clang.patch \ 31 babl-palette.c.patch 32 32 33 33 platform darwin { 34 34 if {$build_arch == "x86_64"} { -
graphics/gimp2/Portfile
6 6 name gimp2 7 7 conflicts gimp2-devel 8 8 # please remember to update the gimp metapackage to match 9 version 2. 6.1210 license {GPL- 2+ LGPL}9 version 2.8.0 10 license {GPL-3+ LGPL-3+} 11 11 categories graphics 12 12 maintainers devans 13 13 homepage http://www.gimp.org/ … … 29 29 set branch [join [lrange [split ${version} .] 0 1] .] 30 30 master_sites gimp:gimp/v${branch}/ 31 31 32 checksums md5 9f876ee63a0c4a4c83f50f32fb3bbe63 \33 sha1 82964e3d4eb003239f3443a1bccac53f5d780e15 \34 rmd160 3c7ae863474dea670eaeb914e333ba6bf50c7fcc35 32 36 33 distname gimp-${version} 37 34 checksums rmd160 aeff9275461d0171e22b2281aae28ca4fb4bc63f \ 35 sha256 dd6cee080d18faefa010ba4823e60ee7c49a4d1574a78c6dfb590592a09f2dcc 38 36 use_bzip2 yes 39 37 40 38 depends_build port:pkgconfig \ … … 91 89 --with-x \ 92 90 --x-includes=${prefix}/include \ 93 91 --x-libraries=${prefix}/lib \ 94 --without-hal \95 92 --without-alsa \ 96 93 --without-gvfs \ 97 94 --without-webkit … … 133 130 configure.args-delete --without-gvfs 134 131 } 135 132 136 variant remote description {Enable building of obsolete gimp-remote helper app} {137 configure.args-append --enable-gimp-remote138 }139 140 133 variant help_browser description {Enable Gimp help browser} { 141 134 depends_lib-append port:webkit-gtk 142 135 configure.args-delete --without-webkit