aboutsummaryrefslogtreecommitdiff
path: root/multimedia/libmediaart/Makefile
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2022-06-27 07:44:40 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2022-06-27 07:45:23 +0000
commit38615cd94f8d4e46d8a5013af38726e078fa7cc6 (patch)
treea429cc8a1190489a9b10f7dab6ea8bb8c55600d1 /multimedia/libmediaart/Makefile
parent84f32169ed730eb0244ef01c59aea892ba1d3895 (diff)
downloadports-38615cd94f8d4e46d8a5013af38726e078fa7cc6.tar.gz
ports-38615cd94f8d4e46d8a5013af38726e078fa7cc6.zip
multimedia/libmediaart: update to 1.9.6
While here be consistent with the other gnome libs by disabling gtk_doc
Diffstat (limited to 'multimedia/libmediaart/Makefile')
-rw-r--r--multimedia/libmediaart/Makefile12
1 files changed, 2 insertions, 10 deletions
diff --git a/multimedia/libmediaart/Makefile b/multimedia/libmediaart/Makefile
index 6e30e1c1be26..4d9880d48d0a 100644
--- a/multimedia/libmediaart/Makefile
+++ b/multimedia/libmediaart/Makefile
@@ -1,8 +1,7 @@
# Created by: Gustau Perez <gustau.perez@gmail.com>
PORTNAME= libmediaart
-DISTVERSION= 1.9.5
-PORTREVISION= 1
+DISTVERSION= 1.9.6
CATEGORIES= multimedia devel
MASTER_SITES= GNOME
@@ -20,13 +19,6 @@ USES= gnome meson pathfix pkgconfig tar:xz
USE_GNOME= gdkpixbuf2 introspection:build
USE_LDCONFIG= yes
-MESON_ARGS= -Dimage_library=gdk-pixbuf
-
-OPTIONS_DEFINE= DOCS
-DOCS_BUILD_DEPENDS= gtk-doc>=0:textproc/gtk-doc
-DOCS_MESON_TRUE= gtk_doc
-#option('image_library', type: 'combo', choices: ['auto', 'gdk-pixbuf', 'qt4', 'qt5'],
-# description: 'Which image processing backend to use')
-#option('with-docs', type : 'combo', choices : ['auto', 'yes', 'no'], value : 'auto')
+MESON_ARGS= -Dimage_library=gdk-pixbuf -Dgtk_doc=false
.include <bsd.port.mk>