aboutsummaryrefslogtreecommitdiff
path: root/graphics/gdk-pixbuf2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/gdk-pixbuf2/Makefile')
-rw-r--r--graphics/gdk-pixbuf2/Makefile19
1 files changed, 11 insertions, 8 deletions
diff --git a/graphics/gdk-pixbuf2/Makefile b/graphics/gdk-pixbuf2/Makefile
index f27cb9d2fff5..a864aa81e428 100644
--- a/graphics/gdk-pixbuf2/Makefile
+++ b/graphics/gdk-pixbuf2/Makefile
@@ -1,14 +1,10 @@
PORTNAME= gdk-pixbuf
-PORTVERSION= 2.42.12
-PORTREVISION= 2
+PORTVERSION= 2.44.1
CATEGORIES= graphics
MASTER_SITES= GNOME
PKGNAMESUFFIX= 2
DIST_SUBDIR= gnome
-PATCH_SITES= https://gitlab.gnome.org/GNOME/gdk-pixbuf/-/commit/
-PATCHFILES= 4af78023ce7d3b5e3cec422a59bb4f48fa4f5886.patch:-p1
-
MAINTAINER= desktop@FreeBSD.org
COMMENT= Graphic library for GTK
WWW= https://developer.gnome.org/gdk-pixbuf/
@@ -24,19 +20,26 @@ SHEBANG_FILES= build-aux/*.py
USE_LDCONFIG= yes
MESON_ARGS= -Dbuiltin_loaders="none" \
-Dtests=true \
+ -Dandroid=disabled \
+ -Dglycin=disabled \
-Dinstalled_tests=false
TRIGGERS= gdk-pixbuf-query-loaders
SUB_LIST= GTK2_VERSION=${GTK2_VERSION}
-LIBVERSION= 0.4200.12
+LIBVERSION= 0.4400.1
PLIST_SUB+= LIBVERSION=${LIBVERSION}
+TESTING_UNSAFE= some tests invoke OOM conditions, which may be destructive for the system
+
OPTIONS_SUB= yes
-OPTIONS_DEFINE= DOCS GIF JPEG MANPAGES PNG TIFF
+OPTIONS_DEFINE= DOCS MANPAGES
OPTIONS_DEFAULT=GIF JPEG MANPAGES PNG TIFF
+# at least one format has to be selected, otherwise the build fails
+OPTIONS_MULTI= FORMATS
+OPTIONS_MULTI_FORMATS= GIF JPEG PNG TIFF
DOCS_BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}gi-docgen>0:textproc/py-gi-docgen@${PY_FLAVOR}
-DOCS_MESON_TRUE= gtk_doc
+DOCS_MESON_TRUE= documentation
GIF_MESON_ENABLED= gif