Commit graph

32444 commits

Author SHA1 Message Date
Vladimír Čunát 019fcab7f5
Merge #72054: gdal: add patch for CVE-2019-17545 2019-11-09 09:38:10 +01:00
lodi 5e70be026e libco-canonical: v19.1 -> v20 2019-11-08 20:44:50 -08:00
Matthew Bauer 85a94a2578
Merge pull request #73020 from lodi/libco
libco-canonical: fix pkgconfig includedir
2019-11-08 15:04:29 -05:00
Alexey Shmalko 8a7b4ccd1f
Merge pull request #73036 from marius851000/faudio
faudio: 19.10 -> 19.11
2019-11-08 19:58:34 +02:00
Renaud 88551f981a
Merge pull request #70941 from cko/hsqldb
hsqldb: 1.8.0 -> 2.5.0
2019-11-08 18:03:42 +01:00
Christine Koppelt bfbffd3c82 hsqldb: 1.8.0 -> 2.5.0
Changelist: http://hsqldb.org/doc/2.0/changelist_2_0.txt
2019-11-08 16:46:42 +01:00
lodi 32497cf8c1 libco-canonical: fix pkgconfig includedir
Patched Makefile so that includedir correctly points to "dev" output
instead of "out" output.
2019-11-08 01:17:15 -05:00
Dmitry Kalinkin 6fa62dbefd
Merge pull request #71419 from veprbl/pr/texlive-2019
texlive: 2018 -> 2019, poppler: 0.74.0 -> 0.81.0
2019-11-07 23:51:36 -05:00
Mario Rodas 311a470d5b
Merge pull request #72892 from marsam/update-grpc
grpc: 1.24.3 -> 1.25.0
2019-11-07 19:10:08 -05:00
Matthew Bauer 5ebd36403e
Merge pull request #70641 from maggesi/rename-z77z-into-maggesi
Rename z77z into maggesi
2019-11-07 17:18:20 -05:00
Matthew Bauer 5dfbfc06d3
Merge pull request #70372 from doronbehar/package-gaia
gaia: init at 2.4.5
2019-11-07 17:17:41 -05:00
Matthew Bauer 75a947661e
Merge pull request #70395 from davidtwco/khronos-ocl-icd-loader-init
khronos-ocl-icd-loader: init at 6c03f8b
2019-11-07 17:16:08 -05:00
Matthew Bauer 9488fe009c
Merge pull request #70403 from Yumasi/criterion
criterion: init at 2.3.3
2019-11-07 17:15:20 -05:00
Matthew Bauer f1af1cb852
Merge pull request #71642 from Quiark/qtkeychain
qtkeychain: fix install_name_dir on Darwin
2019-11-07 16:52:33 -05:00
Matthew Bauer ed450174ad
Merge pull request #72040 from tkerber/libcec-raspberrypi
libraspberrypi: init at 2019-10-22
2019-11-07 16:51:48 -05:00
Niklas Hambüchen b618df3225
Merge pull request #72870 from nh2/mumble-rnnoise
Add RNNoise, use it in Mumble
2019-11-07 19:04:57 +01:00
James Kay 5f6f75fcec glfw: 3.2.1 -> 3.3 2019-11-07 09:31:54 -08:00
marius851000 1df3a4de83 faudio: 19.10 -> 19.11 2019-11-07 17:17:21 +01:00
worldofpeace 65b2a768bb
Merge pull request #72979 from worldofpeace/more-gnome-installed-test-cleanup
More gnome installed test cleanup
2019-11-07 14:34:28 +00:00
Jan Tojnar fae720c861
gcab: propagate dependencies 2019-11-07 14:49:05 +01:00
worldofpeace 1891b0030d xdg-desktop-portal: add test to passthru 2019-11-07 08:38:54 -05:00
worldofpeace 7529fd15d5 gdk-pixbuf: add test to passthru 2019-11-07 08:38:41 -05:00
worldofpeace 40151a94d3 flatpak: add test to passthru 2019-11-07 08:38:31 -05:00
worldofpeace 8267058ad7 libxmlb: correct test attr 2019-11-07 08:38:08 -05:00
worldofpeace 630cb4151e libgdata: correct test attr 2019-11-07 08:11:16 -05:00
worldofpeace 4e75be5cd6 graphene: correct test attr 2019-11-07 08:11:08 -05:00
worldofpeace 653d84b717 glib-networking: correct test attr 2019-11-07 08:11:00 -05:00
Jan Tojnar e253d015a1
gcab: run & install tests
also add nixosTests.installed-tests.gcab for running the installed tests
2019-11-07 14:07:19 +01:00
R. RyanTM c88e084ecb
gcab: 1.2 -> 1.3 2019-11-07 14:01:11 +01:00
Jan Tojnar 40d77f8f01
gcab: add devdoc 2019-11-07 14:01:11 +01:00
Jan Tojnar 4e96a9d9f7
gcab: clean up
* format with nixpkgs-fmt
* remove UTF-8 locale hack, since now we have C.UTF-8
* add description, fix homepage, correct license
* split to multiple outputs
2019-11-07 14:01:10 +01:00
worldofpeace 85f3d86bea gom: test only on x86_64
This is failing at the stress test regularly on
aarch64 and i686-linux.
2019-11-06 21:23:09 -05:00
worldofpeace 7c716705fd
Merge pull request #72369 from worldofpeace/corefonts-drop
nixos/fontconfig-ultimate: remove
2019-11-07 00:13:14 +00:00
Michael Bishop 5a715fc96c
Merge pull request #72142 from chessai/arrayfire-update
arrayfire: update
2019-11-06 18:38:19 -04:00
chessai 61dda301bf arrayfire: update
- Depend on `clfft`, `clblas`, and `opencl-clhpp` from nixpkgs (do not
fetch their sources)
- Add `buildDocs` flag. When set to true, arrayfire's docs will be
built using `doxygen`.
- Ensure that `cudatoolkit` is not evaluated on darwin.
- Move `python` from `buildInputs` to `nativeBuildInputs`.
- Meta: Shrink `description` and add `longDescription`.
- Meta: `homepage` formatting now adheres to nixpkgs manual.
- Meta: remove version
- A few minour syntactic-only changes.
2019-11-06 17:34:50 -05:00
Dmitry Kalinkin deaaf825d2
poppler: 0.74.0 -> 0.81.0 2019-11-06 15:43:55 -05:00
davidak 7456f19b40 nlohmann_json: disable tests for now since they timeout 2019-11-06 20:12:11 +01:00
R. RyanTM 91c8c0093a leatherman: 1.8.0 -> 1.9.0
(#72553)
2019-11-06 19:26:09 +01:00
worldofpeace 7a551b3d43 fontconfig-ultimate: remove 2019-11-06 12:02:35 -05:00
Robert Scott baa8892616 opencv3: 3.4.7 -> 3.4.8 (security)
addressing CVE-2019-14491, CVE-2019-14492 & CVE-2019-15939

all internal downloads are unchanged for this release
2019-11-06 13:20:15 +00:00
R. RyanTM b69a51a08b libtommath: 1.1.0 -> 1.2.0
(#72554)
2019-11-06 10:46:15 +01:00
Mario Rodas b60f2ad808
grpc: 1.24.3 -> 1.25.0 2019-11-06 04:20:00 -05:00
Andreas Rammhold 1e72fa5158
Merge pull request #68954 from dguibert/dg/cudatoolkit_10_1
cudatoolkit: add 10.1.243
2019-11-06 08:58:30 +01:00
Niklas Hambüchen e47df96d3c rnnoise: Init at 0.0.1
Imported from

16d7867eef/repos/clefru/pkgs/rnnoise/default.nix
2019-11-06 03:19:56 +01:00
Daiderd Jordan f48ecbf850
Merge pull request #72624 from witkamp/master
muparser: add darwin support
2019-11-06 00:38:38 +01:00
Jonathan Ringer 5d1c5ba7f1 arrow-cpp: 0.15.0 -> 0.15.1 2019-11-05 23:33:34 +00:00
Jonathan Ringer 65db5ce85c onnxruntime: 0.5.0 -> 1.0.0 2019-11-05 09:32:27 -08:00
Jan Tojnar 9d36ef765c
gjs: various improvements (#72805)
gjs: various improvements
2019-11-05 16:00:24 +01:00
Jan Tojnar 51de90ef44
gjs: add separateDebugInfo 2019-11-05 15:20:16 +01:00
Ryan Mulligan aa499df731
Merge pull request #72670 from r-ryantm/auto-update/rocksdb
rocksdb: 6.3.6 -> 6.4.6
2019-11-04 18:54:39 -08:00