diff options
Diffstat (limited to 'net/grilo/Makefile')
-rw-r--r-- | net/grilo/Makefile | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile index f41f7bbf91ea..9be76d2d3b81 100644 --- a/net/grilo/Makefile +++ b/net/grilo/Makefile @@ -1,24 +1,26 @@ PORTNAME= grilo -PORTVERSION= 0.3.16 +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://wiki.gnome.org/Grilo +WWW= https://gitlab.gnome.org/GNOME/grilo -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libsoup-3.0.so:devel/libsoup3 \ - liboauth.so:net/liboauth \ 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 +# 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 @@ -28,8 +30,9 @@ 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=316 +PLIST_SUB+= LIBVER=319 .include <bsd.port.mk> |