Commit graph

19329 commits

Author SHA1 Message Date
Nikolay Amiantov 20f770d1f4 opencv: propagate numpy dependency 2016-06-07 21:27:19 +03:00
Nikolay Amiantov f362f8d223 opencv3: 3.0.0 -> 3.1.0
Split feature flags; avoid bundled libraries.
2016-06-07 17:31:36 +03:00
Nikolay Amiantov cfc7dba1ce opencv: 2.4.11 -> 2.4.13
Split feature flags; avoid bundled libraries.
2016-06-07 17:31:35 +03:00
Joachim Fasting bb70dd05b2 Merge pull request #15887 from groxxda/bump/weston
wayland & weston: 1.10.0 -> 1.11.0
2016-06-07 14:44:21 +02:00
Luca Bruno a72aba8c30 Merge pull request #14366 from NixOS/gnome-3.20
gnome3.20: init at 3.20.0
2016-06-07 14:23:08 +02:00
laMudri 28f4f15777 Agda: marked some old packages as broken 2016-06-07 11:19:12 +01:00
laMudri 949ede3d2f agda-prelude: 2014-09-27 -> 2016-04-18 2016-06-07 11:19:12 +01:00
laMudri 2e712b501c agda-stdlib: 2.4.2.3 -> v0.12 (for Agda-2.5.1) 2016-06-07 11:17:37 +01:00
Michael Raskin 32cbc5b794 glui: init at 2.36 2016-06-06 20:42:34 +02:00
Luca Bruno 99cfbda5c6 libchamplain: 0.12.11 -> 0.12.13 2016-06-06 13:59:31 +02:00
Damien Cassou e148cf2bca uhttpmock: init at 0.5.0 2016-06-06 13:59:31 +02:00
Damien Cassou 47b19b5645 clutter-gst: 3.0.4 -> 3.0.18 2016-06-06 13:59:31 +02:00
Damien Cassou 1930545c06 clutter-gtk-1.8: init at 1.8.0 2016-06-06 13:59:31 +02:00
Damien Cassou 289aadc542 clutter_1_26: init at 1.26.0 2016-06-06 13:59:31 +02:00
Damien Cassou fbbe6e2497 pangomm: 2.38.1 -> 2.40.0 2016-06-06 13:59:31 +02:00
Damien Cassou e28a8c6d6c gtkmm: 3.18.0 -> 3.20.0 2016-06-06 13:59:31 +02:00
Damien Cassou 793ffb14a4 glibmm: 2.46.3 -> 2.48.1 2016-06-06 13:59:31 +02:00
Vladimír Čunát ab5a5f760f libexttextcat: homepage has moved 2016-06-06 11:10:39 +02:00
Nick Novitski d3393473df unibilium: enable on darwin (#16012) 2016-06-06 10:56:08 +02:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr 0b3e1f8f7c netcdf: added parallel i/o support 2016-06-05 10:56:14 +02:00
Rok Garbas f878018ece neovim: 0.1.3 -> 0.1.4
* removing luaMessagePack (only used by neovim)
* using libmpack (updated to latest master since they fixed a lot of packaging
  issues)
* package libmpack lua bidnings
* neovim expression now excepts luaPackages as an input and not individual
  lua packages (to avoid depending on different lua version)
2016-06-04 17:58:01 +02:00
aszlig 9a154e2838
gwenhywfar: Allow to override pluginSearchPaths
We're going to create a closure of plugins for aqbanking, so that it's
easier to adapt the gwenhywfar search path to include these store paths.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig ee92256566
aqbanking: Add gettext to nativeBuildInputs
It's necessary so that we get translations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig f25e4350ef
aqbanking: Add an updater script
The promised updater, which feeds sources.nix and should help updating
all the aqbanking libraries at the same time.

I was very reluctant to write the updater entirely in Nix as I've done a
while ago for Chromium, because this would involve ugly hacks to do so.

That's why I've done a more conservative approach here, only using
nix-instantiate to get the contents of the current sources.nix.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig db1162dce4
aqbanking: Move sources into a common sources.nix
The upstream URLs unfortunately aren't canonical, so let's have a
sources.nix which contains the release IDs used by the upstream sites to
associate a version of a particular package.

We're then going to create an updater script which should update the
sources.nix from there on.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig af3ea69a96
gwenhywfar, libchipcard: Move into aqbanking dir
This should make it easier to deduplicate things, such as fetching
upstream sources and the plugin paths, because after all these libraries
are aqbanking-related and maintained by the same author on the same
site.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig df1821ec9d
gwenhywfar: Add gettext to buildInputs
It's necessary so that we get translations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig 9a4e6755ab
libchipcard: Init at 5.0.4
Another library that is part of aqbanking and needed in order to access
various chip cards. It's essentially useful for doing online banking via
FinTS/HBCI without PIN/TAN (or iTAN, mobileTAN, whatnot...).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-06-04 16:38:57 +02:00
aszlig 468f931f87
gwenhywfar: Unify plugin directories
Having something like $out/lib/gwenhywfar/plugins/60 when on Nix is a
bit pointless, because we won't have something like a central plugin
directory which could contain plugins for older library versions.

Another reason to strip the effective shared object version is that we
really want to avoid the need to track and update the SO version on
every single update.

This makes it way easier to add support for libchipcard and/or other
related packages/plugins.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig e5d6acb585
aqbanking: 5.5.1 -> 5.6.10
Upstream changelog for version 5.5.1 through 5.6.10 is in German only
and also not very detailled, so here is a comparison from a GitHub
mirror I've found:

https://github.com/cstim/aqbanking/compare/5.5.1...e129e64472a2

I've also used a similar scheme to what I've been using for gwenhywfar,
so that we can soon unify all of the aqbanking & related libraries.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
aszlig c683abab60
gwenhywfar: 4.11.1 -> 4.15.3
Upstream changelog for version 4.11 through 4.12 doesn't seem to be
available anymore and the change summaries from the project page are in
German, but here's a comparison from a GitHub mirror I've found:

https://github.com/cstim/gwenhywfar/compare/4.11.1beta...4055683538b6

I've shortened the URL to not include the file name in the URL itself
because we use the name attribute in fetchurl to force the name anyway.

A quick way to find out about the upstream download URLs is:

curl 'http://www.aquamaniac.de/sites/download/packages.php?package=01&showall=1' \
  | sed -nre 's/^.*<a\>.*\<href="([^"]+)".*/\1/p'

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @cillianderoiste, @urkud
2016-06-04 16:38:57 +02:00
Lluís Batlle i Rossell 268fedbda3 Updating goPackages go-fuse/mtpfs + libmtp to latest
libmtp to 1.1.11, and the go packages to latest master.
2016-06-04 15:38:49 +03:00
Nikolay Amiantov 693b49166a qt5: remove gtkStyle option
It's no more needed now that we split QGtkStyle plugin
into separate output.
2016-06-03 19:14:52 +03:00
Tuomas Tynkkynen bac26e08db Fix lots of fetchgit hashes (fallout from #15469) 2016-06-03 17:17:08 +03:00
Joachim Fasting 8b2fc35987
gd: propagate image format dependencies
After f8bdd7969d it has become necessary for users
of gd to also add inputs for optional image format support, such as libjpeg and
libwebp.

This patch makes the following commits obsolete:
- 972c438c03
- 2113b7389a
- 94286527ac
- a371094f1f
- f345d01974
2016-06-03 15:43:12 +02:00
Joachim Fasting 3a7ec4c8f4
gd: enable parallel building 2016-06-03 15:43:12 +02:00
Joachim Fasting d68609dc93 Merge pull request #15902 from rasendubi/cpputest
cpputest: 3.7.2 -> 3.8
2016-06-02 22:46:53 +02:00
Ian-Woo Kim ff8985e7ab cudnn: add cudatoolkit to propagatedBuildInputs 2016-06-02 19:33:03 +02:00
Joachim Fasting e05dd52f3d
ming: 0.4.5 -> 0.4.7
Split outputs
- bin: 1.7mb
- dev: 127kb
- out: 472kb
2016-06-02 00:22:08 +02:00
Domen Kožar 8a63f7e067 sway: 2016-02-08 -> 0.7 2016-06-01 19:35:49 +01:00
Alexey Shmalko 1177d734e4
cpputest: 3.7.2 -> 3.8 2016-06-01 18:57:25 +03:00
Thomas Tuegel b2df0a10d9 qt56.qtbase: patch CMake module paths 2016-06-01 09:35:39 -05:00
Thomas Tuegel d423a36aa5 Revert "qt56.qtbase: apply CMake setup-hook fix locally"
This reverts commit 6b6f067397.
2016-06-01 07:02:47 -05:00
Herwig Hochleitner f547137425 webkitgtk: 2.12.0 -> 2.12.3 (#15847) 2016-06-01 13:25:58 +02:00
Alexander Ried 85a525c8a1 wayland: 1.10.0 -> 1.11.0 2016-06-01 10:27:34 +02:00
Tuomas Tynkkynen 2577f4af0e gnu-efi: Fix build on ARM
For some reason it detects e.g. armv7l and then can't find
'inc/arm/efibind.h'.
2016-06-01 10:58:42 +03:00
Thomas Tuegel 6b6f067397 qt56.qtbase: apply CMake setup-hook fix locally 2016-05-31 20:48:13 -05:00
Nikolay Amiantov 26a84169ff vc{_0_7,}: disable dynamic architecture detection 2016-06-01 04:21:19 +03:00
Alexander Ried ed6c82614b libinput: 1.3.0 -> 1.3.1 (#15838) 2016-06-01 01:57:33 +02:00
Thomas Tuegel ca34e075e4 qt56.qtbase: create symlink farm in one pass 2016-05-31 13:02:14 -05:00