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.011120
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 .. 23 24 25 26 27 28 29 30 31 32 33 .. 152 Next › Last »

prazola commented on 2017-03-19 12:05 (UTC)

Compiled OK with clang and vaapi patch, but only software backend for me. r9 390x radeonsi/amdgpu. Here the starting log: [CODE] chromium-dev [17819:17845:0319/130308.484427:ERROR:connection_factory_impl.cc(386)] Failed to connect to MCS endpoint with error -111 [17905:17905:0319/130308.557405:ERROR:sandbox_linux.cc(343)] InitializeSandbox() called with multiple threads in process gpu-process. Received signal 11 SEGV_MAPERR 000000000000 #0 0x55fc13c399b7 <unknown> #1 0x55fc13c3952f <unknown> #2 0x7f800af00fe0 <unknown> r8: 000055fc1b1b4c68 r9: 0000000000000000 r10: 0000000000000036 r11: 00007f7ff84252cc r12: 00007ffcf0a59470 r13: 000055fc1b1e25f0 r14: 000055fc1b1b4c68 r15: 000055fc1b1b4ba0 di: 000055fc1b037c50 si: 0000000000000000 bp: 00007ffcf0a59828 bx: 000055fc1b1b4c60 dx: 0000000000000000 ax: 000055fc1b037c50 cx: 0000000000000001 sp: 00007ffcf0a590e8 ip: 0000000000000000 efl: 0000000000010202 cgf: 002b000000000033 erf: 0000000000000014 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000000 [end of stack trace] Calling _exit(1). Core file will not be generated. [17819:17845:0319/130308.560396:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.560424:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.560453:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.561244:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [17819:17845:0319/130308.561370:ERROR:browser_gpu_channel_host_factory.cc(113)] Failed to launch GPU process. [/CODE]

LordAro commented on 2017-03-12 12:07 (UTC)

Getting the following build failure (from a fresh git checkout) http://pastebin.com/riBUdhvC

sl1pkn07 commented on 2017-03-10 00:09 (UTC) (edited on 2017-03-25 17:09 (UTC) by sl1pkn07)

And others,like breeze-icons by KDE/plasma, neither of the two if rename the files/entry to chromium, this make conflicts with chromium from [extra] (if is already installed) and show nothing in plasma with breeze-icons set you can make a workground creating a symlink in your favorite icon set from chromium to chromium-dev greetings

axfelix commented on 2017-03-09 22:46 (UTC)

Thanks for your hard work maintaining this package, it doesn't seem fun :) Thoughts on changing Icon= in the desktop file to just chromium, rather than chromium-dev? Most icon sets don't have a separate icon for chromium-dev.

cmsigler commented on 2017-03-09 14:13 (UTC) (edited on 2017-03-09 14:13 (UTC) by cmsigler)

chromium-dev 58.0.3029.6-1 builds for me on x86_64 with _use_clang=1 and _use_ccache=1 :) Happy-happy joy-joy @sl1pkn07: How in the world do you keep this AUR PKGBUILD working? How do you do constant maintenance on that beast?! Thank you for your hard work. Clemmitt

misc commented on 2017-03-02 23:08 (UTC) (edited on 2017-03-13 09:07 (UTC) by misc)

Welp, no idea why the previous hashes are garbage. Proper ones: f3aa7226 color: Update ICC histograms based on results 41d5c604 Add UMAs for numerical approximation of table-based transfer functions. 8958419e color: Add analytic transfer functions in shaders 1d14a779 color: Fix accidental partial color conversion ecdfdf5b color: Add support for shader generation As for enable_vaapi_on_linux.diff: http://pastebin.com/raw/je2ZQb4h There's sweet FA reason to append _${pkgver} when all you're doing is downloading an unchanging file, btw. *edit:* Video is fixed in the next version

cmsigler commented on 2017-03-02 17:09 (UTC) (edited on 2017-03-03 03:51 (UTC) by cmsigler)

UPDATE: For 58.0.3026.3, header file third_party/libvpx/source/libvpx/vpx/vp8dx.h is needed to declare VPXD_GET_LAST_QUANTIZER. Without this declaration third_party/webrtc/modules/video_coding/codecs/vp8/vp8_impl.cc (and vp9_impl.cc) can't compile. Also, when building with g++ there's a problem with function vpx_codec_control not being defined. During the build process the source tree's vp8dx.h file is removed and a stub header out/Release/gen/shim_headers/libvpx_shim/third_party/libvpx/source/libvpx/vpx/vp8dx.h is constructed. I'm not very good at understanding the mechanics of this sort of complex build process so I'm not sure what needs to be done to patch it. NOTE: chromium-gn-bootstrap-r1.patch and fix_668446_r1.diff are no longer needed. They've been upstreamed. HTH. Clemmitt

sl1pkn07 commented on 2017-02-28 22:42 (UTC)

@misc. can you post the link of these commits? i can't found it in the chromium git page