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 .. 51 52 53 54 55 56 57 58 59 60 61 .. 152 Next › Last »

Lynthium commented on 2015-02-06 15:49 (UTC)

@sl1pkn07 Thanks, it builds fine now :)

sl1pkn07 commented on 2015-02-06 15:15 (UTC)

@Lynden try now @misc thanks for the info! @chrisdunder added cmake to makedepends if use bundled clang (fixed typo (c&p code xd) and added -Wno-inconsistent-missing-override if use system clang python path ('export PATH') still in prepare() greetings

Lynthium commented on 2015-02-06 14:58 (UTC)

Addition: the previous comment fixes the ffmpeg build, but the chromium build shoots itself in the foot still later on. -> Starting building Chromium... Updating projects from gyp files... ninja: Entering directory `out/Release' ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip.o. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_internal.o. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate obj/third_party/zlib/google/zip.zip_reader.o. builds involving this target will not be correct; continuing anyway ninja: error: '/data/chromium-dev/src/flapper_version.h', needed by 'gen/flapper_version.h', missing and no known rule to make it "/data/chromium-dev/src" doesn't exist, it should be "/tmp/makepkg/chromium-dev/src".

Lynthium commented on 2015-02-06 14:50 (UTC)

"$(pwd)/src" in _build_ffmpeg_args (line 84) breaks the ffmpeg build if you have a custom BUILDDIR set in makepkg.conf, since the src is no longer created in the current pwd. Changing it to "${srcdir}" and moving said statement into prepare() works, but it's prob not the cleanest solution.

misc commented on 2015-02-06 09:41 (UTC)

Just a heads-up, libpdf will be integrated directly into the chromium binary in the next release, leading to space savings of some 7 MiB. That and they just enabled multithreading for the gold linker, which consistently crashes on my machine. Doubt that's gonna make it into the release, though: https://codereview.chromium.org/894463003

sl1pkn07 commented on 2015-02-06 04:20 (UTC)

@chrisdunder thanks for the suggestions. one question: why need move 'export PATH' to to build()? greetings

cdunder commented on 2015-02-05 23:01 (UTC)

Can you move the `export PATH` line from prepare() to build()? Also cmake is a builddep if use_system_clang==0. Also can you add -Wno-unknown-warning-option to CXXFLAGS if use_system_clang==1? Otherwise it spams "warning: unknown warning option '-Wno-inconsistent-missing-override'" with the latest (system) clang. From one to another, Thanks for maintaining this!

TNC commented on 2015-01-28 12:18 (UTC)

Worked like a charm, thank you! greetings

TNC commented on 2015-01-27 15:25 (UTC)

I'll try that and keep you updated. greetings