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

Maxime Gauduin alucryd at archlinux.org
Tue Aug 2 11:26:02 UTC 2016


    Date: Tuesday, August 2, 2016 @ 11:26:02
  Author: alucryd
Revision: 272843

build with system libvpx: chromium 52.0.2743.85-2

Modified:
  chromium/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-08-02 10:52:59 UTC (rev 272842)
+++ PKGBUILD	2016-08-02 11:26:02 UTC (rev 272843)
@@ -6,7 +6,7 @@
 
 pkgname=chromium
 pkgver=52.0.2743.85
-pkgrel=1
+pkgrel=2
 _launcher_ver=3
 pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
 arch=('i686' 'x86_64')
@@ -15,8 +15,7 @@
 depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
          'libexif' 'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'snappy'
          'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'libsecret'
-         #'libvpx' 
-         'perl' 'perl-file-basedir' 'desktop-file-utils'
+         'libvpx' 'perl' 'perl-file-basedir' 'desktop-file-utils'
          'hicolor-icon-theme')
 makedepends=('python2' 'gperf' 'yasm' 'mesa' 'ninja')
 makedepends_x86_64=('lib32-gcc-libs' 'lib32-zlib')
@@ -139,7 +138,7 @@
     -Duse_system_libevent=1
     -Duse_system_libjpeg=1
     -Duse_system_libpng=1
-    -Duse_system_libvpx=0
+    -Duse_system_libvpx=1
     -Duse_system_libxml=0
     -Duse_system_snappy=1
     -Duse_system_xdg_utils=1



More information about the arch-commits mailing list