summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorIru Cai2017-05-01 09:31:06 +0800
committerIru Cai2017-05-01 09:31:06 +0800
commita4905a2b7ff6effd5795eba22e0048c20e02eddc (patch)
tree93d0794810c7782b7ae6658c58dfdd9a87e0ee2f /PKGBUILD
parentc5a38b73f762dfe8378771e2b2a2649c15feceb3 (diff)
downloadaur-a4905a2b7ff6effd5795eba22e0048c20e02eddc.tar.gz
use bundled icu and ffmpeg
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD8
1 files changed, 4 insertions, 4 deletions
diff --git a/PKGBUILD b/PKGBUILD
index c747c7dc0d2c..83753aab3dc0 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,10 +7,10 @@
# Possible replacements are listed in build/linux/unbundle/replace_gn_files.py
# Keys are the names in the above script; values are the dependencies in Arch
declare -rgA _system_libs=(
- [ffmpeg]=ffmpeg
+ #[ffmpeg]=ffmpeg
[flac]=flac
[harfbuzz-ng]=harfbuzz-icu
- [icu]=icu
+ #[icu]=icu
[libjpeg]=libjpeg
[libpng]=libpng
#[libvpx]=libvpx
@@ -25,7 +25,7 @@ declare -rgA _system_libs=(
pkgname=iridium
pkgver=58.0
-pkgrel=1
+pkgrel=2
_launcher_ver=3
pkgdesc="a free, open, and libre browser modification of the Chromium code base"
arch=('i686' 'x86_64')
@@ -76,7 +76,7 @@ prepare() {
patch -Np0 -i ../sandbox-linux-build.patch
# Fixes from Gentoo
- patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
+ #patch -Np1 -i ../chromium-system-ffmpeg-r4.patch
# Use Python 2
find . -name '*.py' -exec sed -i -r 's|/usr/bin/python$|&2|g' {} +