Commit graph

39 commits

Author SHA1 Message Date
Sandro Jäckel 3453b89f4b
lzma: deprecate alias 2021-04-04 19:49:52 +02:00
R. RyanTM 2d632d08ad saga: 7.8.2 -> 7.9.0 2021-03-09 13:34:57 +00:00
Nikolay Korotkiy 7b80f669f9
saga: 7.8.1 → 7.8.2 2020-12-13 12:40:45 +03:00
freezeboy 8e375d71f0 saga: 7.7.0 -> 7.8.1
* Remove obsolete patches (merged into this release)
 * rewrite without stdenv
2020-11-20 22:24:20 +01:00
Vincent Laporte ffc3f8227b saga: use proj 6 2020-09-15 21:47:28 +02:00
Doron Behar adaf0065a0 saga: 7.6.3 -> 7.7.0
Other changes include:
- Reformat inputs and arguments to drv.
- Use autoreconfHook as upstream's generated ./configure has proved to
be not reliable (it didn't detect properly missing deps).
- Add many more dependencies that were detected now with autoreconfHook.
- Upgrade gui dep to wxGTK31-gtk3.
- Upgrade opencv dep to opencv4.
2020-08-08 15:54:33 +03:00
R. RyanTM 84b0c4ee58 saga: 7.6.2 -> 7.6.3 2020-05-27 12:29:19 +00:00
Doron Behar c0137489ef saga: explicitly use opencv2 2020-05-05 10:32:14 +03:00
R. RyanTM 73d63a68a3 saga: 7.6.1 -> 7.6.2 2020-04-07 17:00:20 +00:00
R. RyanTM c9836e9f6d saga: 7.5.0 -> 7.6.1 2020-03-16 09:54:28 +00:00
R. RyanTM 1543fd14be saga: 7.3.0 -> 7.5.0 2020-02-10 18:04:44 +01:00
c0bw3b 9315000432 saga: remove jasper from inputs
It is unused since v2.2.6 (2016)
https://sourceforge.net/p/saga-gis/bugs/224/
2019-11-17 19:17:12 +01:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer c8ec54b969 saga_2_3_2: remove package
No longer used by qgis
2019-07-14 09:59:29 -07:00
Jonathan Ringer c93c65a21d saga: 7.2.0 -> 7.3.0 2019-07-14 09:59:28 -07:00
Vincent Laporte e478e6bdff saga: 6.3.0 -> 7.2.0 2019-06-25 07:07:32 +00:00
Michael Raskin 08cc85951e saga: add mpickering as a co-maintainer after #39125 2018-10-15 13:28:24 +03:00
Matthew Pickering 1c9af2d89c Remove unecessary option 2018-08-15 09:10:42 +01:00
Matthew Pickering 86b966f108 Patches for saga-6.3.0 2018-08-15 09:10:28 +01:00
Matthew Pickering 8a4661588a Fixes for rebase 2018-08-12 22:13:00 +01:00
Matthew Pickering 5caa3fcae9 Small fixes 2018-08-12 10:36:43 +01:00
Matthew Pickering 115027abe1 Fix linux build 2018-08-11 22:38:01 +01:00
Matthew Pickering 7262b88b0a saga_2_3_2: Init at 2.3.2
This is the lts branch of SAGA which is currently used by QGIS 2.18.x
series.
2018-08-11 22:37:59 +01:00
Matthew Pickering cce0fc8fe5 saga: Build on darwin
There are some unresolved dependency issues which means a lot of
additional dependencies have to be added explicitly on darwin but not on
linux. Maybe something to do with libtool.

See https://groups.google.com/forum/#!topic/nix-devel/h_vSzEJAPXs
2018-08-11 22:37:55 +01:00
Ryan Mulligan 9b3570a7c9 saga: 6.2.0 -> 6.3.0
Semi-automatic update generated by https://github.com/ryantm/nix-update tools.

This update was made based on information from https://repology.org/metapackage/saga/versions.

These checks were done:

- built on NixOS
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd -h` got 0 exit code
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd --help` got 0 exit code
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd -v` and found version 6.3.0
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd --version` and found version 6.3.0
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd -h` and found version 6.3.0
- ran `/nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0/bin/saga_cmd --help` and found version 6.3.0
- found 6.3.0 with grep in /nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0
- found 6.3.0 in filename of file in /nix/store/2wk34cz1vvl58pzw8szv4fdy5qwcc1g9-saga-6.3.0
- directory tree listing: https://gist.github.com/338621d772f5e116a34641ab1a84ee1e
2018-03-27 23:31:32 -07:00
Michel Kuhlmann 3b33aba309 saga: 5.0.0 -> 6.2.0 2018-01-03 20:18:57 +01:00
Michel Kuhlmann 7a96ec95bf saga: 2.3.1 -> 5.0.0 2017-09-05 12:24:34 +02:00
Michel Kuhlmann fb4a53b1c1 saga: 2.2.2 -> 2.3.1 2016-07-21 16:47:29 +01:00
zimbatm 69ce5cb656 use the sourceforge mirrors everywhere
find pkgs -name "*.nix" -exec sed -r \
    "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
2016-02-28 12:07:42 +00:00
Michel Kuhlmann 35eef7abe8 saga: 2.2.1 -> 2.2.2 2015-11-23 14:39:36 +01:00
Michel Kuhlmann 562847d142 saga: 2.2.0 -> 2.2.1 2015-10-12 09:26:13 +02:00
Michel Kuhlmann 135426ad16 saga: update from 2.1.4 to 2.2.0 2015-07-06 07:59:04 +02:00
Michel Kuhlmann a8dd23a221 saga: update from 2.1.2 to 2.1.4 and re-enable build on x86_64-linux 2014-11-18 14:50:01 +01:00
Pascal Wittmann d346a9cc07 fixed some meta.maintainers attributes 2014-09-26 23:44:29 +02:00
Domen Kožar fe4337b606 saga: mark as broken 2014-09-26 10:21:14 +02:00
Michel Kuhlmann 1aa3951099 saga: adding me as maintainer 2014-09-22 13:59:28 +02:00
Michel Kuhlmann 5d166bb8d5 saga: Compiling with all dependencies 2014-09-22 13:57:20 +02:00
Michel Kuhlmann 6516bf4dd0 new 'gis' hierachy and initial saga expression 2014-09-22 13:57:20 +02:00