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.020088
First Submitted: 2010-05-17 09:04 (UTC)
Last Updated: 2024-04-21 19:18 (UTC)

Required by (0)

Sources (13)

Latest Comments

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

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

nullie commented on 2017-09-06 07:33 (UTC)

I've got an error trying to build 62.0.3192.0-1. Does it look like my local issue? The problem seems that wrong python is used, it's common for many builds that they expect python to be python2, not python3. [30959/32706] ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o.d -DNACL_TC_REV=efa3f5d8ef135ed2463a75ac4630d1c448021400 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DUSE_OPENSSL_CERTS=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics --pnacl-allow-translate -arch x86-32-nonsfi --pnacl-bias=x86-32-nonsfi --target=i686-unknown-nacl -O2 -fno-ident -fdata-sections -ffunction-sections -fomit-frame-pointer -g0 -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evutil.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o FAILED: newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o ../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pnacl-clang -MMD -MF newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o.d -DNACL_TC_REV=efa3f5d8ef135ed2463a75ac4630d1c448021400 -DHAVE_CONFIG_H -DV8_DEPRECATION_WARNINGS -DUSE_OPENSSL_CERTS=1 -DNO_TCMALLOC -DFULL_SAFE_BROWSING -DSAFE_BROWSING_CSD -DSAFE_BROWSING_DB_LOCAL -DCHROMIUM_BUILD -DFIELDTRIAL_TESTING_ENABLED -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -DNDEBUG -DNVALGRIND -I../../base/third_party/libevent/nacl_nonsfi -I../../native_client/src/public/linux_syscalls -I../.. -Inewlib_pnacl_nonsfi/gen -fno-strict-aliasing -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -fcolor-diagnostics --pnacl-allow-translate -arch x86-32-nonsfi --pnacl-bias=x86-32-nonsfi --target=i686-unknown-nacl -O2 -fno-ident -fdata-sections -ffunction-sections -fomit-frame-pointer -g0 -fvisibility=hidden -Wno-unused-variable -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-covered-switch-default -Wno-unneeded-internal-declaration -Wno-inconsistent-missing-override -std=gnu11 -c ../../base/third_party/libevent/evutil.c -o newlib_pnacl_nonsfi/obj/base/third_party/libevent/libevent/evutil.o File "../../native_client/toolchain/linux_x86/pnacl_newlib/bin/pydir/loader.py", line 12 The environment variable PNACLPYTHON can override the python found in PATH''' ^ SyntaxError: Missing parentheses in call to 'print'

sl1pkn07 commented on 2017-08-15 12:27 (UTC)

is for making a selector for active the vaapi patch if detect the intel and AMD (and if nouveau is supported) drivers