diff options
author | W. Michael Petullo <mike@flyn.org> | 2020-03-03 08:18:48 -0500 |
---|---|---|
committer | Eneas U de Queiroz <cotequeiroz@gmail.com> | 2020-03-03 22:57:38 -0300 |
commit | 5cfea02d624a65b8996177d3e089c776e9357c4d (patch) | |
tree | 1057c42a73d4293a4f26ebe1fe673c8a5d9760eb /multimedia/grilo-plugins/Makefile | |
parent | cfbff483af0a262f683bd8fca92087fbf54c6e35 (diff) |
grilo-plugins: update to 0.3.11
Backports patches from grilo-plugins master to support libdmapshare's
4.0 API.
Signed-off-by: W. Michael Petullo <mike@flyn.org>
Diffstat (limited to 'multimedia/grilo-plugins/Makefile')
-rw-r--r-- | multimedia/grilo-plugins/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/multimedia/grilo-plugins/Makefile b/multimedia/grilo-plugins/Makefile index b976b42c9..063489d24 100644 --- a/multimedia/grilo-plugins/Makefile +++ b/multimedia/grilo-plugins/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=grilo-plugins -PKG_VERSION:=0.3.10 +PKG_VERSION:=0.3.11 PKG_RELEASE:=1 PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> @@ -15,7 +15,7 @@ PKG_LICENSE_FILES:=COPYING PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNOME/grilo-plugins/0.3/ -PKG_HASH:=803b360fdb6d5fde1e647bdc40c16de3031b1a95b347b48b65fe4fc27a548d4a +PKG_HASH:=dde2e605b1994341c6bf012493e056b406b08571834dea3b3c671d5b8b1dcd73 PKG_BUILD_PARALLEL:=1 PKG_INSTALL:=1 @@ -89,8 +89,7 @@ endef $(eval $(call BuildPackage,grilo-plugins)) $(eval $(call BuildPlugin,dleyna,DLNA sharing,dleyna,,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,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)) |