3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

2319 commits

Author SHA1 Message Date
Ricardo M. Correia a4beb6a2b6 flashplayer: Update from 11.2.202.418 -> 11.2.202.424 2014-11-25 16:32:44 +01:00
Eelco Dolstra 1abc3e0155 firefox-bin: Fix meta.license 2014-11-25 16:30:50 +01:00
aszlig 28b29f173d
chromium: Switch to using bundled protobuf.
This is a response to 1fdefd5562.

We are already using bundled protobuf for the beta and dev channels and
it also breaks regularly with about every new Chromium release, so let's
use bundled protobuf for all channels now.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:58 +01:00
aszlig 690a845de9
chromium: Use Nix expressions for plugin settings.
We now create Nix expressions within the plugin output path(s) which
then will be imported and incorporated into the wrapper. This makes it
easier for other plugins to provide configuration settings to the main
Chromium wrapper.

Of course, in order to allow for external plugins we need to allow
passing a list of plugins to the Chromium derivation, but right now we
keep it internal and only use it for things such as NaCl (as soon as we
support it, of course).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
aszlig 518173ac24
chromium: Shorten line length of name attribute.
No feature change, I'm just very nitpicky if it comes to lines with more
than 79 characters.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-25 14:14:43 +01:00
Vladimír Čunát 7e94263c6d pidgin: minor update 2014-11-24 23:32:58 +01:00
Thomas Tuegel 0bffb63726 dropbox: update to 2.10.52 2014-11-23 13:31:36 -06:00
Michael Raskin e9c9437445 Add realpine alpine continuation 2014-11-23 19:46:17 +03:00
Michael Raskin 09288d4c01 Fix the libgcc_s problem in alpine 2014-11-23 19:23:03 +03:00
Michael Raskin ff2a1a3691 Adding Alpine mail reader 2014-11-23 18:36:25 +03:00
Jaka Hudoklin a5703dd8fc kubernetes: fix kube-proxy wrapper 2014-11-23 01:24:53 +01:00
aszlig 392a4c0a26
Merge branch 'chromium'.
This introduces Chromium 39 as the new stable version along with a bunch
of fixes.

Fixes #2799, particularily the PDF plugin, which now is open source and
thus no longer an issue.

Also fixes #3219 and merges #2906, so we no longer get a crash while
trying to bring up the print preview dialog.

Thanks to @edwtjo for the CUPS version bump.

 * chromium: Switch to use open-source PDF plugin.
 * cups: bump 1.5.4 -> 1.7.5
 * chromium: Allow env vars for passing plugin paths.
 * chromium: Update all channels to latest versions.
 * protobuf: Clean up and update to version 2.6.1.
2014-11-22 04:34:16 +01:00
aszlig 7eb4d3a3a9
chromium: Switch to use open-source PDF plugin.
The Chromium PDF plugin is now available as open source software and is
already included in the Chromium source tree in current stable, so there
is no need to extract it from the Chrome binary package anymore.

See release announcement at http://blog.foxitsoftware.com/?p=641

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-22 04:26:18 +01:00
aszlig 1b84fbf0ca
chromium: Allow env vars for passing plugin paths.
Introduces environment variables to set plugin base paths. The schema
for these is like NIX_CHROMIUM_PLUGIN_PATH_<N>. Where <N> is the path
type we want to change, the supported (full) variable names are:

 * NIX_CHROMIUM_PLUGIN_PATH_ALL
 * NIX_CHROMIUM_PLUGIN_PATH_PEPPERFLASH
 * NIX_CHROMIUM_PLUGIN_PATH_FILEFLASH
 * NIX_CHROMIUM_PLUGIN_PATH_PDF
 * NIX_CHROMIUM_PLUGIN_PATH_FILE_EFFECTS
 * NIX_CHROMIUM_PLUGIN_PATH_NACL
 * NIX_CHROMIUM_PLUGIN_PATH_PNACL
 * NIX_CHROMIUM_PLUGIN_PATH_WIDEVINE

Whereas NIX_CHROMIUM_PLUGIN_PATH_ALL is the plugin base path for every
path which is not set explicitly, so by setting ..._ALL and not setting
..._WIDEVINE, the widevine plugin will be searched in the directory
specified using ..._ALL.

Right now, the only plugin where this is used is widevine, and it still
doesn't properly work yet.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-22 04:26:17 +01:00
aszlig 2495e819aa
chromium: Update all channels to latest versions.
With this commit, the following new upstream versions are introduced:

stable: 38.0.2125.101 -> 39.0.2171.65
beta:   39.0.2171.19  -> 40.0.2214.10
dev:    40.0.2182.3   -> 41.0.2224.3

We can now remove missing_alg_import.patch, because version 39 is nom
stable and thus fixes the missing include directive upstream.

However, starting with version 40, we hit a few bugs with system
protobuf, so we're disabling it for every version >=40 to avoid
runtime/startup errors.

Here is the stable channel announcement for version 39 on the official
blog:

