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.010897
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 .. 113 114 115 116 117 118 119 120 121 122 123 .. 152 Next › Last »

<deleted-account> commented on 2011-12-16 14:51 (UTC)

According to Chromium docs NACL should be supported in 64bit mode. Why use lib32-zlib?

sl1pkn07 commented on 2011-12-14 12:50 (UTC)

New PKGBUILD Update - Remove Build Options: _use_cups and _use_krb now build by default without touch any config - Now NACL suppot buid by default. disable with build option _use_nacl this is for change system build NACL (see http://projects.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/chromium) thanks to @Evangelos for guide me to the light XD sorry for the any conveniences :S

sl1pkn07 commented on 2011-12-14 08:22 (UTC)

update to fix post below and remember (now fix) _use_nacl _use_cups _use_kerb ALL set to 0, to enable set to 1 (to this edit PKGBUILD)

sl1pkn07 commented on 2011-12-14 08:14 (UTC)

edit /etc/makepkg.con and uncomment MAKEFLAGS entry add -jX (X is a number of cored you use. the first core is 1 (example quad core = -j4, dual core = -j2, etc)

naelstrof commented on 2011-12-14 06:09 (UTC)

I get the following error while building chromium-dev: http://j.mp/vrlCvv

sl1pkn07 commented on 2011-12-13 22:54 (UTC)

new PKGBUILD update add in GYP_DEFINES use_system_vpx : disable (0). prepare to use libvpx system libs (don't use system lib, waiting TODO) use_system_hunspell : prepare to use hunspell system libs (upstream changes needed) use_system_ssl : prepare to use openssl system libs (http://crbug.com/58087) BUILD OPTIONS _use_kerb (kerberos) : enable/disable support to build Kerberos environment fix install NACL libs and components when _use_nacl=1 some cosmetic changes greetings

sl1pkn07 commented on 2011-12-13 18:53 (UTC)

okok. update to 17.0.963.6 changes in pkgbuild: add in GYP_DEFINES: use_system_v8=0 : prepare to use V8 system libs (when update V8 extra package to +3.7.6) use_system_sqlite=0 : prepare to use sqlite3 system libs (not working) use_system_flac=1 : use system FLAC libs (and add FLAC dependency) use_system_libwebp=1 : use system libwebp libs (and add libwebp dependency) use_system_libjpeg=0 : back config (see http://code.google.com/p/chromium/issues/detail?id=106954) ffmpeg_branding=Chrome BUILD OPTIONS _use_cups : enable support to build CUPS environment _use_pulseaudio : Now is automatic when detect pulseaudio server installed _use_nacl : Now WORKS when set to 1. thanks @jeagoss. for more info see http://code.google.com/p/chromium/issues/detail?id=104569 Back Don't use type 'settings' in gyp files: http://code.google.com/p/chromium/issues/detail?id=96629 Add Remove unnecesary components Add More internal patches Mod Force usage Python2 greetings

Det commented on 2011-12-13 07:47 (UTC)

Same thing: not yet mentioned in the blog but .6 is the latest Dev one.

sl1pkn07 commented on 2011-12-13 00:36 (UTC)

@big_bum the latest DEV-CHANNEL is 17.0.963.2 http://googlechromereleases.blogspot.com/search/label/Dev%20updates @jeagoss O_O i test with this 3 days ago and don't compile :S http://code.google.com/p/chromium/issues/detail?id=104569#c19 that if, without CFLAGS edit and without "filter-sp.patch". only CXXFLAGS whitout -fastak-protector don't test with CFLAGS, CXXFLAGS and patch (in test now) waiting result... EDIT: WORKS O_o THANKS!!!!