diff options
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 26 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 8 |
2 files changed, 17 insertions, 17 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index c69520319531..7c363201fa41 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,9 +1,12 @@ PORTNAME= gegl -DISTVERSION= 0.4.58 -PORTREVISION= 2 +DISTVERSION= 0.4.62 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= GIMP +PATCH_SITES+= https://gitlab.gnome.org/GNOME/gegl/-/commit/ +PATCHFILES+= eda8ba51786f197b72265eafcdab407d91ec9c70.diff:-p1 + MAINTAINER= gnome@FreeBSD.org COMMENT= Graph based image processing framework WWW= https://gegl.org/ @@ -19,13 +22,8 @@ LIB_DEPENDS= libbabl-0.1.so:x11/babl \ libnsgif.so:graphics/libnsgif \ libpng.so:graphics/png -USES= cpe gettext gnome jpeg localbase:ldflags meson pkgconfig shebangfix \ - uniquefiles tar:xz -.if exists(/usr/include/omp.h) -USES+= compiler:c++14-lang -.else -USES+= compiler:gcc-c++11-lib -.endif +USES= compiler:c++14-lang cpe gettext gnome jpeg localbase:ldflags \ + meson pkgconfig shebangfix uniquefiles tar:xz USE_GNOME= glib20 introspection:build USE_LDCONFIG= yes @@ -41,12 +39,12 @@ MESON_ARGS= -Ddocs=false \ -Dmaxflow=disabled \ -Dmrg=disabled \ -Dpygobject=disabled \ - -Dlua=disabled \ - ${MESON_ARGS_${ARCH}} -MESON_ARGS_armv6= -Dopenmp=disabled -MESON_ARGS_armv7= -Dopenmp=disabled + -Dlua=disabled +.if !exists(/usr/include/omp.h) +MESON_ARGS+= -Dopenmp=disabled +.endif -GEGL_SHLIB= 0.457.1 +GEGL_SHLIB= 0.461.1 GEGL_VER= 0.4 PLIST_SUB+= GEGL_SHLIB=${GEGL_SHLIB} GEGL_VER=${GEGL_VER} diff --git a/graphics/gegl/distinfo b/graphics/gegl/distinfo index 9bec1ea7c920..20c4e35e202d 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,3 +1,5 @@ -TIMESTAMP = 1742856432 -SHA256 (gegl-0.4.58.tar.xz) = d5678bbd5fe535941b82f965b97fcc9385ce936f70c982bd565a53d5519d1bff -SIZE (gegl-0.4.58.tar.xz) = 6020756 +TIMESTAMP = 1757339996 +SHA256 (gegl-0.4.62.tar.xz) = 5887576371ebf1d9e90797d10e4b9a7f1658228d4827583e79e1db3d94505c6c +SIZE (gegl-0.4.62.tar.xz) = 6025372 +SHA256 (eda8ba51786f197b72265eafcdab407d91ec9c70.diff) = 2e83d7f6835a9eda7dcbba6579a762bf6c231457109176f4de20ffabd85ecf63 +SIZE (eda8ba51786f197b72265eafcdab407d91ec9c70.diff) = 1335 |