diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index 268e01da4a..157ea0bb1a 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -6,16 +6,16 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grilo-plugins -PKG_VERSION:=0.3.13 +PKG_VERSION:=0.3.14 PKG_RELEASE:=$(AUTORELEASE) -PKG_MAINTAINER:=W. Michael Petullo -PKG_LICENSE:=LGPLv2.1 -PKG_LICENSE_FILES:=COPYING - PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/grilo-plugins/0.3/ -PKG_HASH:=1c4305d67364a930543836cc1982f30e946973b8ff6af3efe31d87709ab520f8 +PKG_HASH:=686844b34ec73b24931ff6cc4f6033f0072947a6db60acdc7fb3eaf157a581c8 + +PKG_MAINTAINER:=W. Michael Petullo +PKG_LICENSE:=LGPL-2.1-or-later +PKG_LICENSE_FILES:=COPYING PKG_INSTALL:=1 @@ -51,13 +51,13 @@ MESON_ARGS += \ -Denable-filesystem=no \ -Denable-flickr=no \ -Denable-freebox=no \ - -Denable_gravatar=$(if $(CONFIG_PACKAGE_grilo-plugins-gravatar),yes,no) \ + -Denable-gravatar=$(if $(CONFIG_PACKAGE_grilo-plugins-gravatar),yes,no) \ -Dhelp=no \ -Denable-local-metadata=no \ -Denable-lua-factory=no \ -Denable-magnatune=$(if $(CONFIG_PACKAGE_grilo-plugins-magnatune),yes,no) \ -Denable-metadata-store=$(if $(CONFIG_PACKAGE_grilo-plugins-metadata-store),yes,no) \ - -Denable_opensubtitles=$(if $(CONFIG_PACKAGE_grilo-plugins-opensubtitles),yes,no) \ + -Denable-opensubtitles=$(if $(CONFIG_PACKAGE_grilo-plugins-opensubtitles),yes,no) \ -Denable-optical-media=no \ -Denable-podcasts=no \ -Denable-raitv=$(if $(CONFIG_PACKAGE_grilo-plugins-raitv),yes,no) \ @@ -66,7 +66,6 @@ MESON_ARGS += \ -Denable-tmdb=$(if $(CONFIG_PACKAGE_grilo-plugins-tmdb),yes,no) \ -Denable-tracker=no \ -Denable-tracker3=no \ - -Denable-vimeo=no \ -Denable-youtube=no \ --wrap-mode=nodownload