mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 15:38:40 +01:00
grilo-plugins: add all options
These options are normally set to auto. Make them explicit to try to fix buildbot errors. Also make several options conditional on plugins being selected. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk
|
|||||||
|
|
||||||
PKG_NAME:=grilo-plugins
|
PKG_NAME:=grilo-plugins
|
||||||
PKG_VERSION:=0.3.12
|
PKG_VERSION:=0.3.12
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
PKG_MAINTAINER:=W. Michael Petullo <mike@flyn.org>
|
||||||
PKG_LICENSE:=LGPLv2.1
|
PKG_LICENSE:=LGPLv2.1
|
||||||
@@ -45,21 +45,30 @@ define Package/grilo/decription
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
MESON_ARGS += \
|
MESON_ARGS += \
|
||||||
-Denable-filesystem=no \
|
|
||||||
-Denable-optical-media=no \
|
|
||||||
-Denable-youtube=no \
|
|
||||||
-Denable-flickr=no \
|
|
||||||
-Denable-podcasts=no \
|
|
||||||
-Denable-bookmarks=no \
|
-Denable-bookmarks=no \
|
||||||
-Denable-lua-factory=no \
|
|
||||||
-Denable-metadata-store=no \
|
|
||||||
-Denable-vimeo=no \
|
|
||||||
-Denable-tracker=no \
|
|
||||||
-Denable-local-metadata=no \
|
|
||||||
-Denable-chromaprint=no \
|
-Denable-chromaprint=no \
|
||||||
|
-Denable-dleyna=$(if $(CONFIG_PACKAGE_grilo-plugins-dleyna),yes,no) \
|
||||||
|
-Denable-dmap=$(if $(CONFIG_PACKAGE_grilo-plugins-dmap),yes,no) \
|
||||||
|
-Denable-filesystem=no \
|
||||||
|
-Denable-flickr=no \
|
||||||
|
-Denable-freebox=no \
|
||||||
|
-Denable_gravatar=$(if $(CONFIG_PACKAGE_grilo-plugins-gravatar),yes,no) \
|
||||||
|
-Denable_jamendo=$(if $(CONFIG_PACKAGE_grilo-plugins-jamendo),yes,no) \
|
||||||
|
-Denable-local-metadata=no \
|
||||||
|
-Denable-lua-factory=no \
|
||||||
|
-Denable-magnatune=$(if $(CONFIG_PACKAGE_grilo-plugins-magnatune),yes,no) \
|
||||||
|
-Denable-metadata-store=no \
|
||||||
|
-Denable_opensubtitles=$(if $(CONFIG_PACKAGE_grilo-plugins-opensubtitles),yes,no) \
|
||||||
|
-Denable-optical-media=no \
|
||||||
|
-Denable-podcasts=no \
|
||||||
|
-Denable-raitv=$(if $(CONFIG_PACKAGE_grilo-plugins-raitv),yes,no) \
|
||||||
|
-Denable-shoutcast=$(if $(CONFIG_PACKAGE_grilo-plugins-shoutcast),yes,no) \
|
||||||
-Denable-thetvdb=no \
|
-Denable-thetvdb=no \
|
||||||
-Denable-tmdb=no \
|
-Denable-tmdb=no \
|
||||||
-Denable-freebox=no \
|
-Denable-tracker=no \
|
||||||
|
-Denable-tracker3=no \
|
||||||
|
-Denable-vimeo=no \
|
||||||
|
-Denable-youtube=no \
|
||||||
--wrap-mode=nodownload
|
--wrap-mode=nodownload
|
||||||
|
|
||||||
define Package/grilo-plugins/install
|
define Package/grilo-plugins/install
|
||||||
|
|||||||
Reference in New Issue
Block a user