Skip to content

Commit 8b82b55

Browse files
committed
gimp3-devel: reconcile with gimp-macos-build
1 parent 0cca7fc commit 8b82b55

File tree

1 file changed

+21
-7
lines changed

1 file changed

+21
-7
lines changed

graphics/gimp3-devel/Portfile

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ set my_name gimp3
1212
conflicts gimp2 gimp2-devel
1313
version 3.0.4
1414
revision 0
15-
license GPL-3+
15+
1616
categories graphics
17+
license GPL-3+
1718
maintainers {devans @dbevans} {mascguy @mascguy}
1819

1920
description The GNU Image Manipulation Program
@@ -68,34 +69,48 @@ depends_lib-append \
6869
path:lib/pkgconfig/gobject-introspection-1.0.pc:gobject-introspection \
6970
path:lib/pkgconfig/gtk+-3.0.pc:gtk3 \
7071
path:lib/pkgconfig/harfbuzz.pc:harfbuzz \
72+
path:lib/pkgconfig/icu-uc.pc:icu \
7173
port:iso-codes \
74+
port:jasper \
75+
port:json-c \
7276
port:json-glib \
7377
port:lcms2 \
78+
port:libarchive \
79+
port:libde265 \
7480
port:libheif \
7581
path:include/turbojpeg.h:libjpeg-turbo \
7682
port:libjxl \
7783
port:libmng \
7884
port:libmypaint \
7985
port:libpng \
86+
port:libraw \
8087
path:lib/pkgconfig/librsvg-2.0.pc:librsvg \
8188
port:libwmf \
8289
port:libxml2 \
8390
port:libxslt \
91+
port:libyaml \
8492
port:mypaint-brushes1 \
93+
port:nasm \
8594
port:openexr \
8695
port:openjpeg \
8796
path:lib/pkgconfig/pango.pc:pango \
97+
port:poly2tri-c \
8898
path:lib/pkgconfig/poppler.pc:poppler \
99+
port:poppler-data \
100+
port:qoi \
89101
port:shared-mime-info \
90102
port:tiff \
91103
port:webp \
104+
port:x265 \
92105
port:xdg-utils \
106+
port:xmlto \
93107
port:xpm \
94108
port:xz \
95109
port:zlib
96110

97111
depends_run-append \
98-
port:adwaita-icon-theme
112+
port:adwaita-icon-theme \
113+
port:hicolor-icon-theme
99114

100115
# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
101116
# redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329)
@@ -106,7 +121,7 @@ compiler.blacklist-append \
106121
*gcc-3.* *gcc-4.* {clang < 700}
107122

108123
patchfiles-append patch-etc-gimprc.in.diff
109-
patchfiles-append patch-quartz-32bit.diff
124+
#patchfiles-append patch-quartz-32bit.diff
110125
patchfiles-append MYPAINT_BRUSHES_DIR.patch
111126

112127
platform darwin {
@@ -153,11 +168,10 @@ configure.args-append \
153168
-Dgi-docgen=disabled \
154169
-Dgudev=disabled \
155170
-Dheif=enabled \
156-
-Djpeg2000=enabled \
157-
-Djpeg-xl=enabled \
158-
-Dheif=enabled \
159171
-Dilbm=disabled \
160172
-Djavascript=disabled \
173+
-Djpeg2000=enabled \
174+
-Djpeg-xl=enabled \
161175
-Dlibbacktrace=false \
162176
-Dlibunwind=false \
163177
-Dlua=false \
@@ -231,4 +245,4 @@ post-activate {
231245

232246
livecheck.type regex
233247
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

Comments
 (0)