diff --git a/net/grilo/Makefile b/net/grilo/Makefile index f147e0fb3366..9be76d2d3b81 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,35 +1,38 @@ PORTNAME= grilo PORTVERSION= 0.3.19 +PORTREVISION= 1 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Framework focused on making media discovery and browsing WWW= https://gitlab.gnome.org/GNOME/grilo LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ libtotem-plparser.so:multimedia/totem-pl-parser -USES= cpe gettext gnome localbase meson pathfix pkgconfig \ +USES= cpe gettext-tools gnome localbase meson pathfix pkgconfig \ python:build tar:xz vala:build CPE_VENDOR= gnome USE_LDCONFIG= yes -USE_GNOME= glib20 introspection:build +# libxml2 is not really needed at all, see: + https://gitlab.gnome.org/GNOME/grilo/-/merge_requests/109 +USE_GNOME= glib20 introspection:build libxml2:build BINARY_ALIAS= python=${PYTHON_VERSION} MESON_ARGS= -Denable-gtk-doc=false -Dsoup3=true OPTIONS_SUB= yes OPTIONS_DEFINE= UI UI_DESC= Enable testing UI UI_MESON_TRUE= enable-test-ui UI_LIB_DEPENDS= liboauth.so:net/liboauth UI_USE= GNOME=gdkpixbuf,gtk30 PLIST_SUB+= LIBVER=319 .include