http://googlechromereleases.blogspot.de/2014/11/stable-channel-update_18.html

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2014-11-22 03:45:10 +01:00
Jaka Hudoklin 99ab2b14b9 Merge pull request #4992 from offlinehacker/pkgs/kubernetes/add
Add kubernetes
2014-11-22 00:54:37 +01:00
Michael Raskin 4027494334 We had hash for wrong mcabber version and the tarball was cached 2014-11-21 23:39:35 +03:00
Jaka Hudoklin 52b848861a Add kubernetes 2014-11-21 14:34:57 +01:00
Joachim Schiele 44e3246811 owncloudclient: initial 1.7.0 packaged added 2014-11-20 12:47:47 +01:00
David Virgilio df59a24730 new package: pond 2014-11-20 01:18:51 -06:00
Domen Kožar 8236ca5d70 properly package pyopenssl 2014-11-19 19:41:44 +01:00
lethalman f0e4b745f7 Merge pull request #5046 from abbradar/checksum-fixes
Checksum fixes
2014-11-19 18:02:09 +01:00
Nikolay Amiantov 9c658343dd mutt-with-sidebar: simplify, fix checksum 2014-11-19 19:48:01 +03:00
Vincent Laporte 4ec6e0c935 mldonkey: adds license information 2014-11-19 08:26:43 +00:00
Pascal Wittmann 66359df5a5 Merge pull request #5035 from robberer/pkgs/jmeter
jmeter: fix download URL
2014-11-18 17:53:46 +01:00
Longrin Wischnewski 8d2b3e11f3 jmeter: fix download URL 2014-11-18 15:43:09 +01:00
Max Gonzih 849232f13d Update sha256 for mutt sidebar patch
Seems like file was changed.
2014-11-18 14:42:07 +01:00
Eelco Dolstra c4364d5914 firefox: Update to 33.1.1 2014-11-18 09:56:41 +01:00
Mateusz Kowalczyk 43b6d42fbd imapfilter: update from 2.5.6 to 2.5.7 2014-11-17 16:42:28 +00:00
Vladimír Čunát 6e75afb5cf pidgin: enableParallelBuilding 2014-11-17 09:27:55 +01:00
Antoine R. Dumont cab722f816 pidgin-with-plugins: fix plugin directories (close #5009) 2014-11-17 09:27:55 +01:00
Evgeny Egorochkin 272fe7f81c kde4.konversation: update from 1.5 to 1.5.1 2014-11-15 22:20:16 +02:00
Moritz Ulrich c227e8f259 notmuch: Update to 0.19.
This commit also enables manpages.
2014-11-15 17:58:40 +01:00
Vladimír Čunát b4af993c3f Merge branch 'master' into staging
Conflicts (simple):
	pkgs/development/lisp-modules/clwrapper/setup-hook.sh
2014-11-14 14:28:23 +01:00
Pascal Wittmann 16c30d7d70 ettercap: update from 0.8.0 to 0.8.1 and adopt it 2014-11-14 13:03:23 +01:00
Ricardo M. Correia ace49e400c flashplayer: Update from 11.2.202.411 -> 11.2.202.418 2014-11-12 22:31:14 +01:00
Eelco Dolstra f33fa1b66b Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/development/libraries/boost/generic.nix
2014-11-11 23:48:08 +01:00
Eelco Dolstra 19e5c3c306 firefox-13.0: Remove
It's outdated, insecure and not used anywhere in Nixpkgs.
2014-11-11 15:37:58 +01:00
Vladimír Čunát fb3e83d091 firefox: update to 33.1 2014-11-11 07:46:26 +01:00
taku0 b5a925a972 Update firefox-bin to 33.1 2014-11-11 10:05:33 +09:00
Luca Bruno 6af0d6974f Merge branch 'master' into staging 2014-11-10 10:03:52 +01:00
Michael Raskin 41ff7d75fd Add mutt sidebar patch — Fixes #3222 (a PR by Leon Waldman) 2014-11-09 17:55:19 +03:00
Aristid Breitkreuz 03400ab9ae Merge pull request #4730 from shdpl/teamviewer
optional config for teamviewer
2014-11-09 11:43:16 +01:00
Vincent Laporte 2e9339891f FileZilla: update from 3.8.1 to 3.9.0.6 2014-11-08 17:27:18 +00:00
Luca Bruno 83221f3886 Merge branch 'master' into staging
Makes the build more useful:
- Disabled hybrid iso, makes installer tests pass again
- Imagemagick fixes to the "Illegal instruction" thing
2014-11-08 15:56:40 +01:00
Michael Raskin 0934ddf3e0 Update firefox source build, too 2014-11-07 21:42:45 +03:00
taku0 ffcf930daa Update firefox-bin to 33.0.3 2014-11-08 00:00:13 +09:00
Eelco Dolstra 0518ccf5af Merge remote-tracking branch 'origin/master' into staging
Conflicts:
	pkgs/stdenv/generic/default.nix
2014-11-06 10:16:39 +01:00
Mateusz Kowalczyk 007f80c1d0 Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me.

Relevant: issue #2999, issue #739
2014-11-06 00:48:16 +00:00
Vladimír Čunát 52404a868d Merge recent master into staging
Nixpkgs Hydra: ?compare=1157272

TODO: port e22889064f

Conflicts:
	nixos/tests/gnome3_10.nix (auto-solved)
	pkgs/applications/video/aegisub/default.nix
	pkgs/development/libraries/boost/1.55.nix
2014-11-05 15:00:44 +01:00