Title: [228221] trunk/Tools
Revision
228221
Author
ph...@webkit.org
Date
2018-02-07 03:32:42 -0800 (Wed, 07 Feb 2018)

Log 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.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (228220 => 228221)


--- trunk/Tools/ChangeLog	2018-02-07 11:18:35 UTC (rev 228220)
+++ trunk/Tools/ChangeLog	2018-02-07 11:32:42 UTC (rev 228221)
@@ -1,3 +1,14 @@
+2018-02-07  Philippe Normand  <pnorm...@igalia.com>
+
+        [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.
+
 2018-02-07  Ms2ger  <ms2...@igalia.com>
 
         [GTK] Enable WebKit.NewFirstVisuallyNonEmptyLayoutFrames test

Modified: trunk/Tools/gstreamer/jhbuild.modules (228220 => 228221)


--- trunk/Tools/gstreamer/jhbuild.modules	2018-02-07 11:18:35 UTC (rev 228220)
+++ trunk/Tools/gstreamer/jhbuild.modules	2018-02-07 11:32:42 UTC (rev 228221)
@@ -112,7 +112,15 @@
       <dep package="gstreamer"/>
       <dep package="gst-plugins-base"/>
       <dep package="gst-plugins-bad"/>
+      <dep package="libva"/>
     </dependencies>
    </autotools>
 
+   <autotools id="libva" autogenargs="--enable-va-messaging=no">
+     <branch module="intel/libva/releases/download/${version}/libva-${version}.tar.bz2" version="2.0.0"
+             hash="sha1:762a49f8925ca1d0531c5071afbd629ffea93b90"
+            checkoutdir="libva-${version}" repo="github-tarball"/>
+   </autotools>
+
+
 </moduleset>

Modified: trunk/Tools/gtk/install-dependencies (228220 => 228221)


--- trunk/Tools/gtk/install-dependencies	2018-02-07 11:18:35 UTC (rev 228220)
+++ trunk/Tools/gtk/install-dependencies	2018-02-07 11:32:42 UTC (rev 228221)
@@ -196,7 +196,6 @@
         libproxy-dev \
         libssl-dev \
         libtiff5-dev \
-        libva-dev \
         libv4l-dev \
         libxcb-composite0-dev \
         libxcb-xfixes0-dev \
@@ -347,7 +346,6 @@
         libpciaccess \
         libproxy \
         libtiff \
-        libva \
         libxfixes \
         libxfont \
         libxcb \
@@ -510,7 +508,6 @@
         libpciaccess-devel \
         libproxy-devel \
         libtiff-devel \
-        libva-devel \
         libxcb-devel \
         libxkbfile-devel \
         libxkbcommon-x11-devel \

Modified: trunk/Tools/wpe/install-dependencies (228220 => 228221)


--- trunk/Tools/wpe/install-dependencies	2018-02-07 11:18:35 UTC (rev 228220)
+++ trunk/Tools/wpe/install-dependencies	2018-02-07 11:32:42 UTC (rev 228221)
@@ -119,7 +119,6 @@
         libsrtp0-dev \
         libtheora-dev \
         libtool-bin \
-        libva-dev \
         libvorbis-dev \
         libvpx-dev \
         libxcb-xkb-dev \
@@ -205,7 +204,6 @@
         libsrtp \
         libtheora \
         libv4l-dev \
-        libva \
         libvorbis \
         libvpx \
         libxcb \
@@ -289,7 +287,6 @@
         libsrtp-devel \
         libtheora-devel \
         libv4l-devel \
-        libva-devel \
         libvorbis-devel \
         libvpx-devel \
         libxcb-devel \
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to