robert
8ce8ffb1b1
update to 25.0.1364.160
2013-03-15 08:30:33 +00:00
brad
63a5ba9eb2
Remove a hack for FFmpeg/Libav to workaround an assembler bug now that it
...
has been fixed.
ok ajacoutot@
2013-01-20 07:46:16 +00:00
robert
93212d6849
update to 24.0.1312.52
2013-01-18 21:38:02 +00:00
sthen
40f5f67190
cope with sysctl.h changes
2012-12-18 21:38:12 +00:00
robert
7388bd1e4a
Add a proprietary flavor which enables the patented codecs like H.246.
2012-11-26 07:32:30 +00:00
ratchov
ea44fb5469
Enable audio playback support using sndio.
...
ok robert@
2012-11-25 18:57:21 +00:00
robert
94e6d86e3a
update to 23.0.1271.64
2012-11-07 06:59:45 +00:00
robert
13a086e13e
re-add needed patch for i386
2012-10-12 17:34:17 +00:00
robert
26018c5afe
update to 22.0.1229.94
2012-10-12 16:46:09 +00:00
robert
963cc1a660
update to 21.0.1180.81
2012-08-26 18:47:01 +00:00
fgsch
29e9a5a126
- Better fix for the cups API deprecation issue
...
- Remove unneeded patch since we have openat(5) now (and from 5.0)
- Bump revision
ajacoutot@ robert@ (maintainer) ok.
2012-08-12 15:13:57 +00:00
ajacoutot
f3bfa4d4c6
Don't die on deprecated declaration warnings, aka fix build with cups >= 1.6.
...
spotted by fgsch@
ok robert@ (maintainer)
2012-08-06 17:21:32 +00:00
robert
ed877d7f77
scan the de-facto standard /usr/local/lib/mozilla/plugins dir as well
2012-07-10 12:55:25 +00:00
robert
50dcc346db
update to 20.0.1132.47
2012-07-10 09:22:34 +00:00
jasper
e2f5473ee7
- these patches (or chunks) are not needed anymore since arpa/inet.h -r1.12
2012-06-26 14:53:01 +00:00
robert
74101d13e1
make sure we use big enough buffers for sysctl(3)
2012-04-15 10:40:44 +00:00
robert
ba400d8d97
add missing patch
2012-04-03 18:53:28 +00:00
robert
c45244ce9c
update to 18.0.1025.142; requires gcc 4.6 from now on
2012-04-03 13:59:35 +00:00
ajacoutot
2af9fde46d
Fix build with glib >= 2.31.20.
2012-03-23 13:28:25 +00:00
robert
6e1993ad40
Disable using the zygote process just like on macosx to make
...
chrome happy with rthreads.
This change is fine anyways because we are not using the setuid
sandboxing which would require the zygote process.
2012-03-20 20:52:44 +00:00
robert
1ee40d5fc7
remove accidentally committed file
2012-02-17 17:15:49 +00:00
robert
e2535fdd7c
update to 17.0.963.56
2012-02-17 10:19:50 +00:00
robert
7225978c26
update to 16.0.912.75 and backport a fix from Chromium SVN to fix the KDE
...
issues
2012-01-06 16:27:26 +00:00
robert
612b65fa80
update to 16.0.912.63
2011-12-14 16:58:19 +00:00
robert
6a4021fac2
remove patches that were breaking the ffmpeg build
2011-11-13 14:12:45 +00:00
robert
7b93035498
update to 15.0.874.120
2011-11-11 22:54:53 +00:00
robert
1d1f0ea496
update to 15.0.874.102.
...
switch from using the hacked macosx transport dib to the linux one
which uses sysv shms.
make sure you also have a current kernel before using this version
2011-10-27 07:59:08 +00:00
robert
2ea0701574
update to 14.0.835.202
2011-10-05 16:16:44 +00:00
robert
154c88a827
update to 14.0.835.163
2011-09-19 08:55:26 +00:00
ajacoutot
adfd7f6996
Fix build fix cups >=1.5.
2011-09-08 10:34:25 +00:00
robert
2dd585500f
update to the next stable release (13.0.782.112)
2011-08-16 08:17:44 +00:00
naddy
aef75e9887
fix build on 5.0
2011-07-19 19:20:20 +00:00
naddy
eed7c62887
Fix build with png-1.5.
...
All fixes by yours truly.
2011-07-08 20:38:00 +00:00
robert
dd75e16ee2
Use MODPY_VERSION instead of hardcoding 2.6 which is not the case anymore
...
since we default to python 2.7
2011-06-15 19:41:02 +00:00
robert
9a2097bd24
fix AtomicWord definition on i386, no bump needed
2011-06-10 07:41:24 +00:00
robert
3ab7390e38
cvs missed this, tsk tsk
2011-06-08 21:23:04 +00:00
robert
b49d7d8c4c
Update to the new stable branch: 12.0.742.91
...
http://googlechromereleases.blogspot.com/2011/06/chrome-stable-release.html
2011-06-08 20:36:56 +00:00
robert
c480666f7d
Instead of reserving 32MB of virtual memory let's reserve the quarter of
...
RLIMIT_DATA (ulimit -d) if RLIMIT_DATA is not 0 (unlimited).
If RLIMIT_DATA is 0 then the default 512MB reservation will be used.
Using 32MB made v8 use less memory for sure but it was a huge performance
loss too.
2011-06-02 07:21:14 +00:00
robert
ba1ed4f32a
Make v8 pre-allocate at least 32M of virtual memory to avoid
...
crashing with vmmap. This is needed because of their JIT is
not fully 64-bit.
2011-05-31 07:55:04 +00:00
robert
dd0e30a71b
- re-enable flock in the build
...
- add support for detecting if an sqlite3 db is on an NFS mount
- fix printing: Chrome can only print to PDF and that is why you
cannot print to LPD directly. It requres CUPS.
2011-05-26 11:39:14 +00:00
robert
cb80367c54
Add WIP progress sndio support to chrome, developed by jakemsr@ and
...
with modifications by me.
It is not working yet so you can only enable it by setting the
CHROME_SNDIO environment variable, so by default nothing changes.
I commit this so that other people can work on it too.
2011-05-20 08:35:24 +00:00
robert
6236c7d71e
sync transport dib code
2011-05-18 17:02:56 +00:00
robert
0818a3651c
- use the same memory allocation values on amd64 and i386 too.
...
this makes chrome use way less memory and since it does not hit
datasize limits anymore, it is way more stable too
- remove the warning of datasize bumping from the wrapper script
tested by sthen@, jasper@ and me
2011-05-17 08:35:31 +00:00
robert
089acff6fe
update to the latest stable version which is now 11.0.696.60
...
+ switch from using system sqlite to the bundled one because they have
many modifications that are needed
+ add a new mirror for the distfile because the google one is utterly slow
2011-04-29 13:18:01 +00:00
robert
b2b50f4c7b
update to 10.0.648.205 and use python 2.6
2011-04-15 10:10:27 +00:00
robert
59ec93d887
merge patches from http://codereview.chromium.org/6682026
2011-03-23 12:33:25 +00:00
robert
597f0ebce5
sync with the freebsd transport dib code
2011-03-21 11:27:45 +00:00
robert
20d44b0e9c
Add some missing patches that were missed by the previous commit
...
and move back to KERN_PROC from KERN_PROC2 now that we can.
2011-03-16 10:52:46 +00:00
robert
ad1b662244
update to 10.0.648.133
2011-03-15 11:38:05 +00:00
robert
03c292ee7a
- remove LINK=/usr/bin/g++ from make env
...
- fix an ifdef
- enable SSE2 support on amd64
diff from Matthew Dempsky
2011-03-03 13:47:47 +00:00