aszlig
834d8be46e
chromium: Fix build for versions older than 21.x.
...
The current stable version won't build if gyp can't use svnversion from the
subversion package, so let's provide it for versions below 21.x.
2012-07-04 14:47:02 +02:00
aszlig
f6e063e7fc
chromium: Use new channel based sources.
...
Switch to channel based sources and default to the "stable" channel.
2012-07-04 14:47:02 +02:00
aszlig
a65ba9e083
chromium: Generate new sources.nix.
...
This means that we now have hashes and URLs for the latest versions of chromium
and can now work on integrating the changes into default.nix.
2012-07-04 14:47:02 +02:00
aszlig
ec395a78ee
chromium: Extend update script to use channels.
...
The previos update script just used the last version of chromium that showed up
at the bucket list at:
http://commondatastorage.googleapis.com/chromium-browser-official/
I'm not sure which channel this list actually holds, so I'm going to switch now
using the official release channels grabbed by omahaproxy. This also has the
advantage that we can provide different versions/flavors of chromium.
We now also write our data to sources.nix instead of source.nix, as we have more
than one source.
2012-07-04 14:47:02 +02:00
Peter Simons
fb4df48329
firefox-12.0: update download URL
...
releases.mozilla.org doesn't seem to carry old release archive anymore.
Patch submitted by Jan Malakhovski <oxij@oxij.org>.
2012-07-02 16:53:51 +02:00
Lluís Batlle i Rossell
c05fcf6a2b
chromium: Making hydra build chromium for linux.
...
I think it will save quite a lot of users build time.
2012-06-28 12:56:51 +02:00
Lluís Batlle
fc8fb52341
Merge branch 'master' of https://github.com/viric/nixpkgs
2012-06-24 19:12:50 +02:00
aszlig
d23dcbb9a5
chromium: Enable parallel building.
...
Always did this manually by putting -j8 into make flags, which i didn't commit,
as it obviously doesn't make sense to hardcode. However, this flag makes more
sense and obviously we need to avoid overriding buildPhase.
2012-06-22 15:53:30 -04:00
aszlig
59f8de864f
chromium: Add support for pulseaudio.
...
Which is enabled by default if neither pulseaudio or chromium.pulseaudio is
explicitly set. The reason is that chromium falls back to ALSA in case no
pulseaudio is available.
In addition it was necessary to patch media.gyp to ignore the array-out-of-
bounds warning.
2012-06-22 15:53:30 -04:00
aszlig
a2984e3d82
chromium: Simplify names of getConfig options.
...
This makes it easier to remember, as so far the naming wasn't quite consistent,
sometimes "use*", sometimes "enable*". So in using just use the feature name
itself, it should be pretty clear.
2012-06-22 15:53:30 -04:00
aszlig
fc24f460f1
chromium: Use bundled versions of some libraries.
...
These libraries are heavily patched by the chromium project itself, so let's use
the bundled versions as those won't build anyway and also don't break functional
purity.
2012-06-22 15:53:30 -04:00
aszlig
d8e9536498
chromium: Cleanup dependencies.
...
This mostly is a code structure change, but also involves deleting some unused
dependencies and adding a few constraints on existing ones.
2012-06-22 15:53:30 -04:00
aszlig
c7db5ff34d
chromium: Add dependency for libselinux.
...
This doesn't really work at the current state of NixOS and SELinux support, but
will make it easier in case we someday support SELinux altogether.
2012-06-22 15:53:30 -04:00
aszlig
a88eb35ff1
chromium: Enable proprietary codecs by default.
...
We now switch to using bundled ffmpeg, as this adds stuff such as support for
the H.264 codec.
2012-06-22 15:53:30 -04:00
aszlig
04ae9f288d
chromium: Implement handling of enableCUPS.
...
We also need to patch the compilation process, so it allows deprecated
declarations when building support for the cups backend. In addition, we also
need to add libgcrypt to dependencies as it's needed by the cups implementation.
2012-06-22 15:53:29 -04:00
aszlig
8371d50836
chromium: Update source to version 21.0.1179.1.
2012-06-22 15:53:29 -04:00
aszlig
70c0af9a37
chromium: Add mesa to build dependencies.
...
This finally enables support for WebGL and accelerated rendering.
2012-06-22 15:53:29 -04:00
aszlig
57e127099b
chromium: Add flag to disable Gnome support.
...
This also separates gcrypt and gconf from the basic dependencies.
Unfortunately we cannot get rid of dbus_glib altogether, but maybe we want to
work on a patch to get rid of it? On the other hand it seems to be a TODO of the
chromium project itself, so let's wait and see.
2012-06-22 15:53:29 -04:00
aszlig
c2b145c32f
chromium: Allow to switch off openssl support.
...
Currently building fails with NSS, so we're using OpenSSL by default. And that's
why we want to make this configurable so if we manage to fix that build failure,
we could switch to using NSS by default.
2012-06-22 15:53:29 -04:00
aszlig
f0cdea2e99
chromium: Use patches from system OpenSSL.
...
This is mainly because of the patch to use OPENSSL_X509_CERT_FILE as a way to
specify the CA bundle. A browser which isn't able to verify SSL certificates
might be somewhat useless.
2012-06-22 15:53:29 -04:00
aszlig
b1fdecc460
chromium: Rename "chrome" binary to "chromium".
...
This is to make it more consistent with the naming of the package file and also
consistent with the build, as we're not using the Google branded version.
In addition the derivation attribute set now has a packageName value which can
be used to easily switch the binary names and paths, just in case we want to
switch to using "chrome" (or something entirely different) again.
2012-06-22 15:53:29 -04:00
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
Lluís Batlle i Rossell
18ac2b9ebc
Making links2 cross-build again
...
The bzip2 target binary was breaking the unpackPhase.
2012-06-22 16:04:02 +02:00
Lluís Batlle i Rossell
8a79b20781
Fixing the firefox 13 crash of plugin-container, using wrapProgram instead of patchelf.
...
svn path=/nixpkgs/trunk/; revision=34543
2012-06-18 11:10:43 +00:00
Lluís Batlle i Rossell
71882eb193
Fixing bad version in xulrunner for firefox 13.
...
svn path=/nixpkgs/trunk/; revision=34532
2012-06-17 20:44:49 +00:00
Lluís Batlle i Rossell
d3ffbea9d6
Updating firefox 13.0 to 13.0.1. Maybe this improves the flash issue.
...
svn path=/nixpkgs/trunk/; revision=34530
2012-06-17 17:12:31 +00:00
Lluís Batlle i Rossell
fece483f5e
Updating vimprobable2.
...
svn path=/nixpkgs/trunk/; revision=34472
2012-06-11 20:24:55 +00:00
Mathijs Kwik
25b199771d
google-talk-plugin: upgraded to 2.9.10.0
...
svn path=/nixpkgs/trunk/; revision=34467
2012-06-11 17:41:03 +00:00
Eelco Dolstra
f677edf57f
* Firefox 13.0. It's not stable yet though - it seems to hang the
...
first time a Flash control is loaded, with the following message on
stderr:
/nix/store/c5ma4l7nlzcwdkjzrflni58aacqrfs1y-xulrunner-13.0/lib/xulrunner-13.0/plugin-container: symbol lookup error: /nix/store/c5ma4l7nlzcwdkjzrflni58aacqrfs1y-xulrunner-13.0/lib/xulrunner-13.0/plugin-container: undefined symbol: malloc_message
Need to investigate where malloc_message is defined.
svn path=/nixpkgs/trunk/; revision=34368
2012-06-06 14:35:56 +00:00
Rickard Nilsson
840b2b013c
opera 11.64.
...
svn path=/nixpkgs/trunk/; revision=34129
2012-05-15 21:46:56 +00:00
Eelco Dolstra
48b2a26898
* Firefox 12.0.
...
svn path=/nixpkgs/trunk/; revision=33931
2012-04-26 13:25:20 +00:00
Lluís Batlle i Rossell
5d15ef0e7c
Updating vimprobable2 to 1.0.0
...
I took mainly the patch from Alexandr Foremny, but I had to solve conflicts.
Moreover it required the old webkit.
svn path=/nixpkgs/trunk/; revision=33596
2012-04-04 21:30:49 +00:00
Eelco Dolstra
63bf8c3a0d
* Support the 32-bit version of the Google Talk plugin.
...
svn path=/nixpkgs/trunk/; revision=33533
2012-04-02 09:59:25 +00:00
Eelco Dolstra
1d2ec6c314
* Forgot to commit.
...
svn path=/nixpkgs/trunk/; revision=33520
2012-04-01 15:32:48 +00:00
Eelco Dolstra
1405f49820
* With a nice bit of hackery, get the Google Talk plugin to work. Yay
...
for proprietary software. Tested with Firefox and Chrome.
svn path=/nixpkgs/trunk/; revision=33519
2012-04-01 15:21:30 +00:00
Michael Raskin
3decf956d4
Porting a fix from nixpkgs trunk - vimprobable2 now builds (against obsolete WebKit/GTK2)
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33467
2012-03-29 10:30:47 +00:00
Yury G. Kudryashov
defd86049c
Merge ^/nixpkgs/trunk.
...
This merge leads to a big rebuild, but this wouldn't hurt as I'm going to
reintegrate this branch soon.
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33455
2012-03-28 15:42:42 +00:00
Lluís Batlle i Rossell
00dc25ba43
Making wrapFirefox also propagate the browser to the userenv, so it gets
...
the manpages. That's useful for vimperator2 for example.
svn path=/nixpkgs/trunk/; revision=33417
2012-03-25 20:21:45 +00:00
Lluís Batlle i Rossell
778abfc6c0
Updating vimprobable2.
...
svn path=/nixpkgs/trunk/; revision=33416
2012-03-25 20:16:01 +00:00
Lluís Batlle i Rossell
e4443dfc8d
Telling hydra to build vimprobable.
...
svn path=/nixpkgs/trunk/; revision=33402
2012-03-25 11:39:43 +00:00
Michael Raskin
99f198ab9f
Update/fix Midori
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33400
2012-03-25 11:22:32 +00: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
Michael Raskin
8dddfbeea6
Update/fix Uzbl
...
svn path=/nixpkgs/branches/glib-2.30-take2/; revision=33340
2012-03-21 19:14:34 +00:00
Eelco Dolstra
b449705587
* Firefox 11 (contributed by Kirill Elagin). Unfortunately it's not
...
called "Firefox" anymore when built without official branding.
Apparently that was a SNAFU in Firefox 10.
svn path=/nixpkgs/trunk/; revision=33319
2012-03-20 23:59:09 +00:00
Eelco Dolstra
f682391220
* Fix Firefox desktop item. Contributed by Kirill Elagin.
...
svn path=/nixpkgs/trunk/; revision=33316
2012-03-20 23:23:00 +00:00
Florian Friesdorf
88e5f7e2c7
conkeror-1.0pre-20120316
...
svn path=/nixpkgs/trunk/; revision=33185
2012-03-17 09:18:11 +00:00
Yury G. Kudryashov
fe1115caf4
Make nixpkgs ready for gst_all attrset removal
...
svn path=/nixpkgs/trunk/; revision=33092
2012-03-14 22:44:52 +00:00
Yury G. Kudryashov
03875e0bce
Make nixpkgs ready to gtkLibs attrset removal
...
svn path=/nixpkgs/trunk/; revision=33091
2012-03-14 22:44:41 +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
11f64b0449
rekonq-0.9.0-1 needs pkg-config
...
svn path=/nixpkgs/trunk/; revision=32865
2012-03-07 22:06:29 +00:00
Yury G. Kudryashov
ce5a0fdf68
rekonq-0.9.0-1
...
svn path=/nixpkgs/trunk/; revision=32825
2012-03-06 13:08:46 +00:00
Yury G. Kudryashov
57fd764a39
svn merge ^/nixpkgs/trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32792
2012-03-05 10:00:23 +00:00
Eelco Dolstra
c1b59aa71d
* Firefox 10.0.2.
...
svn path=/nixpkgs/trunk/; revision=32776
2012-03-04 16:34:01 +00:00
Yury G. Kudryashov
38e3d7bc86
svn merge ^/nixpkgs/trunk
...
Not merged r32497 (tree conflict, glibc GNU Hurd update). Ludovic, could you
please look at this?
svn path=/nixpkgs/branches/stdenv-updates/; revision=32520
2012-02-23 20:06:21 +00:00
Peter Simons
31e7a2ce7a
gecko-mediaplayer: updated to version 1.0.5
...
I hoped this update would fix the build errors, but in fact it didn't. :-(
svn path=/nixpkgs/trunk/; revision=32518
2012-02-23 18:32:42 +00:00
Eelco Dolstra
cdece69773
* Fix building Firefox 3.6 with GCC 4.6.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32387
2012-02-18 18:07:22 +00:00
Peter Simons
02eaa57b56
merge latest changes from trunk
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=32270
2012-02-14 13:47:27 +00:00
Lluís Batlle i Rossell
af1b08ac32
Updating firefox to 10.0.1. I'll let hydra build it.
...
svn path=/nixpkgs/trunk/; revision=32266
2012-02-13 21:04:39 +00:00
Yury G. Kudryashov
215a07c1a9
svn merge ^/nixpkgs/trunk
...
Merge conflicts:
* unzip (almost trivial)
* dvswitch (trivial)
* gmp (copied result of `git merge`)
The last item introduced gmp-5.0.3, thus full rebuild.
+ensureDir->mkdir -p in TeX packages was catched by git but not svn.
svn path=/nixpkgs/branches/stdenv-updates/; revision=32091
2012-02-06 23:03:12 +00:00
Michael Raskin
8bae3c51ff
Add Firefox 11beta
...
svn path=/nixpkgs/trunk/; revision=32048
2012-02-06 08:28:24 +00:00
Eelco Dolstra
9d9e33b98d
* Added Firefox 10.0. P.S. it seems that Firefox 10 no longer needs
...
--enable-official-branding to get a browser that calls itself
"Firefox". But I'll leave the flag in for the moment.
* Removed Firefox 8.0.
svn path=/nixpkgs/trunk/; revision=31984
2012-02-02 15:44:22 +00:00
Yury G. Kudryashov
2b3fb5a824
Merge two nix exprs for links2, upgrade to 2.5
...
svn path=/nixpkgs/trunk/; revision=31962
2012-02-01 22:33:35 +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
2d0a86d057
conkeror-1.0pre-20120105
...
svn path=/nixpkgs/trunk/; revision=31761
2012-01-21 18:28:51 +00:00
Florian Friesdorf
c9a2081809
conkeror, added myself as maintainer
...
svn path=/nixpkgs/trunk/; revision=31760
2012-01-21 18:28:48 +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
d4d7931a62
* Cleanup: remove obsolete references to ‘xz’, which is in stdenv now.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=31678
2012-01-18 20:53:01 +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
Alexander Tsamutali
b61e32f19d
google-talk-plugin: Updated x86_64 hash.
...
svn path=/nixpkgs/trunk/; revision=31470
2012-01-10 20:04:37 +00:00
Lluís Batlle i Rossell
b1ba53e50d
Adding vimprobable2. Patch by Alexander Forenmy.
...
svn path=/nixpkgs/trunk/; revision=31303
2012-01-04 22:12:43 +00:00
Eelco Dolstra
ab13fb0c34
* Firefox updated to 9.0.1.
...
svn path=/nixpkgs/trunk/; revision=31236
2012-01-03 15:18:03 +00:00
Eelco Dolstra
63c643d072
* Firefox 9.0.
...
svn path=/nixpkgs/trunk/; revision=30985
2011-12-20 14:51:26 +00:00
Yury G. Kudryashov
2c3b02169f
rekonq-0.8.1
...
svn path=/nixpkgs/trunk/; revision=30930
2011-12-16 10:48:59 +00:00
Alexander Tsamutali
7e82cfb7d6
Added support for Quake Live to Firefox wrapper.
...
svn path=/nixpkgs/trunk/; revision=30856
2011-12-12 17:25:51 +00:00
Lluís Batlle i Rossell
0160f222cc
Adding flashplayer11. It builds fine for me on x86_64.
...
Patch by Eduard Carreras.
svn path=/nixpkgs/trunk/; revision=30712
2011-12-03 15:16:17 +00:00
Ludovic Courtès
57b602b5ae
Remove GNU IceCat 4, which never built.
...
svn path=/nixpkgs/trunk/; revision=30660
2011-12-01 22:43:17 +00:00
Eelco Dolstra
a7b50dc5de
* Do an "exec" to get rid of an unnecessary shell.
...
svn path=/nixpkgs/trunk/; revision=30566
2011-11-25 17:01:54 +00:00
Eelco Dolstra
ec390f4bbb
* Fix incorrect URL.
...
svn path=/nixpkgs/trunk/; revision=30548
2011-11-24 14:22:13 +00:00
Eelco Dolstra
7a7fb5bc5a
* Firefox 8.0.1.
...
* Make Firefox 8 the default.
svn path=/nixpkgs/trunk/; revision=30546
2011-11-24 11:55:15 +00:00
Rob Vermaas
a456047fc1
update chrome
...
svn path=/nixpkgs/trunk/; revision=30462
2011-11-18 02:40:33 +00:00
Michael Raskin
94149403e5
Firefox 9.0beta1
...
svn path=/nixpkgs/trunk/; revision=30391
2011-11-12 09:38:31 +00:00
Eelco Dolstra
c8da189d39
* Added Firefox 8.0.
...
* Removed Firefox 6.
svn path=/nixpkgs/trunk/; revision=30382
2011-11-10 23:06:58 +00:00
Eelco Dolstra
8f76df522e
* 32-bit Flash player updated.
...
svn path=/nixpkgs/trunk/; revision=29951
2011-10-20 23:11:13 +00:00
Yury G. Kudryashov
c35c6ec9fa
Drop 'gnomevfs = gnome_vfs;' alias
...
s/gnomevfs/gnome_vfs/ in packages
svn path=/nixpkgs/trunk/; revision=29718
2011-10-08 12:06:03 +00:00
Eelco Dolstra
79ab307dd7
* Fix Chatzilla (it doesn't work with recent Xulrunners).
...
* Get rid of xulrunnerWrapper.
svn path=/nixpkgs/trunk/; revision=29706
2011-10-07 09:26:03 +00:00
Eelco Dolstra
ee74cf87dc
* Set the Chrome icon in its desktop item.
...
svn path=/nixpkgs/trunk/; revision=29701
2011-10-06 13:52:54 +00:00
Eelco Dolstra
bcf053ed23
* Firefox 7.0.1.
...
svn path=/nixpkgs/trunk/; revision=29687
2011-10-06 10:47:09 +00:00
Michael Raskin
a8a3ede5e9
Adding Firefox 8.0beta1
...
svn path=/nixpkgs/trunk/; revision=29549
2011-09-30 15:44:22 +00:00
Michael Raskin
8e02768459
Firefox 7.0 release
...
svn path=/nixpkgs/trunk/; revision=29544
2011-09-30 07:10:47 +00:00
Yury G. Kudryashov
e2c4af0946
Update opera to the latest version
...
Also add missing dependencies (KDE, cups, gstreamer)
svn path=/nixpkgs/trunk/; revision=29527
2011-09-28 15:23:28 +00:00
Alexander Tsamutali
ebe4a3501c
applications/networking/browsers/conkeror: Updated to 1.0pre-20110917.
...
svn path=/nixpkgs/trunk/; revision=29329
2011-09-17 20:05:03 +00:00
Alexander Tsamutali
820e9ee753
applications/networking/browsers/firefox/6.0.nix: Fix building on Linux 3.x.
...
svn path=/nixpkgs/trunk/; revision=29328
2011-09-17 19:19:45 +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
a2b2ad5782
* Firefox 6.0.2.
...
svn path=/nixpkgs/trunk/; revision=29079
2011-09-07 15:13:00 +00:00
Russell O'Connor
c128803d11
upgrading 32-bit flashplayer to version 10.3.183.7
...
svn path=/nixpkgs/trunk/; revision=28987
2011-09-02 19:25:46 +00:00
Eelco Dolstra
a4993d3b23
* Firefox 6.0.1, 3.6.21.
...
svn path=/nixpkgs/trunk/; revision=28937
2011-08-31 09:12:56 +00:00
Nicolas Pierron
6e9492d7fd
Fix mozilla urls.
...
svn path=/nixpkgs/trunk/; revision=28850
2011-08-27 15:29:13 +00:00
Eelco Dolstra
f823626fd8
* Get Firefox 6.0 to build with an upstream patch for building Firefox
...
separately from Xulrunner
(https://bugzilla.mozilla.org/show_bug.cgi?id=639554 ).
svn path=/nixpkgs/trunk/; revision=28846
2011-08-27 13:44:36 +00:00
Michael Raskin
9c87acf5ab
Update Google Talk source. I wonder if there is a way to get it with a fixed version..
...
svn path=/nixpkgs/trunk/; revision=28830
2011-08-26 11:21:56 +00:00
Michael Raskin
b23809b118
Adding Firefox 7.0beta1 - with a hack for Linux 3.0 build, but unlike 6.0 it does work afterwards
...
svn path=/nixpkgs/trunk/; revision=28732
2011-08-22 06:54:03 +00:00
Nicolas Pierron
2defa3e715
Follow Mozilla homepages migrations. (.com -> .org)
...
svn path=/nixpkgs/trunk/; revision=28722
2011-08-21 15:44:53 +00:00
Michael Raskin
a3a46ada24
Adding Firefox 6.0. Mozilla says it is seamless upgrade from 5.0, so I am trying not to change anything...
...
svn path=/nixpkgs/trunk/; revision=28625
2011-08-16 21:53:43 +00:00
Eelco Dolstra
822dd05d1d
* Update 32-bit Flash Player.
...
svn path=/nixpkgs/trunk/; revision=28624
2011-08-16 21:32:48 +00:00
Yury G. Kudryashov
fdd58b2de4
rekonq-0.7.0, remove unused source.nix
...
svn path=/nixpkgs/trunk/; revision=28602
2011-08-15 23:39:05 +00:00
Eelco Dolstra
529a3a31f9
* Removed Firefox 4 (obsolete).
...
svn path=/nixpkgs/trunk/; revision=28531
2011-08-13 12:20:49 +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
David Guibert
065c0213cf
gnome-mplayer, gnome-mediamplayer updated to 1.0.4
...
svn path=/nixpkgs/trunk/; revision=28445
2011-08-09 20:39:43 +00:00
Karn Kallio
a233ebf891
Switch to forward compatibility of kde45 on kde_baseapps.
...
svn path=/nixpkgs/trunk/; revision=28217
2011-08-07 01:45:26 +00:00
Eelco Dolstra
b70a14f88c
* Added the Google Talk plugin. Doesn't work yet (says ‘ABORT:
...
X_GLXCreateContext: BadValue’).
svn path=/nixpkgs/trunk/; revision=27825
2011-07-18 14:44:28 +00:00
Eelco Dolstra
7bef513d8a
* Update Flashplayer on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=27738
2011-07-12 13:44:56 +00:00
Eelco Dolstra
43e046af45
* Firefox 5.0.1.
...
svn path=/nixpkgs/trunk/; revision=27731
2011-07-12 06:34:27 +00:00
Eelco Dolstra
5a7ffcd82d
* Firefox: use external SQLite and Cairo.
...
svn path=/nixpkgs/trunk/; revision=27602
2011-07-04 15:35:53 +00:00
Eelco Dolstra
684186104c
* Latest SQLite, Flash player (Vladimír Čunát).
...
svn path=/nixpkgs/trunk/; revision=27595
2011-07-04 14:12:20 +00:00
Eelco Dolstra
611aecaeeb
* Firefox 5.0.
...
* nspr updated to 4.8.8.
svn path=/nixpkgs/trunk/; revision=27516
2011-06-22 12:21:15 +00:00
Michael Raskin
023f15e484
Adding Firefox 5.0 RC1
...
svn path=/nixpkgs/trunk/; revision=27478
2011-06-16 08:08:10 +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
Alexander Tsamutali
a93499aeb7
applications/networking/browsers/conkeror: Updated to 0.9.3-20110606.
...
svn path=/nixpkgs/trunk/; revision=27436
2011-06-13 19:10:18 +00:00
Ludovic Courtès
f86a5587d7
GNU IceCat 4.0.1.1.
...
svn path=/nixpkgs/trunk/; revision=27322
2011-05-30 21:49:06 +00:00
Eelco Dolstra
8310876955
* Update Flash player on i686-linux.
...
svn path=/nixpkgs/trunk/; revision=27278
2011-05-18 16:24:02 +00:00
Eelco Dolstra
077fd0a77c
* Firefox updated to 4.0.1. Dropped the libvpx dependency because it
...
was ignored anyway. With the --with-system-libvpx flag, the build
barfs with:
checking for vpx/vpx_decoder.h... yes
configure: error: vpx/vpx_decoder.h found, but is not in /usr/include
svn path=/nixpkgs/trunk/; revision=27089
2011-05-02 11:53:11 +00:00
Eelco Dolstra
2f34f27f8a
* w3m updated to 0.5.3.
...
svn path=/nixpkgs/trunk/; revision=27058
2011-04-30 09:20:59 +00:00
Ludovic Courtès
270ea3beec
Elinks: Fix libgc initialization.
...
svn path=/nixpkgs/trunk/; revision=27046
2011-04-28 21:22:24 +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
Michael Raskin
5bc01b1093
Fix glib networking system update
...
svn path=/nixpkgs/trunk/; revision=26870
2011-04-17 17:56:01 +00:00
Lluís Batlle i Rossell
e4351e6df0
Fixing the nixpkgs tarball, broken for more than a week.
...
svn path=/nixpkgs/trunk/; revision=26856
2011-04-16 16:27:55 +00:00
Michael Raskin
ffaf0fb9ff
Update Gecko-mediaplayer
...
svn path=/nixpkgs/trunk/; revision=26844
2011-04-14 11:33:10 +00:00
Ludovic Courtès
34011a076a
GNU IceCat 4.0: First attempt.
...
svn path=/nixpkgs/trunk/; revision=26798
2011-04-12 08:12:00 +00:00
Ludovic Courtès
525b04f037
Prepare work on GNU IceCat 4.x.
...
svn path=/nixpkgs/trunk/; revision=26797
2011-04-12 08:08:39 +00:00
Evgeny Egorochkin
e735de47f3
Fix flash player's runtime deps
...
svn path=/nixpkgs/trunk/; revision=26730
2011-04-07 09:21:24 +00:00
Russell O'Connor
2a07e68e9c
Upgrade FlashPlayer to version 10.2.153.1
...
svn path=/nixpkgs/trunk/; revision=26672
2011-04-04 02:34:17 +00:00
Eelco Dolstra
50b8829ce9
* Firefox: don't do --enable-system-cairo for now because it causes
...
gradients in tabs and other places in the interface to be missing
(i.e. entirely white). Should investigate why our own Cairo doesn't
work properly.
svn path=/nixpkgs/trunk/; revision=26666
2011-04-01 20:28:01 +00:00
Eelco Dolstra
e3c03f348e
* Slight cleanup.
...
svn path=/nixpkgs/trunk/; revision=26665
2011-04-01 19:33:03 +00:00
Eelco Dolstra
56ade5fef2
* Remove unused file.
...
svn path=/nixpkgs/trunk/; revision=26598
2011-03-30 09:43:45 +00:00
Evgeny Egorochkin
7dd8b18baa
Flash player: bump
...
svn path=/nixpkgs/trunk/; revision=26530
2011-03-26 18:18:54 +00:00
Eelco Dolstra
6daacf02e0
* Firefox 3.6.16.
...
svn path=/nixpkgs/trunk/; revision=26474
2011-03-23 17:50:24 +00:00
Eelco Dolstra
c733c666dc
* Remove some unused patches.
...
svn path=/nixpkgs/trunk/; revision=26461
2011-03-22 14:57:00 +00:00
Eelco Dolstra
73a66cc5e1
* Firefox 4: add --enable-chrome-format=jar to make it run.
...
svn path=/nixpkgs/trunk/; revision=26459
2011-03-22 14:14:50 +00:00
Eelco Dolstra
0b5a51d95b
* Firefox 4.0. Completely untested.
...
* Removed Firefox 3.5.
svn path=/nixpkgs/trunk/; revision=26457
2011-03-22 13:36:35 +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
Michael Raskin
9a14edb62f
FF 4.0rc2. Still fails to run
...
svn path=/nixpkgs/trunk/; revision=26435
2011-03-20 19:37:06 +00:00
Russell O'Connor
7e62d8736c
upgrading flash player on i686.
...
svn path=/nixpkgs/trunk/; revision=26432
2011-03-20 16:54:49 +00:00
Michael Raskin
0585ca6b8b
Adding Firefox-4.0RC1 - fails to start on my notebook currently, though
...
svn path=/nixpkgs/trunk/; revision=26408
2011-03-17 22:15:53 +00:00