[gnome-apps-nightly] org.gnome.Photos: Fix the ARM and Aarch64 builds



commit 12fab0082731b88fcf45897024bc8d1a352e674d
Author: Debarshi Ray <debarshir gnome org>
Date:   Tue Aug 2 16:29:39 2016 +0200

    org.gnome.Photos: Fix the ARM and Aarch64 builds
    
    The upstream config.guess is too old to know about the ARM and Aarch64
    ABIs. Therefore we regenerate the build scripts, just like the Fedora
    package.

 org.gnome.Photos.json |    7 +++++++
 1 files changed, 7 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Photos.json b/org.gnome.Photos.json
index 50b11d0..ff18ac9 100644
--- a/org.gnome.Photos.json
+++ b/org.gnome.Photos.json
@@ -112,6 +112,13 @@
                     "type": "archive",
                     "url": "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-1.900.1.zip";,
                     "sha256": "6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494"
+                },
+                /* config.guess is too old to know about the ARM and
+                 * Aarch64 ABIs
+                 */
+                {
+                    "type": "shell",
+                    "commands": [ "autoreconf --verbose --force --install" ]
                 }
             ]
         },


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