diff options
Diffstat (limited to 'graphics/gegl')
-rw-r--r-- | graphics/gegl/Makefile | 23 | ||||
-rw-r--r-- | graphics/gegl/distinfo | 6 |
2 files changed, 12 insertions, 17 deletions
diff --git a/graphics/gegl/Makefile b/graphics/gegl/Makefile index c69520319531..189c564ad4a3 100644 --- a/graphics/gegl/Makefile +++ b/graphics/gegl/Makefile @@ -1,6 +1,6 @@ PORTNAME= gegl -DISTVERSION= 0.4.58 -PORTREVISION= 2 +DISTVERSION= 0.4.62 +PORTREVISION= 3 CATEGORIES= graphics MASTER_SITES= GIMP @@ -19,13 +19,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 +36,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..6baf544fe586 100644 --- a/graphics/gegl/distinfo +++ b/graphics/gegl/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1742856432 -SHA256 (gegl-0.4.58.tar.xz) = d5678bbd5fe535941b82f965b97fcc9385ce936f70c982bd565a53d5519d1bff -SIZE (gegl-0.4.58.tar.xz) = 6020756 +TIMESTAMP = 1752052464 +SHA256 (gegl-0.4.62.tar.xz) = 5887576371ebf1d9e90797d10e4b9a7f1658228d4827583e79e1db3d94505c6c +SIZE (gegl-0.4.62.tar.xz) = 6025372 |