Title: [159330] trunk
Revision
159330
Author
calva...@igalia.com
Date
2013-11-15 02:23:43 -0800 (Fri, 15 Nov 2013)

Log Message

[GTK] Bumping GStreamer version to 1.2.1 for the dependencies
https://bugs.webkit.org/show_bug.cgi?id=124360

Reviewed by Philippe Normand.

Tools:

* gtk/jhbuild.modules: Bumped GStreamer version up to 1.2.1

LayoutTests:

* platform/gtk/TestExpectations: Flagged
media/video-canvas-drawing-output.html

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (159329 => 159330)


--- trunk/LayoutTests/ChangeLog	2013-11-15 09:21:52 UTC (rev 159329)
+++ trunk/LayoutTests/ChangeLog	2013-11-15 10:23:43 UTC (rev 159330)
@@ -1,3 +1,13 @@
+2013-11-15  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        [GTK] Bumping GStreamer version to 1.2.1 for the dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=124360
+
+        Reviewed by Philippe Normand.
+
+        * platform/gtk/TestExpectations: Flagged
+        media/video-canvas-drawing-output.html
+
 2013-11-15  Sun-woo Nam  <sunny....@samsung.com>
 
         [EFL] Layout tests with international text properties need to be rebaselined.

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (159329 => 159330)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2013-11-15 09:21:52 UTC (rev 159329)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2013-11-15 10:23:43 UTC (rev 159330)
@@ -1422,6 +1422,8 @@
 
 webkit.org/b/122150 fast/css3-text/css3-text-indent/getComputedStyle/getComputedStyle-text-indent.html [ Failure ]
 
+webkit.org/b/124360 media/video-canvas-drawing-output.html [ Failure ]
+
 #////////////////////////////////////////////////////////////////////////////////////////
 # End of Tests failing
 #////////////////////////////////////////////////////////////////////////////////////////

Modified: trunk/Tools/ChangeLog (159329 => 159330)


--- trunk/Tools/ChangeLog	2013-11-15 09:21:52 UTC (rev 159329)
+++ trunk/Tools/ChangeLog	2013-11-15 10:23:43 UTC (rev 159330)
@@ -1,3 +1,12 @@
+2013-11-15  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        [GTK] Bumping GStreamer version to 1.2.1 for the dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=124360
+
+        Reviewed by Philippe Normand.
+
+        * gtk/jhbuild.modules: Bumped GStreamer version up to 1.2.1
+
 2013-11-14  Brent Fulgham  <bfulg...@apple.com>
 
         [Win] Improve support for command line builds of 64-bit JSC

Modified: trunk/Tools/gtk/jhbuild.modules (159329 => 159330)


--- trunk/Tools/gtk/jhbuild.modules	2013-11-15 09:21:52 UTC (rev 159329)
+++ trunk/Tools/gtk/jhbuild.modules	2013-11-15 10:23:43 UTC (rev 159330)
@@ -269,55 +269,53 @@
     </branch>
   </autotools>
 
-  <autotools id="gstreamer">
-    <branch module="gstreamer/gstreamer-1.0.8.tar.xz" version="1.0.8"
+  <autotools id="gstreamer" autogenargs="--disable-gtk-doc">
+    <branch module="gstreamer/gstreamer-1.2.1.tar.xz" version="1.2.1"
             repo="gstreamer"
-            hash="sha256:ff70f45509566b88e35986971ace5e89cb6cb232e9ca249f84502abceef1762d"
-            md5sum="fb0c73470e8dd5dab01e5e9e62db9db9"/>
+            hash="sha256:a4523d2471bca6cd0059a32e3b042f50faa4dadc6439852af8b43ca3f17d1fc9"
+            md5sum="55d50f48a496799dbb0b195c9c6c6153"/>
   </autotools>
 
-  <autotools id="gst-plugins-base" autogenargs="--disable-examples">
+  <autotools id="gst-plugins-base" autogenargs="--disable-examples --disable-gtk-doc">
     <dependencies>
       <dep package="gstreamer"/>
     </dependencies>
-    <branch module="gst-plugins-base/gst-plugins-base-1.0.8.tar.xz" version="1.0.8"
+    <branch module="gst-plugins-base/gst-plugins-base-1.2.1.tar.xz" version="1.2.1"
             repo="gstreamer"
-            hash="sha256:b55c9deea00acf789f82845c088b7c7c17b3ecef24a94831a819071b3dd8ef0d"
-            md5sum="c8b36678186e7d4fb1e6395ffcd1abb1"/>
+            hash="sha256:de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f"
+            md5sum="2e75fb03ed7e4d24d88601fcac4d57aa"/>
   </autotools>
 
-  <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup">
+  <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gtk-doc">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
 
-    <branch module="gst-plugins-good/gst-plugins-good-1.0.8.tar.xz" version="1.0.8"
+    <branch module="gst-plugins-good/gst-plugins-good-1.2.1.tar.xz" version="1.2.1"
             repo="gstreamer"
-            hash="sha256:97831570ccdd8e15557f18858b965e54433d572d27fdabebb8b710cee276cfad"
-            md5sum="4969826043bbd3f76e4a0d49ea475736">
-      <patch file="udpsrc-improve-timeouts.patch" strip="1"/>
-      <patch file="rtspsrc-timeout-on-udpsrc-is-in-nanoseconds.patch" strip="1"/>
+            hash="sha256:660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517"
+            md5sum="082156e9fb737ee6132b6b663f2901a1">
     </branch>
   </autotools>
 
-  <autotools id="gst-plugins-bad" autogenargs="--disable-examples">
+  <autotools id="gst-plugins-bad" autogenargs="--disable-examples  --disable-gtk-doc">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch module="gst-plugins-bad/gst-plugins-bad-1.0.8.tar.xz" version="1.0.8"
+    <branch module="gst-plugins-bad/gst-plugins-bad-1.2.1.tar.xz" version="1.2.1"
             repo="gstreamer"
-            hash="sha256:6949b5532034fc37d5a874e4e3330107767238bc4def9f769b8193124e2420cc"
-            md5sum="a2fdf125ee2ae46047dcbcfc305949ee"/>
+            hash="sha256:f33e7c81fcb742fe50b73ad87ef8a4baa7d6b59c5002a10bf63c8dee22404929"
+            md5sum="8ee6863cbb917bb4bd235698b87192a4"/>
   </autotools>
 
-  <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm'">
+  <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm' --disable-gtk-doc">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch module="gst-libav/gst-libav-1.0.8.tar.xz" version="1.0.8"
+    <branch module="gst-libav/gst-libav-1.2.1.tar.xz" version="1.2.1"
             repo="gstreamer"
-            hash="sha256:e6e538290e585c993609337761d894dd1b6b53ef625798b2a511d5314579995f"
-            md5sum="7c2e8db039efa1880a61a6982a6909d7"/>
+            hash="sha256:fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676"
+            md5sum="4c300da1cf14b4e167d65cd5d8de1ef1"/>
   </autotools>
 
   <autotools id="xserver" autogenargs="--disable-xinerama --enable-glx --enable-composite --disable-xorg --disable-dmx --disable-xnest --disable-xquartz --disable-xwin --disable-xephyr --disable-xfake --disable-xfbdev --disable-install-setuid --disable-unit-tests --enable-unix-transport --enable-tcp-transport --enable-local-transport --with-xkb-path=/usr/share/X11/xkb --with-xkb-output=/var/lib/xkb --with-xkb-bin-directory=/usr/bin">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to