Re: git: 0823d96ba440 - main - net/grilo-plugins: update to 0.3.18

From: Baptiste Daroussin <bapt_at_freebsd.org>
Date: Wed, 02 Jul 2025 08:33:06 UTC
On Wed 02 Jul 08:15, Don Lewis wrote:
> The branch main has been updated by truckman:
> 
> URL: https://cgit.FreeBSD.org/ports/commit/?id=0823d96ba440712fecba1d7f74a317556117a12a
> 
> commit 0823d96ba440712fecba1d7f74a317556117a12a
> Author:     Olivier Duchateau <duchateau.olivier@gmail.com>
> AuthorDate: 2025-07-02 08:13:30 +0000
> Commit:     Don Lewis <truckman@FreeBSD.org>
> CommitDate: 2025-07-02 08:15:26 +0000
> 
>     net/grilo-plugins: update to 0.3.18
>     
>     Update grilo-plugins to version 0.3.18.
>     
>     PR:             287815
> ---
>  net/grilo-plugins/Makefile  | 22 +++++++++++-----------
>  net/grilo-plugins/distinfo  |  6 +++---
>  net/grilo-plugins/pkg-plist | 13 ++++++++++---
>  3 files changed, 24 insertions(+), 17 deletions(-)
> 
> diff --git a/net/grilo-plugins/Makefile b/net/grilo-plugins/Makefile
> index 1527bc49590c..2f7f365e4b08 100644
> --- a/net/grilo-plugins/Makefile
> +++ b/net/grilo-plugins/Makefile
> @@ -1,35 +1,35 @@
>  PORTNAME=	grilo-plugins
> -PORTVERSION=	0.3.16
> -PORTREVISION=	2
> +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

Why removing support dor dleyna (this is useful), flickr (it seems some people
are still using that) and youtube ?

Best regards,
Bapt