Title: [214854] trunk/Tools
Revision
214854
Author
clo...@igalia.com
Date
2017-04-03 16:40:10 -0700 (Mon, 03 Apr 2017)

Log Message

[GTK][JHBuild] Fetch libvpx from a release tarball instead of git
https://bugs.webkit.org/show_bug.cgi?id=170426

Reviewed by Michael Catanzaro.

* gtk/jhbuild.modules:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (214853 => 214854)


--- trunk/Tools/ChangeLog	2017-04-03 23:11:25 UTC (rev 214853)
+++ trunk/Tools/ChangeLog	2017-04-03 23:40:10 UTC (rev 214854)
@@ -1,3 +1,12 @@
+2017-04-03  Carlos Alberto Lopez Perez  <clo...@igalia.com>
+
+        [GTK][JHBuild] Fetch libvpx from a release tarball instead of git
+        https://bugs.webkit.org/show_bug.cgi?id=170426
+
+        Reviewed by Michael Catanzaro.
+
+        * gtk/jhbuild.modules:
+
 2017-04-03  Nan Wang  <n_w...@apple.com>
 
         AX: Expose link children when doing search predication on iOS

Modified: trunk/Tools/gtk/jhbuild.modules (214853 => 214854)


--- trunk/Tools/gtk/jhbuild.modules	2017-04-03 23:11:25 UTC (rev 214853)
+++ trunk/Tools/gtk/jhbuild.modules	2017-04-03 23:40:10 UTC (rev 214854)
@@ -80,6 +80,8 @@
       href=""
   <repository type="tarball" name="webkitgtk-jhbuild-mirror"
       href=""
+  <repository type="tarball" name="downloads.webmproject.org"
+      href=""
 
   <autotools id="cairo">
     <if condition-set="linux">
@@ -526,8 +528,10 @@
 
   <autotools id="libvpx"
     autogen-template="%(srcdir)s/configure --prefix=%(prefix)s --enable-pic --as=yasm --disable-unit-tests --size-limit=16384x16384 --enable-postproc --enable-multi-res-encoding --enable-temporal-denoising --enable-vp9-temporal-denoising --enable-vp9-postproc --enable-shared">
-    <branch repo="github.com" module="webmproject/libvpx.git" version="1.6.0" checkoutdir="libvpx-1.6.0">
-    </branch>
+    <branch version="1.6.0"
+            module="libvpx-${version}.tar.bz2"
+            repo="downloads.webmproject.org"
+            hash="sha256:d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad"/>
   </autotools>
 
    <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" supports-non-srcdir-builds="no" autogen-sh="./autogen.sh; ./configure">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to