Package Details: chromium-dev 126.0.6423.2-1

Git Clone URL: https://aur.archlinux.org/chromium-dev.git (read-only, click to copy)
Package Base: chromium-dev
Description: The open-source project behind Google Chrome (Dev Channel)
Upstream URL: http://www.chromium.org
Keywords: browser web
Licenses: BSD
Submitter: None
Maintainer: sl1pkn07
Last Packager: sl1pkn07
Votes: 160
Popularity: 0.011346
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Dependencies (84)

Required by (0)

Sources (13)

Latest Comments

« First ‹ Previous 1 .. 16 17 18 19 20 21 22 23 24 25 26 .. 152 Next › Last »

sl1pkn07 commented on 2017-09-28 14:45 (UTC)

try now

laenco commented on 2017-09-28 14:42 (UTC)

Oops 'chromium-gn-bootstrap-r20.patch.base64::https://chromium-review.googlesource.com/changes/686415/revisions/8ddf0976e671bc0aad990378e7676d3397b28e3d/patch?downloadbase' "--downloadbase" is not a valid option Seems it should be: 'chromium-gn-bootstrap-r20.patch.base64::https://chromium-review.googlesource.com/changes/686415/revisions/8ddf0976e671bc0aad990378e7676d3397b28e3d/patch?download'

sl1pkn07 commented on 2017-09-13 20:41 (UTC)

yes, you can edit the pkgbuild manually to update the max-res patch sums and no at the moment. i'm waiting to solve this error https://bugs.chromium.org/p/chromium/issues/detail?id=763650 and use the new release (63.0.3213.3) greetings

CaTa commented on 2017-09-13 20:37 (UTC)

Thanks for responding, So the sha256sums array in this repository needs to update the current entry ['69958012fa3af965ce15a5d108e912e18acdb7c577ed6b53ec179624dfc4d1e3'] to reflect the correct sha2656 has of the new patch found on https://github.com/saiarcot895/chromium-ubuntu-build/blob/master/debian/patches/specify-max-resolution.patch? Is that something I can help with?

sl1pkn07 commented on 2017-09-13 17:33 (UTC)

Seems the max resolution patch is updated in upstream

CaTa commented on 2017-09-13 15:27 (UTC)

Hi All, I'm getting a checksum failure on the "specify-max-resolution.patch" as shown below. I tried installing on a fresh pc and it also had the same issue. Is this something I'm doing wrong or a configuration issue on my side? ==> Validating source files with sha256sums... chromium-62.0.3198.0.tar.xz ... Passed chromium-launcher ... Skipped chromium-dev.svg ... Passed chromium-FORTIFY_SOURCE-r2.patch ... Passed chromium-gn-bootstrap-r17.patch ... Passed chromium-gcc5-r2.patch ... Passed minizip.patch ... Passed chromium-intel-vaapi_r2.patch ... Passed chromium-intel-vaapi-fix.patch ... Passed specify-max-resolution.patch ... FAILED breakpad-use-ucontext_t.patch ... Passed chromium-gcc-r1.patch ... Passed chromium-blink-gcc7-r2.patch ... Passed chromium-widevine-r1.patch ... Passed ==> ERROR: One or more files did not pass the validity check!

nullie commented on 2017-09-06 18:17 (UTC)

Okay, probably you're right. I was using pacaur.

nullie commented on 2017-09-06 18:16 (UTC)

Okay, probably you're right. I was using pacaur.

sl1pkn07 commented on 2017-09-06 14:20 (UTC) (edited on 2017-09-06 14:21 (UTC) by sl1pkn07)

right python path is exported in prepare() function https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=chromium-dev#n384 you have something wrong in your pacman helper/installation try with plain makepkg

nullie commented on 2017-09-06 14:13 (UTC)

I've made a fix From 3c9a4a661b29041fabe51482a244486542b31438 Mon Sep 17 00:00:00 2001 From: Ilia Novoselov <ilya.novoselov@gmail.com> Date: Wed, 6 Sep 2017 19:11:31 +0500 Subject: [PATCH] Fix PNaCl python version --- PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PKGBUILD b/PKGBUILD index 04113e3..8cc69bd 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -530,7 +530,7 @@ build() { out/Release/gn gen out/Release -v --args="${_flags[*]} ${_debug_flag}" --script-executable=/usr/bin/python2 # Build all with ninja. - LC_ALL=C ninja -C out/Release -v pdf chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm + LC_ALL=C PNACLPYTHON=python2 ninja -C out/Release -v pdf chrome chrome_sandbox chromedriver widevinecdmadapter clearkeycdm } package() { -- 2.14.1