From 8e0b7978ec232345e7ba69c79cf447676295dd4e Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Fri, 7 Dec 2018 23:03:02 -0200 Subject: [PATCH 1/2] grilo-plugins: use hostpkg glib-compile-resources Add GLIB_COMPILE_RESOURCES to MAKE_FLAGS Signed-off-by: Eneas U de Queiroz --- multimedia/grilo-plugins/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index 36f9bf31a..63fa29897 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grilo-plugins PKG_VERSION:=0.3.7 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_MAINTAINER:=W. Michael Petullo PKG_LICENSE:=LGPLv2.1 @@ -66,6 +66,8 @@ CONFIGURE_ARGS += \ --disable-tmdb \ --disable-freebox +MAKE_FLAGS += \ + GLIB_COMPILE_RESOURCES="$(STAGING_DIR_HOSTPKG)/bin/glib-compile-resources" define Package/grilo-plugins/install $(INSTALL_DIR) $(1)/usr/lib/grilo-0.3 endef From 178cd932f70a20e167a24e9f432ab10732df0ccc Mon Sep 17 00:00:00 2001 From: Eneas U de Queiroz Date: Mon, 6 Aug 2018 10:32:32 -0300 Subject: [PATCH 2/2] grilo-plugins: disable dmap plugin Compilation fails with current libdmapsharing (3.9.1). Signed-off-by: Eneas U de Queiroz --- multimedia/grilo-plugins/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index 63fa29897..c3d7d264c 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -95,7 +95,8 @@ endef $(eval $(call BuildPackage,grilo-plugins)) $(eval $(call BuildPlugin,dleyna,DLNA sharing,dleyna,,30)) -$(eval $(call BuildPlugin,dmap,DAAP and DPAP sharing,daap dpap,libdmapsharing,30)) +# This is currently disabled because it won't work with libdmapsharing-4.0.so +#$(eval $(call BuildPlugin,dmap,DAAP and DPAP sharing,daap dpap,libdmapsharing,30)) $(eval $(call BuildPlugin,gravatar,Gravatar provider,gravatar,,30)) $(eval $(call BuildPlugin,jamendo,Jamendo sharing,jamendo,,30)) $(eval $(call BuildPlugin,magnatune,Magnatune sharing,magnatune,,30))