[gnome-photos/gnome-3-24] flatpak: Disable unused Grilo plugins



commit 4c33b74ee413f55371fa50985bf4442d8793b081
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 4834450..a9539fb 100644
--- a/flatpak/org.gnome.Photos.json
+++ b/flatpak/org.gnome.Photos.json
@@ -214,6 +214,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": "archive",


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