[gnome-ostree/wip/tarballs: 2/2] manifest: Add libwebp, switch to using tarball for WebKitGtk



commit fd02a0fe2d43d3bae7395fa4d776e229022279dc
Author: Colin Walters <walters verbum org>
Date:   Sun Mar 10 10:34:40 2013 -0400

    manifest: Add libwebp, switch to using tarball for WebKitGtk
    
    The tarball import git repository is unfortunate for a variety of
    reasons, but the primary one is basically that the WebKitGtk
    maintainers don't update it.
    
    Let's just build from their tarball.
    
    Also rebuild harfbuzz since it needs to pick up the new-enough ICU.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=691312

 manifest.json |   14 ++++++++------
 1 files changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/manifest.json b/manifest.json
index bceb68a..a221df1 100644
--- a/manifest.json
+++ b/manifest.json
@@ -613,12 +613,14 @@
 
                {"src": "fd:geoclue",
                 "patches": ["geoclue-autogen-Honor-NOCONFIGURE-1.patch"]},
+      
+                {"src": "git:http://git.chromium.org/webm/libwebp.git"},
 
-               {"src": "gnome:webkitgtk-tarball-releases",
+               {"src": "tarball:http://www.webkitgtk.org/releases/webkitgtk-1.11.91.tar.xz";,
+                "name": "webkitgtk",
+                "checksum": "bf5419724e555bddcd2b82ebac9af47cb08e1ce0b7eb37baf30084fda74b5bee",
                 "config-opts": ["--enable-introspection",
-                                "--with-gstreamer=1.0"],
-                "patches": ["webkitgtk-disable-parallel.patch",
-                            "webkitgtk-linking.patch"]},
+                                "--with-gstreamer=1.0"]},
 
                {"src": "gnome:vala-bootstrap",
                 "bootstrap": true,
@@ -797,7 +799,7 @@
 
        ],
     
-    "build-epoch": {"version": 4,
-                   "component-names": ["spidermonkey-tarballs-as-git"]}
+    "build-epoch": {"version": 5,
+                   "component-names": ["harfbuzz"]}
 
 }


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