summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorIru Cai2017-05-01 09:31:06 +0800
committerIru Cai2017-05-01 09:31:06 +0800
commita4905a2b7ff6effd5795eba22e0048c20e02eddc (patch)
tree93d0794810c7782b7ae6658c58dfdd9a87e0ee2f
parentc5a38b73f762dfe8378771e2b2a2649c15feceb3 (diff)
downloadaur-a4905a2b7ff6effd5795eba22e0048c20e02eddc.tar.gz
use bundled icu and ffmpeg
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD8
2 files changed, 6 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 441bce085da7..a76b62a64366 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Tue Apr 25 02:46:38 UTC 2017
+# Mon May 1 01:30:57 UTC 2017
pkgbase = iridium
pkgdesc = a free, open, and libre browser modification of the Chromium code base
pkgver = 58.0
- pkgrel = 1
+ pkgrel = 2
url = https://iridiumbrowser.de/
arch = i686
arch = x86_64
@@ -32,8 +32,6 @@ pkgbase = iridium
depends = desktop-file-utils
depends = hicolor-icon-theme
depends = flac
- depends = ffmpeg
- depends = icu
depends = minizip
depends = libxml2
depends = libpng
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' {} +