[gnome-apps-nightly] org.gnome.Games: Add grilo dependency
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-apps-nightly] org.gnome.Games: Add grilo dependency
- Date: Thu, 30 Jun 2016 23:07:12 +0000 (UTC)
commit 6962bc1dca829d996050ccca5f0eb49c874c1c62
Author: Bastien Nocera <hadess hadess net>
Date: Fri Jul 1 01:06:19 2016 +0200
org.gnome.Games: Add grilo dependency
Add a grilo dependency so that the cover art fetcher will work when
merged.
org.gnome.Games.json | 24 ++++++++++++++++++++++++
1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Games.json b/org.gnome.Games.json
index 2412f0e..0a13e88 100644
--- a/org.gnome.Games.json
+++ b/org.gnome.Games.json
@@ -49,6 +49,30 @@
}
]
},
+ "org.lua.json",
+ {
+ "name": "grilo",
+ "config-opts": [ "--enable-grl-net", "--enable-grl-pls", "--disable-static" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/grilo"
+ }
+ ],
+ "cleanup": [ "/include", "/bin" ]
+ },
+ /* XXX Remove the Lua sources we won't use */
+ {
+ "name": "grilo-plugins",
+ "config-opts": [ "--disable-goa", "--disable-filesystem", "--disable-optical-media",
"--disable-youtube", "--disable-bookmarks", "--enable-lua-factory", "--disable-metadata-store",
"--disable-vimeo", "--disable-tracker", "--disable-localmetadata", "--disable-dleyna", "--disable-thetvdb",
"--disable-tmdb", "--disable-freebox", "--disable-opensubtitles" ],
+ "sources": [
+ {
+ "type": "git",
+ "url": "git://git.gnome.org/grilo-plugins"
+ }
+ ],
+ "cleanup": [ "/include" ]
+ },
{
"name": "tracker",
"config-opts": [ "--disable-miner-apps", "--disable-static",
[
Date Prev][Date Next] [
Thread Prev][Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]