[gimp] build: update jasper in flatpak build to version 2.0.10.



commit efce5d0f2ca015286f3b1b97b1fb833228e857ac
Author: Jehan <jehan girinstud io>
Date:   Sun Jan 29 22:14:33 2017 +0100

    build: update jasper in flatpak build to version 2.0.10.
    
    I had to figure out a few things about making CMake builds in Flatpak
    since jasper moved from autotools in recent versions.

 build/flatpak/org.gimp.GIMP.json |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/build/flatpak/org.gimp.GIMP.json b/build/flatpak/org.gimp.GIMP.json
index 8f5ffbb..2462ddf 100644
--- a/build/flatpak/org.gimp.GIMP.json
+++ b/build/flatpak/org.gimp.GIMP.json
@@ -112,13 +112,15 @@
         },
         {
             "name": "jasper",
-            "config-opts": [ "--disable-static" ],
+            "cmake": true,
+            "builddir": true,
+            "config-opts": [ "-DCMAKE_INSTALL_LIBDIR=lib" ],
             "cleanup": [ "/bin", "/share" ],
             "sources": [
                 {
                     "type": "archive",
-                    "url": "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-1.900.29.tar.gz";,
-                    "sha256": "2ae7e9d3ba189ddcd4231e7255348d3144757d5c2ff8dd853f37e0df783925c0"
+                    "url": "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-2.0.10.tar.gz";,
+                    "sha256": "54d85428e35263642358a11c312d61cbc054170546fae780e11271df5d1502e8"
                 }
             ]
         },


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