|
|
@ -8,20 +8,19 @@ |
|
|
|
include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=grilo-plugins |
|
|
|
PKG_VERSION:=0.3.5 |
|
|
|
PKG_VERSION:=0.3.7 |
|
|
|
PKG_RELEASE:=1 |
|
|
|
|
|
|
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org> |
|
|
|
|
|
|
|
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:=2977827b8ecb3e15535236180e57dc35e85058d111349bdb6a1597e62a5068fb |
|
|
|
PKG_HASH:=fc2f3bbc319136e53e1efb6659fa65b6af45db114b6621008f9abba64fad6820 |
|
|
|
|
|
|
|
PKG_BUILD_DEPENDS:=glib2 grilo |
|
|
|
|
|
|
|
PKG_BUILD_PARALLEL:=1 |
|
|
|
PKG_INSTALL:=1 |
|
|
|
|
|
|
|
include $(INCLUDE_DIR)/package.mk |
|
|
@ -43,15 +42,29 @@ endef |
|
|
|
|
|
|
|
define Package/grilo/decription |
|
|
|
Grilo is a framework that provides access to different sources of |
|
|
|
multimedia content, using a pluggable system. This package contains |
|
|
|
multimedia content, using a pluggable system. This package contains |
|
|
|
plugins to get information from a number of sources. |
|
|
|
endef |
|
|
|
|
|
|
|
CONFIGURE_ARGS += \
|
|
|
|
--enable-static \
|
|
|
|
--without-libiconv-prefix \
|
|
|
|
--without-libintl-prefix \
|
|
|
|
--without-x \
|
|
|
|
--disable-compile-warnings \
|
|
|
|
--disable-goa \
|
|
|
|
--disable-filesystem \
|
|
|
|
--disable-optical-media \
|
|
|
|
--disable-youtube \
|
|
|
|
--disable-flickr \
|
|
|
|
--disable-podcasts \
|
|
|
|
--disable-bookmarks \
|
|
|
|
--disable-lua-factory \
|
|
|
|
--disable-metadata-store \
|
|
|
|
--disable-vimeo \
|
|
|
|
--disable-tracker \
|
|
|
|
--disable-local-metadata \
|
|
|
|
--disable-chromaprint \
|
|
|
|
--disable-thetvdb \
|
|
|
|
--disable-tmdb \
|
|
|
|
--disable-freebox |
|
|
|
|
|
|
|
define Package/grilo-plugins/install |
|
|
|
$(INSTALL_DIR) $(1)/usr/lib/grilo-0.3 |
|
|
@ -84,6 +97,6 @@ $(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)) |
|
|
|
$(eval $(call BuildPlugin,opensubtitles,Openi subtitles provider,opensubtitles,,30)) |
|
|
|
$(eval $(call BuildPlugin,opensubtitles,Open subtitles provider,opensubtitles,,30)) |
|
|
|
$(eval $(call BuildPlugin,raitv,Rai.tv sharing,raitv,,30)) |
|
|
|
$(eval $(call BuildPlugin,shoutcast,SHOUTcast sharing,shoutcast,,30)) |