extra/chromium to 34.0.1847.116-1.2

This commit is contained in:
Kevin Mihelich 2014-04-14 21:28:52 +00:00
parent e0cce76623
commit 158682d19d

View file

@ -13,7 +13,6 @@
# - adjusted gyp flags for v7h
# - patch to fix webrtc code for non-android ARM
# - patch (hack) to fix skia
# - use system protobuf
# - makeflags to -j3, seems to barf higher
#
# moonman <moonman [dot] ca [at] gmail [dot] com>
@ -23,7 +22,7 @@ buildarch=4
pkgname=chromium
pkgver=34.0.1847.116
pkgrel=1.1
pkgrel=1.2
pkgdesc="The open-source project behind Google Chrome, an attempt at creating a safer, faster, and more stable browser"
arch=('armv6h' 'armv7h')
url="http://www.chromium.org/"
@ -31,7 +30,7 @@ license=('BSD')
depends=('gtk2' 'nss' 'alsa-lib' 'xdg-utils' 'bzip2' 'libevent' 'libxss'
'libgcrypt' 'ttf-font' 'systemd' 'dbus' 'flac' 'opus' 'snappy'
'speech-dispatcher' 'pciutils' 'libpulse' 'harfbuzz' 'harfbuzz-icu'
'desktop-file-utils' 'hicolor-icon-theme' 'protobuf')
'desktop-file-utils' 'hicolor-icon-theme')
makedepends=('python2' 'perl' 'gperf' 'yasm' 'mesa' 'libgnome-keyring'
'elfutils' 'subversion')
optdepends=('kdebase-kdialog: needed for file dialogs in KDE'
@ -147,7 +146,7 @@ fi
-Dproprietary_codecs=1
-Duse_system_bzip2=1
-Duse_system_flac=1
-Duse_system_protobuf=1
-Duse_system_protobuf=0
-Duse_system_ffmpeg=0
-Duse_system_harfbuzz=1
-Duse_system_libevent=1