[Pkg-chromium-commit] chromium-browser/chromium-browser.sid: 713 Use system glew

Giuseppe Iuculano iuculano at debian.org
Sun Jan 30 15:06:38 UTC 2011


Branch name: chromium-browser/chromium-browser.sid
Branch location : bzr+ssh://bzr.debian.org/bzr/pkg-chromium/chromium-browser/chromium-browser.sid
Browse location: http://bzr.debian.org/loggerhead/pkg-chromium
Revision No: 713
Revision Id: iuculano at debian.org-20110130150638-nsirgwn7d12b607c
Committer: Giuseppe Iuculano <iuculano at debian.org>
Message : Use system glew


--------------------------------------------------------
  ** Modified :
        - debian/changelog
        - debian/patches/glew.patch
        - debian/patches/series

-------------- next part --------------
=== modified file 'debian/changelog'
--- a/debian/changelog	2011-01-30 14:47:44 +0000
+++ b/debian/changelog	2011-01-30 15:06:38 +0000
@@ -10,8 +10,9 @@
   * Build against libv8
   * Use libicu system headers
   * Use system libvpx
+  * Use system glew
 
- -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 15:46:48 +0100
+ -- Giuseppe Iuculano <iuculano at debian.org>  Sun, 30 Jan 2011 16:05:34 +0100
 
 chromium-browser (9.0.587.0~r66374-1) experimental; urgency=low
 

=== modified file 'debian/patches/glew.patch'
--- a/debian/patches/glew.patch	2010-11-15 13:43:19 +0000
+++ b/debian/patches/glew.patch	2011-01-30 15:06:38 +0000
@@ -1,6 +1,6 @@
 --- a/src/build/linux/system.gyp
 +++ b/src/build/linux/system.gyp
-@@ -257,6 +257,23 @@
+@@ -283,6 +283,23 @@
        }]]
      },
      {
@@ -26,17 +26,17 @@
        'conditions': [
 --- a/src/chrome/chrome.gyp
 +++ b/src/chrome/chrome.gyp
-@@ -699,6 +699,7 @@
+@@ -701,6 +701,7 @@
          'common',
          '../media/media.gyp:media',
          '../skia/skia.gyp:skia',
 +        '../build/linux/system.gyp:glew',
        ],
        'sources': [
-         'gpu/gpu_backing_store_win.cc',
+         'gpu/gpu_channel.cc',
 --- a/src/build/common.gypi
 +++ b/src/build/common.gypi
-@@ -504,6 +504,7 @@
+@@ -513,6 +513,7 @@
        ['enable_gpu==1', {
          'defines': [
            'ENABLE_GPU=1',

=== modified file 'debian/patches/series'
--- a/debian/patches/series	2011-01-30 14:47:44 +0000
+++ b/debian/patches/series	2011-01-30 15:06:38 +0000
@@ -8,10 +8,10 @@
 system_v8.patch
 prefs.patch
 #protobuf.patch
-#glew.patch
 armv4.patch
 gecko-mediaplayer.patch
 ffmpeg_arm.patch
 system-speech.patch
 icu.patch
 vpx.patch
+glew.patch



More information about the Pkg-chromium-commit mailing list