[evince] flatpak: remove openjpeg module



commit 8bd2e31bb6f6d90c68e38f659376891a6a597f0f
Author: Jason Crain <jcrain src gnome org>
Date:   Mon Jul 15 23:41:15 2019 -0600

    flatpak: remove openjpeg module
    
    This is already included in the runtime.
    
    Adds a config option to poppler to ensure that poppler's opejpeg support
    isn't silently disabled.

 build-aux/flatpak/org.gnome.Evince.json | 20 ++------------------
 1 file changed, 2 insertions(+), 18 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Evince.json b/build-aux/flatpak/org.gnome.Evince.json
index 65bf4499..6163b8b1 100644
--- a/build-aux/flatpak/org.gnome.Evince.json
+++ b/build-aux/flatpak/org.gnome.Evince.json
@@ -46,23 +46,6 @@
         "*.a"
     ],
     "modules" : [
-        {
-            "name" : "openjpeg",
-            "buildsystem" : "cmake-ninja",
-            "config-opts" : [
-                "-DBUILD_CODEC=OFF"
-            ],
-            "cleanup" : [
-                "/lib/openjpeg-2.3"
-            ],
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : "https://github.com/uclouvain/openjpeg/archive/v2.3.0.tar.gz";,
-                    "sha256" : "3dc787c1bb6023ba846c2a0d9b1f6e179f1cd255172bde9eb75b01f1e6c7d71a"
-                }
-            ]
-        },
         {
             "name" : "webp-pixbuf-loader",
             "buildsystem" : "cmake-ninja",
@@ -97,7 +80,8 @@
             "buildsystem" : "cmake-ninja",
             "config-opts" : [
                 "-DCMAKE_INSTALL_LIBDIR=/app/lib",
-                "-DCMAKE_INSTALL_INCLUDEDIR=/app/include"
+                "-DCMAKE_INSTALL_INCLUDEDIR=/app/include",
+                               "-DENABLE_LIBOPENJPEG=openjpeg2"
             ],
             "cleanup" : [
                 "/bin"


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