[gnome-documents/bochecha/flatpak] flatpak: Tell Tracker not to use a media extractor



commit 5ea430019089e6d8737197462783dc7ef1d5942d
Author: Mathieu Bridon <bochecha daitauha fr>
Date:   Sun Oct 7 16:21:32 2018 +0200

    flatpak: Tell Tracker not to use a media extractor
    
    We already disable the extractor anyway, but Tracker still tries to
    build parts of it and that fails on a missing libcue.
    
    This commit disables that part as well explicitly.

 flatpak/org.gnome.Books.json     | 1 +
 flatpak/org.gnome.Documents.json | 1 +
 2 files changed, 2 insertions(+)
---
diff --git a/flatpak/org.gnome.Books.json b/flatpak/org.gnome.Books.json
index 3fbc4615..0d4d0769 100644
--- a/flatpak/org.gnome.Books.json
+++ b/flatpak/org.gnome.Books.json
@@ -178,6 +178,7 @@
                              "-Dminer_apps=false",
                              "-Dminer_rss=false",
                              "-Dextract=false",
+                             "-Dgeneric_media_extractor=none",
                              "-Dwriteback=false",
                              "-Dminer_fs=true" ],
             "sources": [
diff --git a/flatpak/org.gnome.Documents.json b/flatpak/org.gnome.Documents.json
index 2c73bc34..83cf03fd 100644
--- a/flatpak/org.gnome.Documents.json
+++ b/flatpak/org.gnome.Documents.json
@@ -178,6 +178,7 @@
                              "-Dminer_apps=false",
                              "-Dminer_rss=false",
                              "-Dextract=false",
+                             "-Dgeneric_media_extractor=none",
                              "-Dwriteback=false",
                              "-Dminer_fs=true" ],
             "sources": [


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