aboutsummaryrefslogtreecommitdiffstats
path: root/community/chromium/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* community/chromium: fix build on armv7Natanael Copa2019-02-221-2/+11
| | | | | | fixes #9870 (cherry picked from commit 9ed06c36d97148233ab5ece5d931a2b3c4571bf0)
* community/chromium: upgrade to 72.0.3626.109 and fix deadlockNatanael Copa2019-02-221-21/+13
| | | | | | | | fixes #9808 Upstream bug report: https://bugs.chromium.org/p/v8/issues/detail?id=8881 (cherry picked from commit 01e082330dad92dec25b85358b790686fd54ce68)
* community/chromium: temp disable arm buildsCarlo Landmeter2019-01-071-1/+1
| | | | arm builds need more work as they need clang
* community/chromium: build with vaapi and dont use goldNatanael Copa2019-01-021-18/+13
| | | | | | gold does not seem to work with arm architectures. libva patches are from void linux
* community/chromium: add -fno-delete-null-pointer-checksNatanael Copa2018-12-241-4/+7
| | | | needed for gcc
* community/chromium: upgrade to 71.0.3578.98Natanael Copa2018-12-191-47/+26
|
* community: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* aports: add support for armv7 [skip ci]Oliver Smith2018-09-241-1/+1
| | | | | | | | | This makes it possible to provide armv7 as additional architecture in Alpine, next to armhf. See the discussion in this ML thread: <https://lists.alpinelinux.org/alpine-devel/6271.html> It's done by adding armv7 next to armhf in the arch line and also !armv7 where the arch line said !armhf. The following script was used:
* community/chromium: more armhf fixesTimo Teräs2018-09-171-1/+1
|
* community/chromium: armhf fixesTimo Teräs2018-09-161-9/+12
|
* community/chromium: fix armhf tripletTimo Teräs2018-09-131-1/+1
| | | | This and the few previous commits together fixes #5701
* community/chromium: apply missed patchTimo Teräs2018-09-131-0/+2
|
* community/chromium: fix and enable build on aarch64 and armhfTimo Teräs2018-09-131-1/+3
|
* community/chromium: upgrade to 68.0.3440.106Natanael Copa2018-08-141-2/+2
|
* community/chromium: upgrade to 68.0.3440.75Natanael Copa2018-07-301-37/+35
| | | | | disable widevine as upstream only supports Mac and Windows now. (and I don't think it ever worked on alpine)
* community/chromium: upgrade to 66.0.3359.181Natanael Copa2018-07-301-38/+68
|
* main/snappy: upgrade to 1.1.7 and rebuild dependent packagesTBK2018-07-221-1/+1
|
* community/chromium: rebuild against nss-3.38Leonardo Arena2018-07-111-1/+1
|
* community/chromium: upgrade to 64.0.3282.168Natanael Copa2018-02-221-6/+4
|
* community/chromium: work around parallel build issueNatanael Copa2017-12-201-0/+4
|
* community/chromium: upgrade to 63.0.3239.108Natanael Copa2017-12-201-24/+13
|
* community/chromium: upgrade to 61.0.3163.100Natanael Copa2017-09-281-2/+2
| | | | fixes #7934
* community/chromium: upgrade to 61.0.3163.79Natanael Copa2017-09-151-124/+93
| | | | | | | to fix tab crashes, use patch from https://github.com/lluixhi/musl-extras/issues/10#issuecomment-328272349 use various patches from fedora
* community/chromium: upgrade to 59.0.3071.115Natanael Copa2017-07-061-2/+13
|
* community/chromium: build fixWilliam Pitcock2017-06-101-2/+2
|
* community/chromium: fix checksumNatanael Copa2017-06-091-2/+3
|
* community/chromium: upgrade to 59.0.3071.86Natanael Copa2017-06-091-5/+6
|
* community/chromium: update to 58.0.3029.110khanku2017-05-261-5/+15
|
* community/chromium: upgrade to 57.0.2987.133Natanael Copa2017-04-031-13/+11
|
* community: trigger rebuilds against nss-devWilliam Pitcock2017-03-231-1/+1
|
* trigger rebuilds on libwebp dependentsWilliam Pitcock2017-02-261-1/+1
|
* community/chromium: upgrade to 56.0.2924.87Natanael Copa2017-02-221-38/+6
|
* community/chromium: rebuild against new libeventNatanael Copa2017-02-071-1/+1
|
* community/chromium: upgrade to 56.0.2924.76Natanael Copa2017-01-311-15/+11
|
* community/chromium: fix getrlimit(RLIMIT_NOFILE) failedJakub Jirutka2017-01-191-4/+8
|
* community/chromium: add gold to makedepsNatanael Copa2016-12-191-0/+1
|
* community/chromium: upgrade to 55.0.2883.87Natanael Copa2016-12-191-123/+228
|
* community/chromium: fix build against cups 2.2Timo Teräs2016-11-041-1/+5
|
* [various] rename dependency python to python2Jakub Jirutka2016-10-261-1/+1
|
* community/chromium: rebuild against libresslNatanael Copa2016-10-101-6/+6
|
* community/chromium: don't depend on chromedriverNatanael Copa2016-09-091-4/+9
| | | | ref #6126
* community/chromium: gcc6 fix and reduce stacksizeNatanael Copa2016-09-081-4/+8
| | | | | the crashes apparently came from gcc6. so we reduce stack size to 2MB again. This is what android use.
* community/chromium: upgrade to 53.0.2785.92Natanael Copa2016-09-051-13/+9
| | | | increase thread stack size to 4MB since we had some pages that crashed.
* community/chromium: increase stack sizeNatanael Copa2016-09-011-1/+5
| | | | | apparently even OS X's 512k is not enough so we set it to 2mb which android seems to use.
* community/chromium: install the missing icudtl.datNatanael Copa2016-08-301-2/+8
| | | | | | also add patch that should fix the error: Received signal 4 ILL_ILLOPN 0927de0d1ae4
* community/chromium: upgrade to 52.0.2743.116Natanael Copa2016-08-281-44/+50
|
* community/chromium: bump pkgrel because of icu upgradeFrancesco Colista2016-05-121-1/+1
|
* community/chromium: upgrade to 49.0.2623.110Natanael Copa2016-04-071-4/+4
|
* community/chromium: upgrade to 49.0.2623.108Natanael Copa2016-03-311-4/+4
|
* community/chromium: upgrade to 49.0.2623.75Natanael Copa2016-03-311-4/+4
|