Title: [138416] trunk/Tools
Revision
138416
Author
[email protected]
Date
2012-12-23 00:53:25 -0800 (Sun, 23 Dec 2012)

Log Message

[GTK][jhbuild] Bump GStreamer to 1.0.4
https://bugs.webkit.org/show_bug.cgi?id=105640

Reviewed by Martin Robinson.

* gtk/jhbuild.modules: Update GStreamer modules to 1.0.4.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (138415 => 138416)


--- trunk/Tools/ChangeLog	2012-12-23 02:36:11 UTC (rev 138415)
+++ trunk/Tools/ChangeLog	2012-12-23 08:53:25 UTC (rev 138416)
@@ -1,3 +1,12 @@
+2012-12-23  Philippe Normand  <[email protected]>
+
+        [GTK][jhbuild] Bump GStreamer to 1.0.4
+        https://bugs.webkit.org/show_bug.cgi?id=105640
+
+        Reviewed by Martin Robinson.
+
+        * gtk/jhbuild.modules: Update GStreamer modules to 1.0.4.
+
 2012-12-21  Nico Weber  <[email protected]>
 
         chromium: webkit-build-directory doesn't handle ninja output dirs

Modified: trunk/Tools/gtk/jhbuild.modules (138415 => 138416)


--- trunk/Tools/gtk/jhbuild.modules	2012-12-23 02:36:11 UTC (rev 138415)
+++ trunk/Tools/gtk/jhbuild.modules	2012-12-23 08:53:25 UTC (rev 138416)
@@ -238,35 +238,35 @@
   </autotools>
 
   <autotools id="gstreamer">
-    <branch repo="gstreamer" module="gstreamer" checkoutdir="gstreamer" tag="1.0.3"/>
+    <branch repo="gstreamer" module="gstreamer" checkoutdir="gstreamer" tag="1.0.4"/>
   </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.3"/>
+    <branch repo="gstreamer" module="gst-plugins-base" checkoutdir="gst-plugins-base" tag="1.0.4"/>
   </autotools>
 
   <autotools id="gst-plugins-good" autogenargs="--disable-examples">
     <dependencies>
       <dep package="gst-plugins-base"/>
     </dependencies>
-    <branch repo="gstreamer" module="gst-plugins-good" checkoutdir="gst-plugins-good" tag="1.0.3"/>
+    <branch repo="gstreamer" module="gst-plugins-good" checkoutdir="gst-plugins-good" tag="1.0.4"/>
   </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.3"/>
+    <branch repo="gstreamer" module="gst-plugins-bad" checkoutdir="gst-plugins-bad" tag="1.0.4"/>
   </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.3"/>
+    <branch repo="gstreamer" module="gst-libav" checkoutdir="gst-libav" tag="1.0.4"/>
   </autotools>
 
 </moduleset>
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to