Changeset 228221 in webkit


Ignore:
Timestamp:
Feb 7, 2018 3:32:42 AM (6 years ago)
Author:
Philippe Normand
Message:

[JHBuild] Add libva in moduleset
https://bugs.webkit.org/show_bug.cgi?id=182384

Reviewed by Xabier Rodriguez-Calvar.

  • gstreamer/jhbuild.modules: Add libva and disable spurious message output.
  • gtk/install-dependencies: Remove libva from dependencies.
  • wpe/install-dependencies: Ditto.
Location:
trunk/Tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r228220 r228221  
     12018-02-07  Philippe Normand  <pnormand@igalia.com>
     2
     3        [JHBuild] Add libva in moduleset
     4        https://bugs.webkit.org/show_bug.cgi?id=182384
     5
     6        Reviewed by Xabier Rodriguez-Calvar.
     7
     8        * gstreamer/jhbuild.modules: Add libva and disable spurious message output.
     9        * gtk/install-dependencies: Remove libva from dependencies.
     10        * wpe/install-dependencies: Ditto.
     11
    1122018-02-07  Ms2ger  <Ms2ger@igalia.com>
    213
  • trunk/Tools/gstreamer/jhbuild.modules

    r227901 r228221  
    113113      <dep package="gst-plugins-base"/>
    114114      <dep package="gst-plugins-bad"/>
     115      <dep package="libva"/>
    115116    </dependencies>
    116117   </autotools>
    117118
     119   <autotools id="libva" autogenargs="--enable-va-messaging=no">
     120     <branch module="intel/libva/releases/download/${version}/libva-${version}.tar.bz2" version="2.0.0"
     121             hash="sha1:762a49f8925ca1d0531c5071afbd629ffea93b90"
     122            checkoutdir="libva-${version}" repo="github-tarball"/>
     123   </autotools>
     124
     125
    118126</moduleset>
  • trunk/Tools/gtk/install-dependencies

    r227901 r228221  
    197197        libssl-dev \
    198198        libtiff5-dev \
    199         libva-dev \
    200199        libv4l-dev \
    201200        libxcb-composite0-dev \
     
    348347        libproxy \
    349348        libtiff \
    350         libva \
    351349        libxfixes \
    352350        libxfont \
     
    511509        libproxy-devel \
    512510        libtiff-devel \
    513         libva-devel \
    514511        libxcb-devel \
    515512        libxkbfile-devel \
  • trunk/Tools/wpe/install-dependencies

    r228048 r228221  
    120120        libtheora-dev \
    121121        libtool-bin \
    122         libva-dev \
    123122        libvorbis-dev \
    124123        libvpx-dev \
     
    206205        libtheora \
    207206        libv4l-dev \
    208         libva \
    209207        libvorbis \
    210208        libvpx \
     
    290288        libtheora-devel \
    291289        libv4l-devel \
    292         libva-devel \
    293290        libvorbis-devel \
    294291        libvpx-devel \
Note: See TracChangeset for help on using the changeset viewer.