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

tony at chromium.org tony at chromium.org
Wed Dec 22 15:42:06 UTC 2010


The following commit has been merged in the debian/experimental branch:
commit 06cc982c0b71c76be1cd59028dba6a5fa049babe
Author: tony at chromium.org <tony at chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Date:   Wed Nov 10 17:45:50 2010 +0000

    2010-11-10  Tony Chang  <tony at chromium.org>
    
            Unreviewed, add libvpx as a chromium dependency.
    
            This should fix the chromium linux build.
    
            * DEPS:
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@71749 268f45cc-cd09-0410-ab3c-d52691b4dbfc

diff --git a/WebKit/chromium/ChangeLog b/WebKit/chromium/ChangeLog
index bd541e6..8ae72e7 100644
--- a/WebKit/chromium/ChangeLog
+++ b/WebKit/chromium/ChangeLog
@@ -1,3 +1,11 @@
+2010-11-10  Tony Chang  <tony at chromium.org>
+
+        Unreviewed, add libvpx as a chromium dependency.
+
+        This should fix the chromium linux build.
+
+        * DEPS:
+
 2010-11-10  Peter Rybin  <peter.rybin at gmail.com>
 
         Reviewed by Adam Barth.
diff --git a/WebKit/chromium/DEPS b/WebKit/chromium/DEPS
index c4f7dda..f5d56dd 100644
--- a/WebKit/chromium/DEPS
+++ b/WebKit/chromium/DEPS
@@ -95,6 +95,8 @@ deps = {
     Var('chromium_svn')+'/ppapi@'+Var('chromium_rev'),
   'third_party/angle':  # needed by the gpu process
     From('chromium_deps', 'src/third_party/angle'),
+  'third_party/libvpx': # needed by webkit/media
+    From('chromium_deps', 'src/third_party/libvpx'),
   'third_party/ffmpeg': # needed by webkit/media
     From('chromium_deps', 'src/third_party/ffmpeg'),
   'third_party/libwebp':

-- 
WebKit Debian packaging



More information about the Pkg-webkit-commits mailing list