1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-24 06:31:02 +00:00
Commit graph

4280 commits

Author SHA1 Message Date
Tim Steinbach 331eb51705 Merge pull request #20277 from taku0/flashplayer-11.2.202.644
flashplayer: 11.2.202.643 -> 11.2.202.644
2016-11-09 20:00:48 -05:00
Pascal Bach dc48622398 kubernetes: 1.4.0 -> 1.4.5 2016-11-10 01:45:45 +01:00
Pascal Bach 0364fbe633 openshift: 1.3.0 -> 1.3.1 2016-11-10 01:45:08 +01:00
Felix Richter f1ebae152d mutt: fix smime_keys hard-coded openssl path (#20275)
smime_keys uses hard-coded path to openssl, use path in /nix/store for openssl
2016-11-10 01:42:18 +01:00
Tor Hedin Brønner 1034339ace discord: 0.0.10 -> 0.0.11 (#20294) 2016-11-10 01:34:30 +01:00
zimbatm 03a417a0a4 Merge pull request #20266 from samuelrivas/terraform-0-7-9
terraform: 0.7.8-> 0.7.9
2016-11-09 10:52:59 +00:00
Arseniy Seroka 8a7ee64451 Merge pull request #20245 from primeos/quiterss
quiterss: init at 0.18.4
2016-11-09 12:24:53 +03:00
aszlig 6f8a72bbff
chromium: Add Gtk 3 for versions >= 56
Versions before 56 already had experimental support for Gtk 3 and since
version 56, Gtk 3 _seemed_ to become the default. Although it's now
requiring *both* Gtk 2 and Gtk3, so let's supply the dependency for now
to get it to build.

In the future however we might want to add use_gtk3 to the GN flags and
get rid of Gtk 2 completely.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:33 +01:00
aszlig d2e60d1f93
chromium: Fix building with WineVine components
Before version 54, the WideVine CDM plugin was built unconditionally and
it seems since version 54 this now is dependent upon a GYP/GN flag on
whether to include the CDM shared library or not.

Also, we now use a patch from Gentoo which should hopefully get the CDM
plugin to work properly, at least according to their bugtracker:

https://bugs.gentoo.org/show_bug.cgi?id=547630

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-09 00:58:29 +01:00
Samuel Rivas 72d1e3ca08 terraform: 0.7.8-> 0.7.9 2016-11-08 21:53:32 +01:00
aszlig 66ce15a3b1
chromium: Update all channels to latest versions
Overview of updated versions:

stable: 54.0.2840.71 -> 54.0.2840.90
beta:   55.0.2883.21 -> 55.0.2883.35
dev:    56.0.2897.0  -> 56.0.2906.0

This is to get our Chromium versions in par with the latest upstream
ones before merging in the GN migration changes.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:24 +01:00
aszlig b84e3379fe
chromium: Bring back pepper flash from Adobe
So far we had the bundled Flash player plugin that came with Chrome, but
since version 54 the Chrome package doesn't include PPAPI Flash anymore.

Instead we're going to download the PPAPI Flash plugin directly from
Adobe and try to use them for all release channels of Chromium.

Of course it would be nice if we'd have an updater for it but for now
it's important that we don't break things for people who are currently
forced to use Flash.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:20 +01:00
aszlig 5f53fddf1e
chromium: Remove some libs from system depenencies
Seems that these libraries aren't the ones Chromium is expecting to be,
so let's switch to use the bundled version of these libraries instead.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:14 +01:00
aszlig 8391241e0c
chromium: Build with GN unconditionally
Previously I've added the extra file common-gn.nix in addition to
common.nix, so we can possibly have a smooth transition from current
stable to the new version 54.

Unfortunately, version 53 is already EOL and we have to move to version
54 as soon as possible so we can only use GN and thus it doesn't make
sense to provide expressions for GYP anymore.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:11 +01:00
aszlig 5f18ccb001
chromium: Remove flag for hiDPISupport
This should now be the upstream default and there also is no more flag
for GN to set it, so we'll no longer need it on our side as well.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:12:07 +01:00
Herwig Hochleitner b43142c958
chromium: remove pepperflash
fixes NixOS#19565
2016-11-08 20:12:03 +01:00
Herwig Hochleitner 872b4782e9
chromium: 53 -> 54 2016-11-08 20:11:59 +01:00
aszlig 7a3a16dd80
chromium: Remove plugin paths patch for version 50
The oldest version we build is version 53, so we no longer need this
patch.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:56 +01:00
aszlig d0e8f3c503
chromium: Add preliminary support for GN
This only uses the most basic GN flags which should represent the GYP
flags we had before. In order to get rid most of the GYP cruft, we now
have common.nix and common-gn.nix which are mostly the same, just that
the latter is only for GN builds.

The GN implementation is far from complete and currently not even
builds, so we need more work to get the beta and dev channels building.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-11-08 20:11:52 +01:00
Michael Weiss 101ca1f454 quiterss: init at 0.18.4 2016-11-08 14:06:05 +01:00
taku0 823f28cd1c flashplayer: 11.2.202.643 -> 11.2.202.644 2016-11-08 21:12:19 +09:00
Erik Rybakken 897a1ba8ff neomutt: 20160910 -> 20161104 (#20221) 2016-11-07 06:56:15 +01:00
Peter Simons 329bf83cad esniper: update to version 2.32.0 some more 2016-11-06 10:40:13 +01:00
Tor Hedin Brønner baae4be182 discord: 0.0.9 -> 0.0.10 (#20184) 2016-11-06 10:02:31 +01:00
Peter Simons bea1712727 esniper: update to version 2.32.0 2016-11-06 09:26:51 +01:00
Tim Steinbach c86624c3db Merge pull request #20142 from NeQuissimus/dead_packages
Dead packages (Round 1)
2016-11-04 23:05:10 -04:00
Tim Steinbach c431c39233
siproxd: 0.8.1 -> 0.8.2 2016-11-04 10:23:38 -04:00
Profpatsch 2bd86e9e47 Revert "Merge pull request #20090 from sternenseemann/master"
Reason: https://github.com/NixOS/nixpkgs/pull/20090#commitcomment-19686426

This reverts commit 9ffcb1b250, reversing
changes made to a6283c1126.
2016-11-04 12:24:57 +01:00
zimbatm 7e9d6a1e26 terraform: 0.7.7 -> 0.7.8 2016-11-03 16:23:48 +00:00
sternenseemann b0d11b1177 jackline: init at 2016-10-30 2016-11-03 14:39:27 +01:00
Joachim F ea8a038702 Merge pull request #20122 from hiberno/hiberno-remove-maintainership
Remove myself as maintainer.
2016-11-03 13:04:09 +01:00
Christian Lask 2d524a37f8 Remove myself as maintainer. 2016-11-03 11:54:54 +01:00
Eric Sagnes 76f742341c qutebrowser: fix wrapper 2016-11-03 10:38:57 +09:00
Frederik Rietdijk e1939ed056 konversation: 1.6.1 -> 1.6.2 2016-11-02 10:43:44 +01:00
Arseniy Seroka 21163a9c12 Merge pull request #20074 from peterhoeg/u/dropbox
dropbox: 12.4.22 -> 13.4.21
2016-11-02 11:41:59 +03:00
Ioannis Koutras 09465c9f7a syncthing-inotify: fix building on darwin 2016-11-01 14:54:21 +02:00
Ioannis Koutras 5f60295b02 syncthing-inotify: 0.8.3 -> 0.8.4 2016-11-01 12:32:22 +02:00
Peter Hoeg 9cd790cffc dropbox: 12.4.22 -> 13.4.21 2016-11-01 14:09:35 +08:00
Franz Pletz aa2b8d25d6 Merge pull request #19931 from mguentner/ipfs_update
ipfs: i20160112 -> 0.4.4, fetchgx
2016-10-31 14:42:05 +01:00
Matthias Herrmann e89c247d1b pyload change: another patch for missing templates 2016-10-30 13:13:46 +01:00
Frederik Rietdijk ac75b9b263 Merge pull request #19833 from 2chilled/master
pyload: init at stable
2016-10-29 19:14:08 +02:00
Matthias Herrmann a22c990e33 pyload: init at 0.4.9-next 2016-10-29 18:46:10 +02:00
Jascha Geerds bdf5c0ba75 hexchat: 2.12.2 -> 2.12.3 2016-10-29 15:53:06 +02:00
Franz Pletz f9c65a97f8
ipfs: use fetchgx 2016-10-29 05:19:41 +02:00
Maximilian Güntner 24e4d4d76a ipfs: i20160112 -> 0.4.4
- switched from rev to official release
- added preBuild to install gx dependencies
- removed broken flag

Signed-off-by: Maximilian Güntner <code@klandest.in>
2016-10-27 18:46:40 +02:00
Graham Christensen a2123cc9ed Merge pull request #19912 from taku0/flashplayer-11.2.202.643
flashplayer: 11.2.202.637 -> 11.2.202.643 [Critical security fix]
2016-10-26 22:06:13 -04:00
Eelco Dolstra 9db03c1cf1 thunderbird: 45.3.0 -> 45.4.0 2016-10-26 15:32:39 +02:00
Jascha Geerds 8855d6b3ca terraform: 0.7.6 -> 0.7.7 2016-10-26 14:41:04 +02:00
Jascha Geerds 231d9737df terraform: Add myself as a maintainer 2016-10-26 14:34:19 +02:00
taku0 d19b53f851 flashplayer: 11.2.202.637 -> 11.2.202.643 2016-10-26 21:13:57 +09:00