[SCM] WebKit Debian packaging branch, debian/experimental, updated. upstream/1.3.3-9427-gc2be6fc

commit-queue at webkit.org commit-queue at webkit.org
Wed Dec 22 12:18:54 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit ee9e8bd92a18034f8a6f88929d96db84a7b2857c
Author: commit-queue at webkit.org <commit-queue at webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Aug 18 23:46:02 2010 +0000

    2010-08-18  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
    
            Reviewed by Antonio Gomes.
    
            [EFL] Bump library dependencies
            https://bugs.webkit.org/show_bug.cgi?id=44182
    
            Prepare for EFL release. All the EFL dependencies were bumped to
            1.0.0. Eina and Ecore_X needed a bump because of API has changed and
            the others were changed just to follow those two and because this is
            a stable release.
    
            * cmake/FindEFL.cmake: Bump dependencies.
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@65643 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/ChangeLog b/ChangeLog
index 0b817df..3b7f414 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+2010-08-18  Lucas De Marchi  <lucas.demarchi at profusion.mobi>
+
+        Reviewed by Antonio Gomes.
+
+        [EFL] Bump library dependencies
+        https://bugs.webkit.org/show_bug.cgi?id=44182
+
+        Prepare for EFL release. All the EFL dependencies were bumped to
+        1.0.0. Eina and Ecore_X needed a bump because of API has changed and
+        the others were changed just to follow those two and because this is
+        a stable release.
+
+        * cmake/FindEFL.cmake: Bump dependencies.
+
 2010-08-17  Ilya Tikhonovsky  <loislo at chromium.org>
 
         Reviewed by Yury Semikhatsky.
diff --git a/cmake/FindEFL.cmake b/cmake/FindEFL.cmake
index cfff96f..eb309b1 100644
--- a/cmake/FindEFL.cmake
+++ b/cmake/FindEFL.cmake
@@ -1,16 +1,16 @@
 INCLUDE(FindPkgConfig)
 
-PKG_CHECK_MODULES (EDJE REQUIRED edje>=0.9.9.063)
-PKG_CHECK_MODULES (ECORE REQUIRED ecore>=0.9.9.49898)
-PKG_CHECK_MODULES (ECORE_EVAS REQUIRED ecore-evas>=0.9.9.063)
+PKG_CHECK_MODULES (EDJE REQUIRED edje>=1.0.0)
+PKG_CHECK_MODULES (ECORE REQUIRED ecore>=1.0.0)
+PKG_CHECK_MODULES (ECORE_EVAS REQUIRED ecore-evas>=1.0.0)
 PKG_CHECK_MODULES (EFLDEPS REQUIRED
-  eina-0>=0.9.9.063
-  evas>=0.9.9.063
-  ecore>=0.9.9.063
-  ecore-file>=0.9.9.063
-  ecore-evas>=0.9.9.063
-  edje>=0.9.9.063)
-PKG_CHECK_MODULES (EINA REQUIRED eina-0>=0.9.9.063)
-PKG_CHECK_MODULES (ECORE_X ecore-x>=0.9.9.063)
-PKG_CHECK_MODULES (EVAS REQUIRED evas>=0.9.9.063)
+  eina>=1.0.0
+  evas>=1.0.0
+  ecore>=1.0.0
+  ecore-file>=1.0.0
+  ecore-evas>=1.0.0
+  edje>=1.0.0)
+PKG_CHECK_MODULES (EINA REQUIRED eina>=1.0.0)
+PKG_CHECK_MODULES (ECORE_X ecore-x>=1.0.0)
+PKG_CHECK_MODULES (EVAS REQUIRED evas>=1.0.0)
 

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list