mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
extra/chromium fix
This commit is contained in:
parent
9819554390
commit
ab8348212c
2 changed files with 1 additions and 15 deletions
|
@ -43,14 +43,13 @@ source=(https://commondatastorage.googleapis.com/chromium-browser-official/$pkgn
|
|||
chromium.desktop
|
||||
arm-webrtc-fix.patch
|
||||
chromium-arm-r0.patch
|
||||
skia.patch
|
||||
v6-ffmpeg.patch
|
||||
chromium-widevine.patch)
|
||||
sha256sums=('60b0eb38c1c3d0cc998dae70b7333e53b715cff2847c1652e03d1723300db4c9'
|
||||
'SKIP'
|
||||
'09bfac44104f4ccda4c228053f689c947b3e97da9a4ab6fa34ce061ee83d0322'
|
||||
'9db0f01517c52e3236ff52e8a664840542a19144a54923ae6aabea3dcfa92c52'
|
||||
'df4be49770d508b772f98eda9fc5f37fa71d4c0459437e12f7f3db5892aa1611'
|
||||
'd53c0af6636611ee190083361d100cbbdc18515d94f59c2750da121022554226'
|
||||
'3fbabcbd512494b529e0a0e17560735887acf2291a74653750f9b29f5d45774d'
|
||||
'379b746e187de28f80f5a7cd19edcfa31859656826f802a1ede054fcb6dfb221')
|
||||
|
||||
|
@ -74,9 +73,6 @@ prepare() {
|
|||
sed "s/@WIDEVINE_VERSION@/Pinkie Pie/" ../chromium-widevine.patch |
|
||||
patch -Np1
|
||||
|
||||
# Temp fix for skia
|
||||
patch -Np0 -i "$srcdir/skia.patch"
|
||||
|
||||
# Fix WebRTC for ARM
|
||||
patch -Np0 -i "$srcdir/arm-webrtc-fix.patch"
|
||||
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
--- skia/skia_library_opts.gyp.orig 2014-04-10 07:06:03.181637221 -0600
|
||||
+++ skia/skia_library_opts.gyp 2014-04-10 07:06:55.256436603 -0600
|
||||
@@ -123,6 +123,7 @@
|
||||
'../third_party/skia/src/opts/SkMorphology_opts_arm.cpp',
|
||||
'../third_party/skia/src/opts/SkUtils_opts_arm.cpp',
|
||||
'../third_party/skia/src/opts/SkXfermode_opts_none.cpp',
|
||||
+ '../third_party/skia/src/opts/memset.arm.S',
|
||||
],
|
||||
}],
|
||||
[ 'target_arch == "mipsel"',{
|
Loading…
Reference in a new issue