[gnome-photos] flatpak: Disable unused Grilo plugins



commit 00df093830ce1a411d5a60f0ec7241287c39ecb8
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Aug 9 09:27:59 2017 +0200

    flatpak: Disable unused Grilo plugins
    
    Only the Flickr plugin and integration with GNOME Online Accounts are
    needed.
    
    Even those plugins that were not being built, have been explicitly
    disabled to avoid any future accidents.

 flatpak/org.gnome.Photos.json |   24 ++++++++++++++++++++++++
 1 files changed, 24 insertions(+), 0 deletions(-)
---
diff --git a/flatpak/org.gnome.Photos.json b/flatpak/org.gnome.Photos.json
index 1970373..e215405 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -203,6 +203,30 @@
         {
             "name": "grilo-plugins",
             "cleanup": [ "/include" ],
+            "config-opts": [ "--disable-bookmarks",
+                             "--disable-chromaprint",
+                             "--disable-dleyna",
+                             "--disable-dmap",
+                             "--disable-filesystem",
+                             "--disable-freebox",
+                             "--disable-gravatar",
+                             "--disable-jamendo",
+                             "--disable-local-metadata",
+                             "--disable-lua-factory",
+                             "--disable-magnatune",
+                             "--disable-metadata-store",
+                             "--disable-opensubtitles",
+                             "--disable-optical-media",
+                             "--disable-podcasts",
+                             "--disable-raitv",
+                             "--disable-shoutcast",
+                             "--disable-tmdb",
+                             "--disable-thetvdb",
+                             "--disable-tracker",
+                             "--disable-vimeo",
+                             "--disable-youtube",
+                             "--enable-flickr",
+                             "--enable-goa" ],
             "sources": [
                 {
                     "type": "git",


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]