[gnome-apps-nightly] org.gnome.Photos: Use the copy of dcraw.c that's in LibRaw.git



commit a206daacbffad1be61559ca92a6d4a609d71296c
Author: Debarshi Ray <debarshir gnome org>
Date:   Wed Mar 8 12:34:36 2017 +0100

    org.gnome.Photos: Use the copy of dcraw.c that's in LibRaw.git
    
    The build fails if we don't specify a SHA256 checksum for a "file"
    source, which we can't do because the file might change over time.
    Let's not complicate things and use the copy of dcraw.c that's already
    present in LibRaw.git.

 org.gnome.Photos.json |    9 +--------
 1 files changed, 1 insertions(+), 8 deletions(-)
---
diff --git a/org.gnome.Photos.json b/org.gnome.Photos.json
index 519f74f..8b4cc06 100644
--- a/org.gnome.Photos.json
+++ b/org.gnome.Photos.json
@@ -136,17 +136,10 @@
                     "url": "https://github.com/LibRaw/LibRaw.git";
                 },
                 {
-                    "type": "file",
-                    "url": "http://www.cybercom.net/~dcoffin/dcraw/dcraw.c";
-                },
-                {
                     "type": "shell",
                     "commands": [
                         "make -f Makefile.devel regenerate",
-                        "autoreconf --force --install",
-                        "rm -rf dcraw/*",
-                        "rm -f dcraw/.gdbinit",
-                        "mv dcraw.c dcraw"
+                        "autoreconf --force --install"
                     ]
                 },
                 {


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