aboutsummaryrefslogtreecommitdiff
path: root/multimedia
diff options
context:
space:
mode:
authorEneas U de Queiroz <cote2004-github@yahoo.com>2018-08-06 10:32:32 -0300
committerEneas U de Queiroz <cote2004-github@yahoo.com>2018-12-08 00:45:38 -0200
commit178cd932f70a20e167a24e9f432ab10732df0ccc (patch)
treea0c4ad298e36bee8ecd663b0187e1e306bbc6563 /multimedia
parent8e0b7978ec232345e7ba69c79cf447676295dd4e (diff)
grilo-plugins: disable dmap plugin
Compilation fails with current libdmapsharing (3.9.1). Signed-off-by: Eneas U de Queiroz <cote2004-github@yahoo.com>
Diffstat (limited to 'multimedia')
-rw-r--r--multimedia/grilo-plugins/Makefile3
1 files changed, 2 insertions, 1 deletions
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))