Changeset 202373 in webkit


Ignore:
Timestamp:
Jun 23, 2016 2:51:51 AM (8 years ago)
Author:
Konstantin Tokarev
Message:

[jhbuild] Added libxslt module.
https://bugs.webkit.org/show_bug.cgi?id=159034

Reviewed by Michael Catanzaro.

  • efl/jhbuild.modules:
  • gtk/jhbuild.modules:
Location:
trunk/Tools
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r202369 r202373  
     12016-06-23  Konstantin Tokarev  <annulen@yandex.ru>
     2
     3        [jhbuild] Added libxslt module.
     4        https://bugs.webkit.org/show_bug.cgi?id=159034
     5
     6        Reviewed by Michael Catanzaro.
     7
     8        * efl/jhbuild.modules:
     9        * gtk/jhbuild.modules:
     10
    1112016-06-22  Per Arne Vollan  <pvollan@apple.com>
    212
  • trunk/Tools/efl/jhbuild.modules

    r200621 r202373  
    1717      <dep package="elementary"/>
    1818      <dep package="libxml2"/>
     19      <dep package="libxslt"/>
    1920      <dep package="gstreamer"/>
    2021      <dep package="gst-plugins-base"/>
     
    202203  </autotools>
    203204
     205  <autotools id="libxslt">
     206    <branch module="/sources/libxslt-${version}.tar.gz" version="1.1.29"
     207            repo="xmlsoft.org"
     208            hash="sha256:b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce"/>
     209    <dependencies>
     210      <dep package="libxml2"/>
     211    </dependencies>
     212  </autotools>
     213
    204214  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
    205215    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
  • trunk/Tools/gtk/jhbuild.modules

    r201726 r202373  
    1313      <dep package="harfbuzz"/>
    1414      <dep package="libxml2"/>
     15      <dep package="libxslt"/>
    1516      <dep package="gdk-pixbuf"/>
    1617      <dep package="gtk+"/>
     
    321322  </autotools>
    322323
     324  <autotools id="libxslt">
     325    <branch module="/sources/libxslt-${version}.tar.gz" version="1.1.29"
     326            repo="xmlsoft.org"
     327            hash="sha256:b5976e3857837e7617b29f2249ebb5eeac34e249208d31f1fbf7a6ba7a4090ce"/>
     328    <dependencies>
     329      <dep package="libxml2"/>
     330    </dependencies>
     331  </autotools>
     332
    323333  <autotools id="orc" autogenargs="--disable-gtk-doc" autogen-sh="configure">
    324334    <branch module="orc/orc-0.4.17.tar.gz" version="0.4.17"
Note: See TracChangeset for help on using the changeset viewer.