diff options
author | Jose V Beneyto <sepen@crux.nu> | 2013-04-12 02:15:02 +0200 |
---|---|---|
committer | Jose V Beneyto <sepen@crux.nu> | 2013-04-12 02:15:13 +0200 |
commit | d30910971b350e194eabde27a4a40a23127dd157 (patch) | |
tree | d366abb2517fcfaa8862764be37ca2624d3868cc /chromium/Pkgfile | |
parent | 6c3c045b03527faaf18e7e4d0405a79f548f6aa8 (diff) | |
download | opt-d30910971b350e194eabde27a4a40a23127dd157.tar.gz opt-d30910971b350e194eabde27a4a40a23127dd157.tar.xz |
chromium: updated to 26.0.1410.63 and added speech-dispatcher as dependency
Diffstat (limited to 'chromium/Pkgfile')
-rw-r--r-- | chromium/Pkgfile | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/chromium/Pkgfile b/chromium/Pkgfile index 56e4236d9..3a6435d01 100644 --- a/chromium/Pkgfile +++ b/chromium/Pkgfile @@ -2,18 +2,20 @@ # URL: http://chromium.org/ # Maintainer: Jose V Beneyto, sepen at crux dot nu # Packager: Tadeusz Sosnierz, tadzikes gmail com -# Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt alsa-lib gperf +# Depends on: dbus-glib gtk libevent nss xorg-libxscrnsaver xorg-libxtst libgcrypt xorg-libxdamage yasm xorg-libxt gperf speech-dispatcher name=chromium -version=25.0.1364.97 +version=26.0.1410.63 release=1 -source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.bz2 \ - $name.sh use-siginfo_t.patch) +source=(http://commondatastorage.googleapis.com/chromium-browser-official/$name-$version.tar.xz \ + $name.sh {audio-buffer,speech-dispatcher,use-siginfo_t}.patch) build() { cd $name-$version # fix building issues + patch -p1 -i $SRC/audio-buffer.patch + patch -p2 -i $SRC/speech-dispatcher.patch patch -p1 -i $SRC/use-siginfo_t.patch find third_party/WebKit/Source ui/base/ime \ @@ -23,7 +25,6 @@ build() { export LDFLAGS="$LDFLAGS $(pkg-config --libs nspr)" build/gyp_chromium -f make build/all.gyp --depth=. \ - -Dgcc_version=45 \ -Dno_strict_aliasing=1 \ -Dwerror= \ -Dlinux_sandbox_path=/usr/lib/chromium/chromium-sandbox \ @@ -48,6 +49,8 @@ build() { -Duse_gnome_keyring=0 \ -Duse_kerberos=0 \ -Dlinux_link_gnome_keyring=0 \ + -Dlinux_link_libpci=1 \ + -Dlinux_link_libspeechd=1 \ -Denable_webrtc=1 \ -Ddisable_nacl=1 |