diff options
Diffstat (limited to 'net/grilo-plugins/Makefile')
-rw-r--r-- | net/grilo-plugins/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile index 3823aa21ce83..2f7f365e4b08 100644 --- a/net/grilo-plugins/Makefile +++ b/net/grilo-plugins/Makefile @@ -1,35 +1,35 @@ PORTNAME= grilo-plugins -PORTVERSION= 0.3.16 -PORTREVISION= 1 +PORTVERSION= 0.3.18 CATEGORIES= net MASTER_SITES= GNOME MAINTAINER= gnome@FreeBSD.org COMMENT= Plugins for net/grilo -WWW= https://wiki.gnome.org/Grilo +WWW= https://gitlab.gnome.org/GNOME/grilo-plugins -LICENSE= LGPL21 +LICENSE= LGPL21+ LICENSE_FILE= ${WRKSRC}/COPYING -BUILD_DEPENDS= itstool:textproc/itstool +BUILD_DEPENDS= itstool:textproc/itstool \ + localsearch:sysutils/localsearch LIB_DEPENDS= libgrilo-0.3.so:net/grilo \ libavahi-gobject.so:net/avahi-app \ - libgdata.so:devel/libgdata \ - liboauth.so:net/liboauth \ libgoa-1.0.so:net/gnome-online-accounts \ libgom-1.0.so:databases/gom \ libtotem-plparser.so:multimedia/totem-pl-parser \ libsoup-3.0.so:devel/libsoup3 \ libmediaart-2.0.so:multimedia/libmediaart \ - libgmime-2.6.so:mail/gmime26 \ libjson-glib-1.0.so:devel/json-glib \ libtinysparql-3.0.so:devel/tinysparql -USES= gettext gperf gnome gstreamer libarchive meson pathfix pkgconfig sqlite tar:xz +USES= gettext gnome gstreamer libarchive meson pkgconfig sqlite tar:xz USE_LDCONFIG= yes -USE_GNOME= glib20 intlhack libxml2 +USE_GNOME= glib20 libxml2 USE_GSTREAMER= chromaprint -MESON_ARGS= -Denable-lua-factory=no +MESON_ARGS= -Denable-lua-factory=no \ + -Denable-dleyna=no \ + -Denable-flickr=no \ + -Denable-youtube=no OPTIONS_SUB= yes OPTIONS_DEFINE= DMAP |