Commit graph

41 commits

Author SHA1 Message Date
Robert Schütz 0052981366 proj: 9.1.1 -> 9.2.0
Diff: https://github.com/OSGeo/PROJ/compare/9.1.1...9.2.0

Changelog: https://github.com/OSGeo/PROJ/releases/tag/9.2.0
2023-03-17 14:01:58 -07:00
Gabriella Gonzalez 6340fcc6a9
proj: fix test suite (#218719)
When testing #213831 internally we ran into a build failure caused by
that change for the `proj` package (on `x86_64-linux`).  We're not sure
how that's possible, but the nature of the build failure was that the
network tests for the `proj` package were failing due to missing
certificates, so I fixed the build failure by adding `cacert` as a
test dependency.

It's still not clear (A) why the cert suddenly became necessary after
the change in #213831 or (B) why the build worked at all before, but
this is probably the right thing to do regardless because the test
suite does have a network component.
2023-02-28 19:58:41 -08:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Ivan Mincik 44daadff50 proj: add package tests
Add simple package test by running proj CLI tool.

This change also improves derivation overriding behavior by using
`finalAttrs` function.

Co-authored-by: Robert Scott <github@humanleg.org.uk>
2022-12-13 20:19:44 +01:00
Ivan Mincik e27dd6814b proj: 9.1.0 -> 9.1.1 2022-12-08 20:08:58 -08:00
Robert Schütz 3885b6dd38 proj: don't add cURL dependency to CMake config 2022-11-09 18:46:30 -08:00
Robert Schütz 12455a5d74 proj: 9.0.0 -> 9.1.0 2022-11-09 10:17:04 -08:00
Alexander Shpilkin ce8e657451 proj: fix paths in CMake and pkg-config files 2022-09-07 21:49:32 +03:00
Vincent Laporte aee62d6bca
jedit, matio, proj: remove myself from meta.maintainers 2022-08-01 09:37:03 +02:00
Vladimír Čunát f5adaf2ba8
proj_7: drop tests that time out with newest sqlite
This version is really being phased out,
so let's hope it's better somewhat working than not building.
2022-07-07 22:21:43 +02:00
squalus ac0a7e8e05 proj: support cross compile
Add a cmakeFlag to point to a sqlite3 binary that can be run at build
time
2022-04-29 19:13:15 -07:00
Will Cohen 0cf88814bd proj: 8.2.1 -> 9.0.0 2022-04-27 15:29:23 -04:00
Robert Schütz 58c9aec5c0 proj: 8.2.0 -> 8.2.1
https://github.com/OSGeo/PROJ/releases/tag/8.2.1
2022-01-04 18:52:17 +00:00
R. Ryantm d1b5115afa proj: 8.1.1 -> 8.2.0 2021-12-28 09:56:13 +00:00
Sebastián Mancilla 531c9c19e3 proj: fix build on Hydra
Tests need access to writable home directory.

Also make the temporary directory (as searched by the tests) writable,
for completeness, although those tests seem to exit early when they
cannot write to the temporary directory without reaching an assert (and
thus without failing).

Fixes #146358
2021-11-18 13:03:10 -03:00
toonn aabbed57e7
proj: Patch test OPEN_MAX limit assumption (#145371)
One of the tests had a Linux-based assumption on the number of files
that can be opened. I have submitted this patch upstream here,
https://github.com/OSGeo/PROJ/pull/2934, and it's been merged but I
don't expect to be able to update to a release before ZHF ends.

Fixes #142875
2021-11-10 16:03:40 -05:00
Robert Schütz 71666e18f1 proj: 7.2.1 -> 8.1.1 2021-09-25 16:54:16 -07:00
Robert Schütz cb1fc48dce proj_7: init at 7.2.1 2021-09-25 16:54:15 -07:00
Vladimír Čunát 34a9c0daf5
Revert "proj: 7.2.1 -> 8.0.1" + patch the test
This reverts commit 25b20757e8
and adds an upstream patch.  There are API changes
https://proj.org/development/migration.html
and I couldn't make some of the other packages build,
so I decided to just patch the test instead (for now).
2021-07-20 11:38:05 +02:00
Maximilian Bosch 25b20757e8
proj: 7.2.1 -> 8.0.1, fixes build w/glibc-2.33 2021-07-06 16:02:35 +02:00
Robert Schütz 1ec7d100ef proj: build using CMake
QMapShack relies on PROJ providing a CMake configuration.
2021-05-27 09:35:57 +02:00
Lancelot SIX 6f9b4f5a27
proj_5: drop
This outdated version of proj is not used anymore in the codebase. Drop
it.
2021-04-12 17:32:10 +01:00
Lancelot SIX d95eb2ab08
proj: 6.3.1 -> 7.2.1 2021-04-11 16:26:22 +01:00
Ben Siraphob 66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Ben Wolsieffer f76890fda4
proj: use pname instead of name 2020-03-27 19:49:34 -04:00
Lancelot SIX 4f6fc6dc62 proj: 6.1.1 -> 6.3.1 2020-03-24 20:38:01 -07:00
Jonathan Ringer 1414598875 proj_5: init at 5.2 2019-07-14 09:59:30 -07:00
Jonathan Ringer d55cba68ff proj: 5.2.0 -> 6.1.1 2019-07-11 03:44:55 -07:00
Daniel Schaefer bac4d95aa2 treewide: Change URLs to HTTPS
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them
if there's actual content. Inspired by
https://github.com/NixOS/nixpkgs/issues/60004
2019-04-22 10:19:54 +02:00
R. RyanTM 4d404fb98b proj: 4.9.3 -> 5.2.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/proj/versions
2018-09-20 06:00:14 -07:00
Silvan Mosberger 57bccb3cb8 treewide: http -> https sources (#42676)
* treewide: http -> https sources

This updates the source urls of all top-level packages from http to
https where possible.

* buildtorrent: fix url and tab -> spaces
2018-06-28 20:43:35 +02:00
Vincent Laporte af9857ef47 proj: disable tests on 32 bit 2017-02-12 10:00:24 +00:00
Vincent Laporte 0045f932bb proj: 4.9.2 -> 4.9.3 2017-02-11 23:37:59 +00:00
Josef Knedl a9e8c742fb proj: Add platforms.darwin and enable doCheck. 2016-02-22 19:05:17 +01:00
Vincent Laporte 47a7742c62 proj: 4.9.1 -> 4.9.2 2015-09-17 20:58:35 +02:00
Vincent Laporte 710b3e6d79 proj: add myself as maintainer 2015-06-18 18:41:52 +02:00
Vincent Laporte d691bf0d4f proj: update from 4.8.0 to 4.9.1 (close #8235) 2015-06-18 17:05:27 +02:00
Vincent Laporte c2064921a2 proj: update from 4.5.0 to 4.8.0 2015-01-19 16:18:01 +01:00
Mateusz Kowalczyk 7a45996233 Turn some license strings into lib.licenses values 2014-07-28 11:31:14 +02:00
Eelco Dolstra 6609710409 * Get rid of many instances of "args: with args;", and other coding
guidelines violations.
* Updated libsamplerate to 0.1.7.

svn path=/nixpkgs/trunk/; revision=22782
2010-07-28 11:55:54 +00:00