[arch-commits] Commit in chromium/trunk (3 files)

Pierre Schmitz pierre at archlinux.org
Thu Dec 17 08:10:37 UTC 2009


    Date: Thursday, December 17, 2009 @ 03:10:37
  Author: pierre
Revision: 61502

Update to Beta 2

Modified:
  chromium/trunk/PKGBUILD
  chromium/trunk/drop_sse2.patch
  chromium/trunk/ffmpeg_branding_mime.patch

----------------------------+
 PKGBUILD                   |   19 ++++++++++++-------
 drop_sse2.patch            |   32 +++-----------------------------
 ffmpeg_branding_mime.patch |    2 +-
 3 files changed, 16 insertions(+), 37 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-12-17 00:34:12 UTC (rev 61501)
+++ PKGBUILD	2009-12-17 08:10:37 UTC (rev 61502)
@@ -2,13 +2,13 @@
 # Maintainer: Pierre Schmitz <pierre at archlinux.de>
 
 pkgname=chromium
-pkgver=4.0.249.30
-pkgrel=2
+pkgver=4.0.249.43
+pkgrel=1
 pkgdesc='An open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web'
 arch=('i686' 'x86_64')
 url='http://www.chromium.org/'
 license=('BSD')
-depends=('nss' 'gconf' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme')
+depends=('nss' 'gconf' 'alsa-lib' 'xdg-utils' 'hicolor-icon-theme' 'bzip2' 'libxslt')
 makedepends=('python' 'perl' 'gperf')
 provides=('chromium-browser')
 conflicts=('chromium-browser')
@@ -18,11 +18,11 @@
 source=("ftp://ftp.archlinux.org/other/chromium/chromium-${pkgver}.tar.xz"
         'chromium.desktop' 'chromium.sh'
         'drop_sse2.patch' 'ffmpeg_branding_mime.patch')
-md5sums=('59d316bd0f319178e1faffce7b2c81d2'
+md5sums=('c8a5b5f918a0ea8a56f9c74bce2524f2'
          '897de25e9c25a01f8b1b67abe554a6b7'
          '93cd6f5f53b15546dc9d3de49118534c'
-         'a4a920d7b198c0a2f6e39d60ec75abd5'
-         '5e36845dd9e053da3bf5fc814e502d68')
+         'ddc1d741d50e8d46765a6b76e8faad32'
+         '95567a364197237dcefa3fabb5631822')
 
 build() {
 	cd ${srcdir}/chromium-${pkgver}
@@ -34,7 +34,12 @@
 		linux_sandbox_path=/usr/lib/chromium/chromium-sandbox \
 		linux_strip_binary=1 \
 		release_extra_cflags='${CFLAGS}' \
-		ffmpeg_branding=Chrome"
+		ffmpeg_branding=Chrome \
+		use_system_libjpeg=1 \
+		use_system_libxml=1 \
+		use_system_libxslt=1 \
+		use_system_bzip2=1 \
+		use_system_libpng=1"
 
 	patch -p0 -i ${srcdir}/ffmpeg_branding_mime.patch || return 1
 

Modified: drop_sse2.patch
===================================================================
--- drop_sse2.patch	2009-12-17 00:34:12 UTC (rev 61501)
+++ drop_sse2.patch	2009-12-17 08:10:37 UTC (rev 61502)
@@ -1,17 +1,6 @@
----
- build/common.gypi |   19 ++++++++++---------
- 1 file changed, 10 insertions(+), 9 deletions(-)
-
-Index: src/build/common.gypi
-===================================================================
---- src.orig/build/common.gypi
-+++ src/build/common.gypi
-@@ -386,25 +386,26 @@
-             #
-             # -mfpmath=sse -msse2 makes the compiler use SSE instructions
-             # which keep floating-point values in SSE registers in its
-             # native precision (32-bit for single precision, and 64-bit for
-             # double precision values). This means the floating-point value
+--- src/build/common.gypi	2009-12-17 01:57:20.000000000 +0100
++++ src/build/common.gypi	2009-12-17 02:37:05.663568345 +0100
+@@ -652,15 +652,6 @@
              # used during computation does not change depending on how the
              # compiler optimized the code, since the value is always kept
              # in its specified precision.
@@ -24,21 +13,6 @@
 -                ],
 -              }],
 -            ],
-+            # Disabled: see http://code.google.com/p/chromium/issues/detail?id=9007
-+            # 'conditions': [
-+            #   ['branding=="Chromium"', {
-+            #     'cflags': [
-+            #       '-march=pentium4',
-+            #       '-msse2',
-+            #       '-mfpmath=sse',
-+            #     ],
-+            #   }],
-+            # ],
              'cflags': [
                '-m32',
              ],
-             'ldflags': [
-               '-m32',
-             ],
-           }],
-         ],

Modified: ffmpeg_branding_mime.patch
===================================================================
--- ffmpeg_branding_mime.patch	2009-12-17 00:34:12 UTC (rev 61501)
+++ ffmpeg_branding_mime.patch	2009-12-17 08:10:37 UTC (rev 61502)
@@ -1,4 +1,4 @@
---- src/net/base/mime_util.cc.orig	2009-12-13 19:09:26.467781732 +0100
+--- src/net/base/mime_util.cc	2009-12-13 19:09:26.467781732 +0100
 +++ src/net/base/mime_util.cc	2009-12-13 19:10:14.967931404 +0100
 @@ -188,7 +188,6 @@
    "audio/ogg",




More information about the arch-commits mailing list