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 .. 74 75 76 77 78 79 80 81 82 83 84 .. 152 Next › Last »

sl1pkn07 commented on 2013-05-10 01:02 (UTC)

update to 28.0.1500.5 - toolchain_linux -> no need anymore, thanks @misc for the tip note for: * Instead of patching libvpx, adding "-Dlibvpx_source=/usr/include" to _flags does the same. I prefer patch, and none of the two ways is necessary en next version https://code.google.com/p/chromium/issues/detail?id=226860#c18 greetings

misc commented on 2013-05-09 18:01 (UTC)

Two notes: * toolchain_linux_x86.tar.bz2 isn't necessary, at least I've never downloaded it. * Instead of patching libvpx, adding "-Dlibvpx_source=/usr/include" to _flags does the same.

sl1pkn07 commented on 2013-05-08 23:12 (UTC)

update to 28.0.1500.3 - add initial support to unit test (disable for default, need huge test (for me get out of memory (?¿)) - add some patch from gentoo build - add part of code from @misc pkgbuild (pnacl related) (tnx bro) - back need lib32-gcc-libsa and lib32-zlib. need active multilib repository in pacman.conf (finaly make more test (without trolling me) with chrooted installation, yes, only need these two packages, no need more.) and add warning message if detect x64 systems - now use own v8 packgae called v8-dev, this package is updated when released dev channel thanks all for the patient greetings and enjoy! http://www.youtube.com/watch?v=EsMNqUVv3mQ

sl1pkn07 commented on 2013-05-08 16:05 (UTC)

jummm. I think I tested the pkgbuild only with lib32-zlib and lib32-gcc and fail with missing files http://paste.rufian.eu/6YXA/raw/, only build with rebuild chroot with gcc-multilib (include denpendencies) well, I try pkgbuild again later when resolve build new version (ICU related?) thanks for your pkgbuild @misc. i take some parts to include in my pkgbuild (pnacl related) greetings.

misc commented on 2013-05-08 15:06 (UTC)

Here's my PKGBUILD; I can compile with nacl/pnacl enabled using just the "pure" x64 gcc (though lib32-zlib and lib32-gcc-libs are installed): http://pastie.org/7818390 It's a bit of a frankenbuild with some changes, not all are annotated.

sl1pkn07 commented on 2013-05-08 13:24 (UTC)

https://code.google.com/p/chromium/issues/detail?id=238984 :/

sl1pkn07 commented on 2013-05-08 08:49 (UTC)

lib32-zlib/lib32-gcc-libs is part of [multilib], I test build in a chrooted environment [1], these libraries not need, only need gcc-multilib (or multilib-devel)[2] (in new instalation) [1] https://wiki.archlinux.org/index.php/DeveloperWiki:Building_in_a_Clean_Chroot [2] https://www.archlinux.org/groups/x86_64/multilib-devel/

TheWaffleGuy commented on 2013-05-08 03:56 (UTC)

I've always compiled chromium with just lib32-zlib and lib32-gcc-libs, like the old PKGBUILD and it worked fine on my x86_64 system.

sl1pkn07 commented on 2013-05-07 22:30 (UTC)

roger