Title: [152629] trunk/Tools
Revision
152629
Author
commit-qu...@webkit.org
Date
2013-07-15 03:01:33 -0700 (Mon, 15 Jul 2013)

Log Message

[GTK] Increase the JHBuild version of GStreamer to 1.0.7
https://bugs.webkit.org/show_bug.cgi?id=115166

Patch by Xabier Rodriguez Calvar <calva...@igalia.com> on 2013-07-15
Reviewed by Philippe Normand.

* gtk/jhbuild.modules: Bumping GStreamer version up to 1.0.8.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (152628 => 152629)


--- trunk/Tools/ChangeLog	2013-07-15 09:44:35 UTC (rev 152628)
+++ trunk/Tools/ChangeLog	2013-07-15 10:01:33 UTC (rev 152629)
@@ -1,3 +1,12 @@
+2013-07-15  Xabier Rodriguez Calvar  <calva...@igalia.com>
+
+        [GTK] Increase the JHBuild version of GStreamer to 1.0.7
+        https://bugs.webkit.org/show_bug.cgi?id=115166
+
+        Reviewed by Philippe Normand.
+
+        * gtk/jhbuild.modules: Bumping GStreamer version up to 1.0.8.
+
 2013-07-12  Kwang Yul Seo  <sk...@company100.net>
 
         Unreviewed. Add an email address and update my domain of experts.

Modified: trunk/Tools/gtk/jhbuild.modules (152628 => 152629)


--- trunk/Tools/gtk/jhbuild.modules	2013-07-15 09:44:35 UTC (rev 152628)
+++ trunk/Tools/gtk/jhbuild.modules	2013-07-15 10:01:33 UTC (rev 152629)
@@ -269,35 +269,35 @@
   </autotools>
 
   <autotools id="gstreamer">
-    <branch repo="gstreamer" module="gstreamer" checkoutdir="gstreamer" tag="1.0.4"/>
+    <branch repo="gstreamer" module="gstreamer" checkoutdir="gstreamer" tag="1.0.8"/>
   </autotools>
 
   <autotools id="gst-plugins-base" autogenargs="--disable-examples">
     <dependencies>
       <dep package="gstreamer"/>
     </dependencies>
-    <branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base" tag="1.0.4"/>
+    <branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base" tag="1.0.8"/>
   </autotools>
 
   <autotools id="gst-plugins-good" autogenargs="--disable-examples --disable-soup --disable-gst_v4l2 --without-libv4l2">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch repo="gstreamer" module="gst-plugins-good" checkoutdir="gst-plugins-good" tag="1.0.4"/>
+    <branch repo="gstreamer" module="gst-plugins-good" checkoutdir="gst-plugins-good" tag="1.0.8"/>
   </autotools>
 
   <autotools id="gst-plugins-bad" autogenargs="--disable-examples">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch repo="gstreamer" module="gst-plugins-bad" checkoutdir="gst-plugins-bad" tag="1.0.4"/>
+    <branch repo="gstreamer" module="gst-plugins-bad" checkoutdir="gst-plugins-bad" tag="1.0.8"/>
   </autotools>
 
   <autotools id="gst-libav" autogenargs="--with-libav-extra-configure='--disable-yasm'">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch repo="gstreamer" module="gst-libav" checkoutdir="gst-libav" tag="1.0.4"/>
+    <branch repo="gstreamer" module="gst-libav" checkoutdir="gst-libav" tag="1.0.8"/>
   </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