[gnome-apps-nightly] Add gnome-photos



commit 439f37fb4b3b2937ed036087d7f5f257da895208
Author: Alessandro Bono <abono gnome org>
Date:   Tue Aug 2 13:15:25 2016 +0200

    Add gnome-photos

 org.gnome.Photos.json |  224 +++++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 224 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Photos.json b/org.gnome.Photos.json
new file mode 100644
index 0000000..50b11d0
--- /dev/null
+++ b/org.gnome.Photos.json
@@ -0,0 +1,224 @@
+{
+    "app-id": "org.gnome.Photos",
+    "runtime": "org.gnome.Platform",
+    "runtime-version": "master",
+    "sdk": "org.gnome.Sdk",
+    "command": "gnome-photos",
+    "tags": ["nightly"],
+    "desktop-file-name-prefix": "(Nightly) ",
+    "finish-args": [
+        /* X11 + XShm access */
+        "--share=ipc", "--socket=x11",
+        /* Wayland access */
+        "--socket=wayland",
+        /* Access to users pictures */
+        "--filesystem=xdg-pictures", "--filesystem=xdg-download",
+        /* Needs to talk to the network: */
+        "--share=network",
+        /* Tracker access */
+        "--talk-name=org.freedesktop.Tracker1",
+        /* dleyna-renderer access */
+        "--talk-name=com.intel.dleyna-renderer",
+        /* SettingsDaemon for org.gnome.SettingsDaemon.Housekeeping:EmptyTrash method */
+        "--talk-name=org.gnome.SettingsDaemon",
+        /* Needed for dconf to work */
+        "--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
+        "--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
+    ],
+    "build-options" : {
+        "cflags": "-O2 -g",
+        "cxxflags": "-O2 -g",
+        "env": {
+            "V": "1"
+        }
+    },
+    "cleanup": ["/include", "/lib/pkgconfig",
+                "/share/pkgconfig", "/share/aclocal",
+                "/man", "/share/man", "/share/gtk-doc",
+                "/share/vala",
+                "*.la", "*.a"
+               ],
+    "modules": [
+           {
+            "name": "babl",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/babl"
+                }
+            ]
+        },
+        {
+            /* required by libgfbgraph */
+            /* we need rest-0.7 so we use a tarball for it */
+            "name": "librest",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "https://git.gnome.org/browse/librest/snapshot/librest-librest-0.7.12.tar.xz";,
+                    "sha256": "570917e570e6e8bf55572eb04902d4cf3975c2629df9df96c21be2059d71dab9"
+                }
+            ]
+        },
+        {
+            /* required by libgfbgraph */
+            "name": "gnome-online-accounts",
+            "config-opts": ["--disable-telepathy", "--disable-documentation", "--disable-backend"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-online-accounts"
+                }
+            ]
+        },
+        {
+            "name": "libgfbgraph",
+            "cleanup": [ "/doc" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/libgfbgraph"
+                }
+            ]
+        },
+        {
+            /* required by libgdata */
+            "name": "liboauth",
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://netix.dl.sourceforge.net/project/liboauth/liboauth-1.0.3.tar.gz";,
+                    "sha256": "0df60157b052f0e774ade8a8bac59d6e8d4b464058cc55f9208d72e41156811f"
+                }
+            ]
+        },
+        {
+            "name": "libgdata",
+            "config-opts": ["--disable-always-build-tests", "--disable-Werror", "--disable-static" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/libgdata"
+                }
+            ]
+        },
+        {
+            /* required for gegl:jp2-load operation */
+            "name": "jasper",
+            "config-opts": [ "--disable-static", "--enable-shared" ],
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.ece.uvic.ca/~frodo/jasper/software/jasper-1.900.1.zip";,
+                    "sha256": "6b905a9c2aca2e275544212666eefc4eb44d95d0a57e4305457b407fe63f9494"
+                }
+            ]
+        },
+        {
+            /* required for gegl:raw-load operation */
+            "name": "libraw",
+            "config-opts": [ "--disable-static", "--enable-shared" ],
+            "cleanup": [ "/bin", "/share/doc" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.libraw.org/data/LibRaw-0.17.0.tar.gz";,
+                    "sha256": "e643c20945d548aac1eaa1f5573bf74050e0f49ec6a53a6843dc2a2cfb647310"
+                }
+            ]
+        },
+        {
+            "name": "gegl",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gegl"
+                }
+            ]
+        },
+        {
+            /* required by gexiv2 */
+            "name": "exiv2",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://www.exiv2.org/exiv2-0.25.tar.gz";,
+                    "sha256": "c80bfc778a15fdb06f71265db2c3d49d8493c382e516cb99b8c9f9cbde36efa4"
+                }
+            ]
+        },
+        {
+            /* moved before gegl because it adds features */
+            /* use an archive because git master has a problem with --disable-introspection option */
+            "name": "gexiv2",
+            "config-opts": [ "--disable-introspection" ],
+            "sources": [
+                {
+                    "type": "archive",
+                    "url": "http://ftp.gnome.org/pub/GNOME/sources/gexiv2/0.10/gexiv2-0.10.3.tar.xz";,
+                    "sha256": "390cfb966197fa9f3f32200bc578d7c7f3560358c235e6419657206a362d3988"
+                }
+            ]
+        },
+        {
+            "name": "gnome-desktop",
+            "config-opts": ["--disable-debug-tools", "--disable-udev"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-desktop"
+                }
+            ]
+        },
+        {
+            "name": "grilo",
+            "cleanup": [ "/bin" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/grilo"
+                }
+            ]
+        },
+        {
+            "name": "grilo-plugins",
+            "cleanup": [ "/include" ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/grilo-plugins"
+                }
+            ]
+        },
+        {
+            "name": "tracker",
+            "cleanup": [ "/bin", "/etc", "/libexec" ],
+            "config-opts": [ "--disable-miner-apps", "--disable-static",
+                             "--disable-tracker-extract", "--disable-tracker-needle",
+                             "--disable-tracker-preferences", "--disable-artwork",
+                             "--disable-tracker-writeback", "--disable-miner-user-guides"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/tracker"
+                }
+            ]
+        },
+        {
+            /* doesn't compile without --disable-Werror */
+            "name": "gnome-photos",
+            "config-opts": [ "--disable-documentation","--disable-Werror"],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "git://git.gnome.org/gnome-photos"
+                }
+            ]
+        }
+    ]
+}
+
+


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