[SCM] WebKit Debian packaging branch, webkit-1.1, updated. upstream/1.1.21-584-g1e41756

tonikitoo at webkit.org tonikitoo at webkit.org
Fri Feb 26 22:17:51 UTC 2010


The following commit has been merged in the webkit-1.1 branch:
commit ed91a7ab8640a3b03bc6b0608d2401c385905cdd
Author: tonikitoo at webkit.org <tonikitoo at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Thu Feb 11 19:00:27 2010 +0000

    2010-02-11  Antonio Gomes <tonikitoo at webkit.org>
    
        Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
    
        Reviewed by Xan Lopez.
    
            * configure.ac:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@54660 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 4b3594f..71ea26c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-02-11  Antonio Gomes  <tonikitoo at webkit.org>
+
+        Reviewed by Xan Lopez.
+
+        Adjust gstreamer-plugins-base minimum version check (from 0.10 to 0.10.23).
+
+        * configure.ac:
+
 2010-02-08  Maciej Stachowiak  <mjs at apple.com>
 
         Reviewed by Cameron Zwarich.
diff --git a/configure.ac b/configure.ac
index b407323..e0d5883 100644
--- a/configure.ac
+++ b/configure.ac
@@ -723,7 +723,7 @@ if test "$enable_video" = "yes"; then
                      gstreamer-app-0.10
                      gstreamer-base-0.10
                      gstreamer-pbutils-0.10
-                     gstreamer-plugins-base-0.10
+                     gstreamer-plugins-base-0.10.23
                      gstreamer-video-0.10])
    AC_SUBST([GSTREAMER_CFLAGS])
    AC_SUBST([GSTREAMER_LIBS])

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list