Title: [160151] trunk/Tools
Revision
160151
Author
commit-qu...@webkit.org
Date
2013-12-04 19:05:40 -0800 (Wed, 04 Dec 2013)

Log Message

[EFL] Bumping GStreamer version to 1.2.1
https://bugs.webkit.org/show_bug.cgi?id=125155

Patch by Jozsef Berta <jbe...@inf.u-szeged.hu> on 2013-12-04
Reviewed by Gyuyoung Kim.

* efl/jhbuild.modules: Set the GStreamer version to 1.2.1

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (160150 => 160151)


--- trunk/Tools/ChangeLog	2013-12-05 02:05:35 UTC (rev 160150)
+++ trunk/Tools/ChangeLog	2013-12-05 03:05:40 UTC (rev 160151)
@@ -1,3 +1,13 @@
+2013-12-04  Jozsef Berta  <jbe...@inf.u-szeged.hu>
+
+        [EFL] Bumping GStreamer version to 1.2.1
+        https://bugs.webkit.org/show_bug.cgi?id=125155
+
+        Reviewed by Gyuyoung Kim.
+
+        * efl/jhbuild.modules: Set the GStreamer version to 1.2.1
+
+
 2013-12-04  Tamas Gergely  <tgergely.u-sze...@partner.samsung.com>
 
         Update jhbuild revision.

Modified: trunk/Tools/efl/jhbuild.modules (160150 => 160151)


--- trunk/Tools/efl/jhbuild.modules	2013-12-05 02:05:35 UTC (rev 160150)
+++ trunk/Tools/efl/jhbuild.modules	2013-12-05 03:05:40 UTC (rev 160151)
@@ -282,8 +282,8 @@
 
   <autotools id="gstreamer" autogen-sh="configure">
     <branch repo="gstreamer"
-            module="gstreamer/gstreamer-1.0.5.tar.xz" version="1.0.5"
-            hash="sha256:26c2827567f09a46d0a3bc1e7f8696b2ae72b047306539178079abae487c5b77"/>
+            module="gstreamer/gstreamer-1.2.1.tar.xz" version="1.2.1"
+            hash="sha256:a4523d2471bca6cd0059a32e3b042f50faa4dadc6439852af8b43ca3f17d1fc9"/>
   </autotools>
 
   <autotools id="gst-plugins-base"
@@ -293,8 +293,8 @@
       <dep package="gstreamer"/>
     </dependencies>
     <branch repo="gstreamer"
-            module="gst-plugins-base/gst-plugins-base-1.0.5.tar.xz" version="1.0.5"
-            hash="sha256:37ce6e09b99ef3879111c861ee5090582b4fd4c764e81ab6eb2b2b4dd77d7173"/>
+            module="gst-plugins-base/gst-plugins-base-1.2.1.tar.xz" version="1.2.1"
+            hash="sha256:de2444a5c150d4e4b680364d7c0414cd8b015d95b305ff65d65a17683379532f"/>
   </autotools>
 
   <autotools id="gst-plugins-good"
@@ -305,8 +305,8 @@
       <dep package="gst-plugins-base"/>
     </dependencies>
     <branch repo="gstreamer"
-            module="gst-plugins-good/gst-plugins-good-1.0.5.tar.xz" version="1.0.5"
-            hash="sha256:53bd0b848e7896f1b22548ca4e8be56cf425e5100e121c472dff8272d5140bc5"/>
+            module="gst-plugins-good/gst-plugins-good-1.2.1.tar.xz" version="1.2.1"
+            hash="sha256:660fa02dbe01086fcf702d87acc0ba5dde2559d6a11ecf438874afe504c50517"/>
   </autotools>
 
   <autotools id="gst-plugins-bad"
@@ -316,8 +316,8 @@
       <dep package="gst-plugins-base"/>
     </dependencies>
     <branch repo="gstreamer"
-            module="gst-plugins-bad/gst-plugins-bad-1.0.5.tar.xz" version="1.0.5"
-            hash="sha256:2e8f5b9a2fd274142d0a916b6425b9466028978b85858dc835dc80de744b276a"/>
+            module="gst-plugins-bad/gst-plugins-bad-1.2.1.tar.xz" version="1.2.1"
+            hash="sha256:f33e7c81fcb742fe50b73ad87ef8a4baa7d6b59c5002a10bf63c8dee22404929"/>
   </autotools>
 
   <autotools id="gst-libav"
@@ -327,8 +327,8 @@
       <dep package="gst-plugins-base"/>
     </dependencies>
     <branch repo="gstreamer"
-            module="gst-libav/gst-libav-1.0.5.tar.xz" version="1.0.5"
-            hash="sha256:aef8be665096b3a4e64424fb39d7c5da57faaaf95e9fea6c1bb44295d4fb32d5"/>
+            module="gst-libav/gst-libav-1.2.1.tar.xz" version="1.2.1"
+            hash="sha256:fd152b7aec56ae76ad58b9759913a8bfe1792bdf64f260d0acaba75b75076676"/>
   </autotools> 
 
   <autotools id="libseccomp" autogen-sh="configure">
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to