Changeset 214854 in webkit


Ignore:
Timestamp:
Apr 3, 2017 4:40:10 PM (7 years ago)
Author:
clopez@igalia.com
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:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r214851 r214854  
     12017-04-03  Carlos Alberto Lopez Perez  <clopez@igalia.com>
     2
     3        [GTK][JHBuild] Fetch libvpx from a release tarball instead of git
     4        https://bugs.webkit.org/show_bug.cgi?id=170426
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * gtk/jhbuild.modules:
     9
    1102017-04-03  Nan Wang  <n_wang@apple.com>
    211
  • trunk/Tools/gtk/jhbuild.modules

    r214243 r214854  
    8181  <repository type="tarball" name="webkitgtk-jhbuild-mirror"
    8282      href="http://webkitgtk.org/jhbuild_mirror/"/>
     83  <repository type="tarball" name="downloads.webmproject.org"
     84      href="http://downloads.webmproject.org/releases/webm/"/>
    8385
    8486  <autotools id="cairo">
     
    527529  <autotools id="libvpx"
    528530    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">
    529     <branch repo="github.com" module="webmproject/libvpx.git" version="1.6.0" checkoutdir="libvpx-1.6.0">
    530     </branch>
     531    <branch version="1.6.0"
     532            module="libvpx-${version}.tar.bz2"
     533            repo="downloads.webmproject.org"
     534            hash="sha256:d0afbb5eb1ecae68f8d578abace160a97e2e8a230e3028cf4db115d59a695aad"/>
    531535  </autotools>
    532536
Note: See TracChangeset for help on using the changeset viewer.