<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head><meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>[197752] trunk</title>
</head>
<body>
<style type="text/css"><!--
#msg dl.meta { border: 1px #006 solid; background: #369; padding: 6px; color: #fff; }
#msg dl.meta dt { float: left; width: 6em; font-weight: bold; }
#msg dt:after { content:':';}
#msg dl, #msg dt, #msg ul, #msg li, #header, #footer, #logmsg { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; }
#msg dl a { font-weight: bold}
#msg dl a:link { color:#fc3; }
#msg dl a:active { color:#ff0; }
#msg dl a:visited { color:#cc6; }
h3 { font-family: verdana,arial,helvetica,sans-serif; font-size: 10pt; font-weight: bold; }
#msg pre { overflow: auto; background: #ffc; border: 1px #fa0 solid; padding: 6px; }
#logmsg { background: #ffc; border: 1px #fa0 solid; padding: 1em 1em 0 1em; }
#logmsg p, #logmsg pre, #logmsg blockquote { margin: 0 0 1em 0; }
#logmsg p, #logmsg li, #logmsg dt, #logmsg dd { line-height: 14pt; }
#logmsg h1, #logmsg h2, #logmsg h3, #logmsg h4, #logmsg h5, #logmsg h6 { margin: .5em 0; }
#logmsg h1:first-child, #logmsg h2:first-child, #logmsg h3:first-child, #logmsg h4:first-child, #logmsg h5:first-child, #logmsg h6:first-child { margin-top: 0; }
#logmsg ul, #logmsg ol { padding: 0; list-style-position: inside; margin: 0 0 0 1em; }
#logmsg ul { text-indent: -1em; padding-left: 1em; }#logmsg ol { text-indent: -1.5em; padding-left: 1.5em; }
#logmsg > ul, #logmsg > ol { margin: 0 0 1em 0; }
#logmsg pre { background: #eee; padding: 1em; }
#logmsg blockquote { border: 1px solid #fa0; border-left-width: 10px; padding: 1em 1em 0 1em; background: white;}
#logmsg dl { margin: 0; }
#logmsg dt { font-weight: bold; }
#logmsg dd { margin: 0; padding: 0 0 0.5em 0; }
#logmsg dd:before { content:'\00bb';}
#logmsg table { border-spacing: 0px; border-collapse: collapse; border-top: 4px solid #fa0; border-bottom: 1px solid #fa0; background: #fff; }
#logmsg table th { text-align: left; font-weight: normal; padding: 0.2em 0.5em; border-top: 1px dotted #fa0; }
#logmsg table td { text-align: right; border-top: 1px dotted #fa0; padding: 0.2em 0.5em; }
#logmsg table thead th { text-align: center; border-bottom: 1px solid #fa0; }
#logmsg table th.Corner { text-align: left; }
#logmsg hr { border: none 0; border-top: 2px dashed #fa0; height: 1px; }
#header, #footer { color: #fff; background: #636; border: 1px #300 solid; padding: 6px; }
#patch { width: 100%; }
#patch h4 {font-family: verdana,arial,helvetica,sans-serif;font-size:10pt;padding:8px;background:#369;color:#fff;margin:0;}
#patch .propset h4, #patch .binary h4 {margin:0;}
#patch pre {padding:0;line-height:1.2em;margin:0;}
#patch .diff {width:100%;background:#eee;padding: 0 0 10px 0;overflow:auto;}
#patch .propset .diff, #patch .binary .diff {padding:10px 0;}
#patch span {display:block;padding:0 10px;}
#patch .modfile, #patch .addfile, #patch .delfile, #patch .propset, #patch .binary, #patch .copfile {border:1px solid #ccc;margin:10px 0;}
#patch ins {background:#dfd;text-decoration:none;display:block;padding:0 10px;}
#patch del {background:#fdd;text-decoration:none;display:block;padding:0 10px;}
#patch .lines, .info {color:#888;background:#fff;}
--></style>
<div id="msg">
<dl class="meta">
<dt>Revision</dt> <dd><a href="http://trac.webkit.org/projects/webkit/changeset/197752">197752</a></dd>
<dt>Author</dt> <dd>alex@webkit.org</dd>
<dt>Date</dt> <dd>2016-03-08 02:36:41 -0800 (Tue, 08 Mar 2016)</dd>
</dl>
<h3>Log Message</h3>
<pre>[GTK] [EFL] Avoid running mediastream tests by default until we compile by default
https://bugs.webkit.org/show_bug.cgi?id=153540
Reviewed by Philippe Normand.
After bumping gstreamer to 1.6.3 in <a href="http://trac.webkit.org/projects/webkit/changeset/196804">r196804</a> we can enable again
Tools:
compilation of mediastream and running the tests.
* Scripts/run-gtk-tests:
(TestRunner): Enable again the UserMedia API test.
* Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
mediastream by default.
* gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
file.
* gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
are currently using.
LayoutTests:
compilation of mediastream and running the tests. We have updated
the expectations accordingly.
* platform/efl/TestExpectations:
* platform/gtk/TestExpectations:</pre>
<h3>Modified Paths</h3>
<ul>
<li><a href="#trunkLayoutTestsChangeLog">trunk/LayoutTests/ChangeLog</a></li>
<li><a href="#trunkLayoutTestsplatformeflTestExpectations">trunk/LayoutTests/platform/efl/TestExpectations</a></li>
<li><a href="#trunkLayoutTestsplatformgtkTestExpectations">trunk/LayoutTests/platform/gtk/TestExpectations</a></li>
<li><a href="#trunkToolsChangeLog">trunk/Tools/ChangeLog</a></li>
<li><a href="#trunkToolsScriptsrungtktests">trunk/Tools/Scripts/run-gtk-tests</a></li>
<li><a href="#trunkToolsScriptswebkitperlFeatureListpm">trunk/Tools/Scripts/webkitperl/FeatureList.pm</a></li>
<li><a href="#trunkToolsgtkjhbuildmodules">trunk/Tools/gtk/jhbuild.modules</a></li>
</ul>
<h3>Removed Paths</h3>
<ul>
<li><a href="#trunkToolsgtkjhbuildwebrtcmodules">trunk/Tools/gtk/jhbuild-webrtc.modules</a></li>
</ul>
</div>
<div id="patch">
<h3>Diff</h3>
<a id="trunkLayoutTestsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/ChangeLog (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/ChangeLog        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/ChangeLog        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,3 +1,17 @@
</span><ins>+2016-03-08 Alejandro G. Castro <alex@igalia.com>
+
+ [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+ https://bugs.webkit.org/show_bug.cgi?id=153540
+
+ Reviewed by Philippe Normand.
+
+ After bumping gstreamer to 1.6.3 in r196804 we can enable again
+ compilation of mediastream and running the tests. We have updated
+ the expectations accordingly.
+
+ * platform/efl/TestExpectations:
+ * platform/gtk/TestExpectations:
+
</ins><span class="cx"> 2016-03-08 Youenn Fablet <youenn.fablet@crf.canon.fr>
</span><span class="cx">
</span><span class="cx"> [Fetch API] Implement fetch skeleton
</span></span></pre></div>
<a id="trunkLayoutTestsplatformeflTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/efl/TestExpectations (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/efl/TestExpectations        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/efl/TestExpectations        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -79,11 +79,6 @@
</span><span class="cx"> # Need to implement font feature seeting for EFL port since r188146.
</span><span class="cx"> css3/font-feature-settings-rendering.html [ Skip ]
</span><span class="cx">
</span><del>-# Requires MEDIA_STREAM support.
-webkit.org/b/87662 fast/mediastream [ Skip ]
-webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
-webkit.org/b/87662 http/tests/media/media-stream [ Skip ]
-
</del><span class="cx"> # ----------------------------------------
</span><span class="cx"> # Tests which also fail in other platforms
</span><span class="cx"> # ----------------------------------------
</span><span class="lines">@@ -1697,6 +1692,10 @@
</span><span class="cx"> webkit.org/b/88080 pointer-lock [ Skip ]
</span><span class="cx"> webkit.org/b/88080 http/tests/pointer-lock [ Skip ]
</span><span class="cx">
</span><ins>+# Requires MEDIA_STREAM support.
+webkit.org/b/87662 fast/mediastream [ Skip ]
+webkit.org/b/87662 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+
</ins><span class="cx"> # Requires INDIE_UI support
</span><span class="cx"> webkit.org/b/111446 indieui [ Skip ]
</span><span class="cx">
</span></span></pre></div>
<a id="trunkLayoutTestsplatformgtkTestExpectations"></a>
<div class="modfile"><h4>Modified: trunk/LayoutTests/platform/gtk/TestExpectations (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/LayoutTests/platform/gtk/TestExpectations        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/LayoutTests/platform/gtk/TestExpectations        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -335,6 +335,37 @@
</span><span class="cx"> webkit.org/b/85211 ietestcenter/css3/flexbox/flexbox-align-stretch-001.htm [ ImageOnlyFailure ]
</span><span class="cx"> webkit.org/b/85212 ietestcenter/css3/flexbox/flexbox-layout-002.htm [ ImageOnlyFailure ]
</span><span class="cx">
</span><ins>+# Mediastream implementation is not complete yet.
+webkit.org/b/79203 fast/mediastream/MediaStream-MediaElement-srcObject.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStreamTrack-onended.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-AddRemoveStream.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createAnswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-createOffer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-datachannel.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-dtmf.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-events.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-getConfiguration.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-local-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-offer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-have-remote-pranswer.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-ice.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-localDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-onnegotiationneeded.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-remoteDescription.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stable.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-stats.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/RTCPeerConnection-statsSelector.html [ Skip ]
+webkit.org/b/79203 fast/events/constructors/media-stream-event-constructor.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiodestinationnode.html [ Skip ]
+webkit.org/b/79203 webaudio/mediastreamaudiosourcenode.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/MediaStream-video-element-track-stop.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-ended-tracks.html [ Skip ]
+webkit.org/b/151344 fast/mediastream/MediaStream-add-remove-tracks.html [ Skip ]
+webkit.org/b/79203 fast/mediastream/mock-media-source.html [ Skip ]
+
</ins><span class="cx"> # Text Autosizing is not yet enabled.
</span><span class="cx"> webkit.org/b/99063 fast/text-autosizing [ Skip ]
</span><span class="cx">
</span><span class="lines">@@ -633,10 +664,6 @@
</span><span class="cx"> # WIRELESS_PLAYBACK_TARGET not enabled.
</span><span class="cx"> media/airplay-target-availability.html
</span><span class="cx">
</span><del>-# Mediastream implementation requires new Gstreamer/OpenWebRTC
-webkit.org/b/153540 fast/mediastream [ Skip ]
-webkit.org/b/153540 http/tests/media/media-stream [ Skip ]
-
</del><span class="cx"> # Skip tests requiring UIScriptController
</span><span class="cx"> webkit.org/b/153833 css3/touch-action/touch-action-manipulation-fast-clicks.html [ Skip ]
</span><span class="cx"> webkit.org/b/153833 fast/events/can-click-element-on-page-with-active-pseudo-class-and-search-field.html [ Skip ]
</span></span></pre></div>
<a id="trunkToolsChangeLog"></a>
<div class="modfile"><h4>Modified: trunk/Tools/ChangeLog (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/ChangeLog        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/ChangeLog        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,3 +1,22 @@
</span><ins>+2016-03-08 Alejandro G. Castro <alex@igalia.com>
+
+ [GTK] [EFL] Avoid running mediastream tests by default until we compile by default
+ https://bugs.webkit.org/show_bug.cgi?id=153540
+
+ Reviewed by Philippe Normand.
+
+ After bumping gstreamer to 1.6.3 in r196804 we can enable again
+ compilation of mediastream and running the tests.
+
+ * Scripts/run-gtk-tests:
+ (TestRunner): Enable again the UserMedia API test.
+ * Scripts/webkitperl/FeatureList.pm: Enable the compilation of the
+ mediastream by default.
+ * gtk/jhbuild-webrtc.modules: Removed the specific jhbuild modules
+ file.
+ * gtk/jhbuild.modules: Bumped the openwebrtc version to the one we
+ are currently using.
+
</ins><span class="cx"> 2016-03-07 Jon Lee <jonlee@apple.com>
</span><span class="cx">
</span><span class="cx"> Update perf bot configuration for Animometer
</span></span></pre></div>
<a id="trunkToolsScriptsrungtktests"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/run-gtk-tests (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/run-gtk-tests        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/run-gtk-tests        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -82,7 +82,6 @@
</span><span class="cx"> SkippedTest("WebKit2/TestWebKit2", "WebKit2.TerminateTwice", "Test causes crash on the next test", 121970),
</span><span class="cx"> SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToHighAccuracy", "Test causes crash on the next test", 125068),
</span><span class="cx"> SkippedTest("WebKit2/TestWebKit2", "WebKit2.GeolocationTransitionToLowAccuracy", "Test causes crash on the next test", 125068),
</span><del>- SkippedTest("WebKit2/UserMedia", "WebKit2.UserMediaBasic", "We will not test by default until the upgrade gstreamer to 1.9", 153540),
</del><span class="cx"> ]
</span><span class="cx">
</span><span class="cx"> SLOW = [
</span></span></pre></div>
<a id="trunkToolsScriptswebkitperlFeatureListpm"></a>
<div class="modfile"><h4>Modified: trunk/Tools/Scripts/webkitperl/FeatureList.pm (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/Scripts/webkitperl/FeatureList.pm        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/Scripts/webkitperl/FeatureList.pm        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -338,7 +338,7 @@
</span><span class="cx"> define => "ENABLE_MEDIA_STATISTICS", default => 0, value => \$mediaStatisticsSupport },
</span><span class="cx">
</span><span class="cx"> { option => "media-stream", desc => "Toggle Media Stream support",
</span><del>- define => "ENABLE_MEDIA_STREAM", default => 0, value => \$mediaStreamSupport },
</del><ins>+ define => "ENABLE_MEDIA_STREAM", default => (isGtk() || isEfl()), value => \$mediaStreamSupport },
</ins><span class="cx">
</span><span class="cx"> { option => "meter-element", desc => "Toggle Meter Element support",
</span><span class="cx"> define => "ENABLE_METER_ELEMENT", default => !isAppleWinWebKit(), value => \$meterElementSupport },
</span></span></pre></div>
<a id="trunkToolsgtkjhbuildwebrtcmodules"></a>
<div class="delfile"><h4>Deleted: trunk/Tools/gtk/jhbuild-webrtc.modules (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/jhbuild-webrtc.modules        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild-webrtc.modules        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -1,119 +0,0 @@
</span><del>-<?xml version="1.0"?>
-<!DOCTYPE moduleset SYSTEM "moduleset.dtd">
-<?xml-stylesheet type="text/xsl" href="moduleset.xsl"?>
-<moduleset>
-
- <repository type="git" name="github.com"
- href="https://github.com"/>
- <repository type="tarball" name="github-tarball"
- href="https://github.com/"/>
- <repository type="git" name="freedesktop-git"
- href="http://anongit.freedesktop.org/git"/>
-
- <autotools id="libsrtp" autogen-sh="configure">
- <branch module="cisco/libsrtp/archive/v${version}.tar.gz" version="1.5.2"
- checkoutdir="libsrtp-${version}"
- repo="github-tarball"
- hash="sha256:86e1efe353397c0751f6bdd709794143bd1b76494412860f16ff2b6d9c304eda"
- md5sum="2309aa6027992810a4285b042c71e644">
- </branch>
- </autotools>
-
- <autotools id="openh264" supports-non-srcdir-builds="no" autogen-sh="pseudo-configure">
- <branch module="cisco/openh264/archive/v1.4.0.tar.gz" version="1.4.0"
- checkoutdir="openh264-1.4.0"
- repo="github-tarball">
- <patch file="openh264-configure.patch" strip="0"/>
- </branch>
- </autotools>
-
- <autotools id="gstreamer" autogenargs="--disable-gtk-doc">
- <if condition-set="macos">
- <autogenargs value="--disable-introspection"/>
- </if>
-
- <dependencies>
- <dep package="orc"/>
- </dependencies>
- <branch repo="freedesktop-git" module="gstreamer/gstreamer" version="1.7" checkoutdir="gstreamer" tag="61a8c946acb077959dfec78fc6393a5bea17a260"/>
- </autotools>
-
- <autotools id="gst-plugins-base"
- autogen-sh="autogen.sh"
- autogenargs="--disable-examples --disable-gtk-doc">
- <if condition-set="macos">
- <autogenargs value="--disable-introspection"/>
- </if>
- <dependencies>
- <dep package="gstreamer"/>
- <dep package="orc"/>
- </dependencies>
- <branch repo="freedesktop-git" module="gstreamer/gst-plugins-base" version="1.7" checkoutdir="gst-plugins-base" tag="5f79ccb420d6b270d108892f1c7e3dedbd64b57a"/>
- </autotools>
-
- <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gtk-doc">
- <if condition-set="macos">
- <autogenargs value="--disable-introspection"/>
- </if>
- <dependencies>
- <dep package="gst-plugins-base"/>
- <dep package="libvpx"/>
- </dependencies>
-
- <branch repo="freedesktop-git" module="gstreamer/gst-plugins-good" version="1.7" checkoutdir="gst-plugins-good" tag="0d4e3847f0c9106ed345f0316e4954f82332e250"/>
- </autotools>
-
- <autotools id="gst-plugins-bad" autogenargs="--disable-examples --disable-gtk-doc --enable-openh264 --enable-opus --enable-srtp -- PKG_CONFIG_PATH=$PKG_CONFIG_PATH:$JHBUILD_PREFIX/lib/pkgconfig">
- <if condition-set="macos">
- <autogenargs value="--disable-introspection"/>
- </if>
- <dependencies>
- <dep package="gst-plugins-base"/>
- <dep package="libsrtp"/>
- <dep package="openh264"/>
- </dependencies>
-
- <branch repo="freedesktop-git" module="gstreamer/gst-plugins-bad" version="1.7" checkoutdir="gst-plugins-bad" tag="3d5a1ccbf4e5b036164a02c6bd6b0b0ddab19880"/>
- </autotools>
-
- <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm' --disable-gtk-doc">
- <dependencies>
- <dep package="gst-plugins-base"/>
- </dependencies>
-
- <branch repo="freedesktop-git" module="gstreamer/gst-libav" version="1.5" checkoutdir="gst-libav" tag="1.5.2"/>
- </autotools>
-
- <autotools id="libusrsctp" supports-non-srcdir-builds="no" autogen-sh="./bootstrap; ./configure --disable-warnings-as-errors">
- <branch repo="github.com" module="sctplab/usrsctp.git" checkoutdir="usrsctp" tag="c53d43ee76673ee281806497eb43750c239c145f"/>
- </autotools>
-
- <autotools id="gst-plugins-openwebrtc" supports-parallel-builds="no" supports-non-srcdir-builds="no" autogen-sh="./autogen.sh; ./configure">
- <dependencies>
- <dep package="gst-plugins-base"/>
- <dep package="libusrsctp"/>
- </dependencies>
- <branch repo="github.com" module="EricssonResearch/openwebrtc-gst-plugins.git" checkoutdir="gst-plugins-openwebrtc" tag="5eb92d7e58a5aec82034d1a6d3f5ef66501172b7"/>
- </autotools>
-
- <autotools id="libnice" supports-non-srcdir-builds="no">
- <dependencies>
- <dep package="gstreamer"/>
- </dependencies>
- <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.13" checkoutdir="libnice"/>
- </autotools>
-
- <autotools id="libvpx" supports-non-srcdir-builds="no"
-        autogen-template="./configure --prefix=%(prefix)s --enable-shared --enable-pic --as=yasm --disable-unit-tests ">
-        <branch repo="github.com" module="webmproject/libvpx.git" checkoutdir="libvpx" tag="v1.4.0"/>
- </autotools>
-
- <autotools id="openwebrtc" autogenargs="--enable-bridge=no --enable-owr-gst=yes">
- <dependencies>
- <dep package="gst-plugins-openwebrtc"/>
- <dep package="libnice"/>
- </dependencies>
- <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
- </autotools>
-
-</moduleset>
</del></span></pre></div>
<a id="trunkToolsgtkjhbuildmodules"></a>
<div class="modfile"><h4>Modified: trunk/Tools/gtk/jhbuild.modules (197751 => 197752)</h4>
<pre class="diff"><span>
<span class="info">--- trunk/Tools/gtk/jhbuild.modules        2016-03-08 10:11:41 UTC (rev 197751)
+++ trunk/Tools/gtk/jhbuild.modules        2016-03-08 10:36:41 UTC (rev 197752)
</span><span class="lines">@@ -438,7 +438,7 @@
</span><span class="cx"> <dependencies>
</span><span class="cx"> <dep package="gstreamer"/>
</span><span class="cx"> </dependencies>
</span><del>- <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.10" checkoutdir="libnice"/>
</del><ins>+ <branch repo="freedesktop-git" module="libnice/libnice.git" tag="0.1.13" checkoutdir="libnice"/>
</ins><span class="cx"> </autotools>
</span><span class="cx">
</span><span class="cx"> <autotools id="openwebrtc" autogenargs="--enable-bridge=no --enable-owr-gst=yes">
</span><span class="lines">@@ -446,7 +446,7 @@
</span><span class="cx"> <dep package="gst-plugins-openwebrtc"/>
</span><span class="cx"> <dep package="libnice"/>
</span><span class="cx"> </dependencies>
</span><del>- <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="13516c7f79a0c48bb411464f7613d4b426c70f5b"/>
</del><ins>+ <branch repo="github.com" module="EricssonResearch/openwebrtc.git" checkoutdir="openwebrtc" tag="f511ea1fa79a33fa3d52bfd1c0969c28084aeb35"/>
</ins><span class="cx"> </autotools>
</span><span class="cx">
</span><span class="cx"> <autotools id="gsettings-desktop-schemas" autogen-sh="configure">
</span></span></pre>
</div>
</div>
</body>
</html>