@@ -12,8 +12,9 @@ set my_name gimp3
12
12
conflicts gimp2 gimp2-devel
13
13
version 3.0.4
14
14
revision 0
15
- license GPL-3+
15
+
16
16
categories graphics
17
+ license GPL-3+
17
18
maintainers {devans @dbevans} {mascguy @mascguy}
18
19
19
20
description The GNU Image Manipulation Program
@@ -68,34 +69,48 @@ depends_lib-append \
68
69
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \
69
70
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
70
71
path:lib/pkgconfig/harfbuzz.pc:harfbuzz \
72
+ path:lib/pkgconfig/icu-uc.pc:icu \
71
73
port:iso-codes \
74
+ port:jasper \
75
+ port:json-c \
72
76
port:json-glib \
73
77
port:lcms2 \
78
+ port:libarchive \
79
+ port:libde265 \
74
80
port:libheif \
75
81
path:include/turbojpeg.h:libjpeg-turbo \
76
82
port:libjxl \
77
83
port:libmng \
78
84
port:libmypaint \
79
85
port:libpng \
86
+ port:libraw \
80
87
path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
81
88
port:libwmf \
82
89
port:libxml2 \
83
90
port:libxslt \
91
+ port:libyaml \
84
92
port:mypaint-brushes1 \
93
+ port:nasm \
85
94
port:openexr \
86
95
port:openjpeg \
87
96
path:lib/pkgconfig/pango.pc:pango \
97
+ port:poly2tri-c \
88
98
path:lib/pkgconfig/poppler.pc:poppler \
99
+ port:poppler-data \
100
+ port:qoi \
89
101
port:shared-mime-info \
90
102
port:tiff \
91
103
port:webp \
104
+ port:x265 \
92
105
port:xdg-utils \
106
+ port:xmlto \
93
107
port:xpm \
94
108
port:xz \
95
109
port:zlib
96
110
97
111
depends_run-append \
98
- port:adwaita-icon-theme
112
+ port:adwaita-icon-theme \
113
+ port:hicolor-icon-theme
99
114
100
115
# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
101
116
# redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329)
@@ -106,7 +121,7 @@ compiler.blacklist-append \
106
121
*gcc-3.* *gcc-4.* {clang < 700}
107
122
108
123
patchfiles-append patch-etc-gimprc.in.diff
109
- patchfiles-append patch-quartz-32bit.diff
124
+ # patchfiles-append patch-quartz-32bit.diff
110
125
patchfiles-append MYPAINT_BRUSHES_DIR.patch
111
126
112
127
platform darwin {
@@ -153,11 +168,10 @@ configure.args-append \
153
168
-Dgi-docgen=disabled \
154
169
-Dgudev=disabled \
155
170
-Dheif=enabled \
156
- -Djpeg2000=enabled \
157
- -Djpeg-xl=enabled \
158
- -Dheif=enabled \
159
171
-Dilbm=disabled \
160
172
-Djavascript=disabled \
173
+ -Djpeg2000=enabled \
174
+ -Djpeg-xl=enabled \
161
175
-Dlibbacktrace=false \
162
176
-Dlibunwind=false \
163
177
-Dlua=false \
@@ -231,4 +245,4 @@ post-activate {
231
245
232
246
livecheck.type regex
233
247
livecheck.url https://download.gimp.org/mirror/pub/gimp/v${branch} /
234
- livecheck.regex " gimp -(${branch} (?:\\ .\\ d+)*)${extract.suffix} "
248
+ livecheck.regex " ${my_name} -(${branch} (?:\\ .\\ d+)*)${extract.suffix} "
0 commit comments