Merge pull request #7614 from cotequeiroz/grilo-plugins_disable-dmap
grilo-plugins: disable dmap plugin, use hostpkg
This commit is contained in:
commit
3979ea677f
1 changed files with 5 additions and 2 deletions
|
@ -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 <mike@flyn.org>
|
||||
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
|
||||
|
@ -93,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))
|
||||
|
|
Loading…
Reference in a new issue