aszlig
22f5045bde
chromium: Use system libraries whenever possible.
...
There are still some libraries left, which we either need to patch or provide
more recent versions. Plus we're going to use openssl, as libnss doesn't want to
do proper SSL (let's debug this later).
2012-06-22 15:53:28 -04:00
aszlig
6350706c0d
chromium: Add "which" to build dependencies.
...
This is needed by a lot of scripts within chromium, so we're not going to patch
them using type, which is shell-specific anyway.
2012-06-22 15:53:28 -04:00
aszlig
ef45195126
chromium: Enable seccomp by default.
...
If useSELinux is not set, enable seccomp mode by default and avoid building the
SUID helper sandbox at all. This involves a small patch which causes the
commandline arguments to be swapped: --disable-seccomp-sandbox to disable it,
while the option is active by default.
2012-06-22 15:53:28 -04:00
aszlig
2571488e6a
chromium: Clean up build flags.
...
This also includes setting compiler architectures and paths.
2012-06-22 15:53:28 -04:00
aszlig
dc32b4caef
chromium: Generate the latest source.nix.
2012-06-22 15:53:28 -04:00
aszlig
d342672f5a
chromium: Add an update script.
...
It fetches the latest version based on the bucketlist XML from
commondatastorage and generates a "source.nix" which contains an attribute set
about where to fetch the latest version.
The XML is parsed in a somewhat hackish way using sed, but as this is just an
updater, its okay and we don't want to break a fly on the wheel by employing a
full XML parser.
2012-06-22 15:53:28 -04:00
aszlig
b5956ec179
chromium: Add an install phase.
...
This tries to put pathes unte the same directory as the previous prebuilt
version of Chromium.
2012-06-22 15:53:28 -04:00
aszlig
a31301dab4
chromium: Minimal build (no install) from source.
...
This only gets chromium to build so far, installation is missing by upstream, so
we need to manually copy the corresponding files. And I guess with nix, we also
need to patch a few paths on installation.
Another issue is that at the moment, a lot of dependencies are used from the
source tree, rather than from the system.
Also, it would be nice to build using LLVM, as it really speeds up compilation a
*LOT* and also has the side effect of resulting in smaller binaries.
Working unit tests would be nice, too. Unfortunately they're quite heavyweight
and take hours to run, so I guess "someday" would be the most appropriate time
to integrate.
Further todo's:
- Allow to disable GConf, GIO and CUPS.
- Option to disable the sandbox (for whatever reason the user might have).
- Integrate gold binutils.
- Pulseaudio support.
- Clearly separate Linux specific stuff.
2012-06-22 15:53:27 -04:00
Arie Middelkoop
c2e7aa68e4
Bumb of Chromium version. I've been using this one for a while now.
...
svn path=/nixpkgs/trunk/; revision=33348
2012-03-22 10:29:43 +00:00
Yury G. Kudryashov
68fe867e19
Get rid of most references to gtkLibs
...
svn path=/nixpkgs/trunk/; revision=33088
2012-03-14 21:57:32 +00:00
Yury G. Kudryashov
5b132f6e96
svn merge ^/nixpkgs/trunk
...
Conflicts: cups, all-packages.nix (gcc45_debug)
svn path=/nixpkgs/branches/stdenv-updates/; revision=31863
2012-01-26 15:27:03 +00:00
Florian Friesdorf
0c01cddb03
chromium 18.0.975.0-pre114925
...
svn path=/nixpkgs/trunk/; revision=31759
2012-01-21 18:28:44 +00:00
Florian Friesdorf
98613aa43d
chromium, added myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=31758
2012-01-21 18:28:39 +00:00
Eelco Dolstra
c556a6ea46
* "ensureDir" -> "mkdir -p". "ensureDir" is a rather pointless
...
function, so obsolete it.
svn path=/nixpkgs/branches/stdenv-updates/; revision=31644
2012-01-18 20:16:00 +00:00
Rob Vermaas
a456047fc1
update chrome
...
svn path=/nixpkgs/trunk/; revision=30462
2011-11-18 02:40:33 +00:00
Eelco Dolstra
6a73467eac
* Chromium updated to the latest version. Because Chromium now used
...
Gold, this requires a new patchelf.
* Changed the package name from ‘chrome’ to ‘chromium’.
svn path=/nixpkgs/trunk/; revision=29197
2011-09-11 20:48:02 +00:00
Eelco Dolstra
fa1433ec8b
* Fix SSL support in Chrome. It dynamically tries to open
...
libnssckbi.so (which contains the root certificates), so that
library has to be in LD_LIBRARY_PATH.
svn path=/nixpkgs/trunk/; revision=28519
2011-08-12 16:45:17 +00:00
Florian Friesdorf
3de8406dd3
chrome 88807 - 64bit install works, i686 untested
...
svn path=/nixpkgs/trunk/; revision=27437
2011-06-13 20:42:09 +00:00
Cillian de Roiste
300456b2c8
Updating the revision to get a working download url
...
svn path=/nixpkgs/trunk/; revision=27031
2011-04-28 13:12:26 +00:00
Eelco Dolstra
daff9c4bbf
* Add gdk_pixbuf and pam to Chrome's library path.
...
svn path=/nixpkgs/trunk/; revision=26445
2011-03-21 14:49:36 +00:00
David Guibert
67dae3543f
update chrome
...
svn path=/nixpkgs/trunk/; revision=26106
2011-02-24 22:19:32 +00:00
Cillian de Roiste
36c45a06dd
Updating chromium, I've added myself as a maintainer since I'm happy to keep it updated in the future
...
svn path=/nixpkgs/trunk/; revision=25921
2011-02-12 18:47:28 +00:00
Evgeny Egorochkin
0de601dc7a
chromium: bump. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=25356
2011-01-03 00:33:14 +00:00
Evgeny Egorochkin
a729c92721
Chromium: fix deps and clean up. Patch by Cillian de Róiste.
...
svn path=/nixpkgs/trunk/; revision=24898
2010-11-28 09:27:45 +00:00
Rob Vermaas
a4ab931719
applied patch by Cillian de Róiste
...
svn path=/nixpkgs/trunk/; revision=24598
2010-11-04 12:09:40 +00:00
Rob Vermaas
ee7826f71f
update chromium
...
svn path=/nixpkgs/trunk/; revision=24237
2010-10-12 08:09:57 +00:00
Lluís Batlle i Rossell
75d326e697
Committing the chromium patch by Cillian de Róiste
...
svn path=/nixpkgs/trunk/; revision=24177
2010-10-08 09:25:54 +00:00
Eelco Dolstra
bf7c353ad1
* Updated Chromium.
...
svn path=/nixpkgs/trunk/; revision=23736
2010-09-11 14:20:46 +00:00
David Guibert
829f6c2108
update chrome to available snapshots.
...
svn path=/nixpkgs/trunk/; revision=23135
2010-08-12 06:01:21 +00:00
Eelco Dolstra
a1e834e85a
* Get rid of the ugly `useFromStdenv' hack in all-packages.nix.
...
Instead, use the generic package override mechanism to use packages
from earlier bootstrap phases.
* Don't rely on the existence of attributes such as
`stdenv.coreutils'.
svn path=/nixpkgs/trunk/; revision=22991
2010-08-06 10:34:34 +00:00
Rob Vermaas
ac26c3bee1
new version of chrome with new deps
...
svn path=/nixpkgs/trunk/; revision=22486
2010-07-06 08:18:14 +00:00
Rob Vermaas
a07cdd3b23
* added patchelf pre-release 0.6 until it gets stable
...
* updated chrome to latest version
svn path=/nixpkgs/trunk/; revision=21836
2010-05-18 12:36:23 +00:00
Michael Raskin
a45255dee9
Fix Chromium
...
svn path=/nixpkgs/trunk/; revision=20251
2010-02-25 13:22:51 +00:00
Rob Vermaas
c5157f7d9d
re-added libjpeg62 for chrome, updated chrome
...
svn path=/nixpkgs/trunk/; revision=19199
2010-01-04 07:47:32 +00:00
Rob Vermaas
132a1db1ee
newer version of chrome (32599)
...
svn path=/nixpkgs/trunk/; revision=18520
2009-11-22 14:41:38 +00:00
Rob Vermaas
b325a34361
chrome 31663
...
svn path=/nixpkgs/trunk/; revision=18328
2009-11-11 15:34:21 +00:00
Rob Vermaas
efe661ab0e
update chrome to version 31662 to let dropdownlists work properly again
...
svn path=/nixpkgs/trunk/; revision=18326
2009-11-11 14:06:57 +00:00
Rob Vermaas
724d21e3b0
updated version of chrome
...
svn path=/nixpkgs/trunk/; revision=18131
2009-11-05 10:50:57 +00:00
Rob Vermaas
a73cef1057
added chromeWrapper, like firefoxWrapper, to allow plugins to work, added previously undefined dependencies on flash plugin
...
svn path=/nixpkgs/trunk/; revision=18050
2009-10-30 12:28:44 +00:00
Rob Vermaas
d025709a8a
chrome 20565
...
svn path=/nixpkgs/trunk/; revision=18046
2009-10-30 08:45:58 +00:00