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 .. 108 109 110 111 112 113 114 115 116 117 118 .. 152 Next › Last »

nagisa commented on 2012-02-24 15:53 (UTC)

By the way reject looks like this: https://gist.github.com/9db1661d4b1474dbb9dc

nagisa commented on 2012-02-24 15:37 (UTC)

I'm getting patch unexpectedly ends in middle of line patch unexpectedly ends in middle of line 1 out of 1 hunk FAILED -- saving rejects to file ui/base/l10n/l10n_util.cc.rej when patching for ffmpeg-git. Also, is there a way to get rid of that nasty lib32-zlib dependency and only use lib-zlib, when compiling with NaCl? @sl1pkn07, I have been using this nickname way before I watched Clannad, so... not. Thanks for update.

sl1pkn07 commented on 2012-02-24 02:55 (UTC)

update to 19.0.1049.3 (sorry for the delay :S) - Add changes suggested by @Nagisa (Dango Daikazoku?) - Add third_party/adobe/ in remove unnecesary components exception - Delete chromium-revert-jpeg-swizzle-r2.patch. no need anymore (fixed by libjpeg-turbo 1.2.0) greetings

nagisa commented on 2012-02-16 14:25 (UTC)

To better integrate with Gnome Shell and provided .desktop file you should change line exec /usr/lib/chromium-dev/chromium "$@" to exec /usr/lib/chromium-dev/chromium --class=chromium-dev "$@" in chromium-dev.sh Here's new file https://gist.github.com/a6def8dfd86fc9ac4a6f and it's md5 is 48e11fa61360ec851c375e6deede11e2

sl1pkn07 commented on 2012-02-12 00:30 (UTC)

update to 19.0.1036.7 - remove some patches - add GYP_DEFINES linux_use_gold_binary=0 linux_use_gold_flags=0 greetings

misc commented on 2012-02-11 17:49 (UTC)

Finally — after "python2 build/gyp_chromium -f make --depth=. build/all.gyp": sed -i 's/LINK.target ?= $(LINK)/LINK.target ?= $(LINK) -fuse-linker-plugin/g' Makefile sed -i 's/LINK.host ?= g++/LINK.host ?= g++ -fuse-linker-plugin/g' Makefile I'm currently compiling .1039; if it fails I'll add another comment.

misc commented on 2012-02-10 12:28 (UTC)

Gold accessible only as ld.gold, not vanilla ld, so one needs two plugin parameters for gcc. However, reading build/common.gypi makes it clear that the script searches for its own gold in third_party, so I excluded it with third_party/gold/* from removal — to no avail, linking still fails with unrecognized option. Adding "-B/usr/bin/ld.gold" to CFLAGS & CXXFLAGS before calling make didn't solve it, either.