Commit Graph

38032 Commits

Author SHA1 Message Date
Sandro fe2882e5d3
Merge pull request #107845 from danielbarter/openbabel3 2021-01-18 00:37:32 +01:00
Sandro d8736c215f
Merge pull request #107644 from devhell/libstrophe 2021-01-18 00:30:38 +01:00
Sandro Jäckel aadf7a50d7
openbabel2: init at 2.4.1 2021-01-18 00:21:49 +01:00
Daniel Barter a8bb8fcab2
openbabel: 2.4 -> 3.1.1 2021-01-18 00:21:48 +01:00
Sandro 1afec60627
Merge pull request #95274 from misuzu/qemu-iscsi 2021-01-17 20:16:06 +01:00
Sandro 9ecaa3ce76
Merge pull request #107227 from vq/add/lxi-tools
lxi-tools: init at 1.21
2021-01-17 19:45:47 +01:00
devhell 58899f1454 libstrophe: 0.10.0 -> 0.10.1 2021-01-17 18:42:08 +00:00
Rémy Grünblatt 84d0ecfc5f ns-3: Fix hash for 3.33 and patch for upstream bug 2021-01-17 14:41:38 +01:00
Sandro bee34b9f74
Merge pull request #109617 from LeSuisse/arb-https-permanent-redirect
arb: update permanently redirected homepage URL
2021-01-17 14:21:29 +01:00
Sandro fbd7615bb2
Merge pull request #109579 from nagy/sqlar-fix
sqlar: fix build error
2021-01-17 14:12:52 +01:00
Thomas Gerbet d63c78605a arb: update permanently redirected homepage URL 2021-01-17 12:39:42 +01:00
Daniel Nilsson 5c56cfd61b liblxi: init at 1.13
Apply suggestions from code review

Co-authored-by: Ivar <41924494+IvarWithoutBones@users.noreply.github.com>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-01-17 12:27:19 +01:00
rnhmjoj 86dded6745
vapoursynth: R49 -> R52 2021-01-17 00:00:43 +01:00
Daniel Nagy 531e121e5b
sqlar: fix build error
Disable warnings to be treated as errors, since otherwise the build
would fail with this message:

```
sqlite3.c: In function 'sqlite3SelectNew':
sqlite3.c:116663:10: error: function may return address of local variable [8;;https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wreturn-local-addr-Werror=return-local-addr8;;]
116663 |   return pNew;
```
2021-01-16 23:41:00 +01:00
Mario Rodas e1545d42aa
Merge pull request #109513 from marsam/update-grpc
grpc: 1.34.0 -> 1.34.1
2021-01-16 17:19:23 -05:00
Euan Kemp 145cf67bbb
libvirt: correct localstatedir (#109415)
It was supposed to be '/var' rather than '/var/lib'. This fixes an issue
where some tools don't connect to the right socket (because they were
connecting to '$localstatedir/run/libvirt...' instead of
'$runstatedir/libvirt...').

Also change runstatedir to just be '/run' since it avoids a log line
complaining about that.
2021-01-16 22:44:42 +01:00
Sandro Jäckel 490a4b6ded botan: fix compilation on darwin 2021-01-16 10:56:42 -08:00
Matthieu Coudron f1e043b6d1
Merge pull request #109540 from rgrunbla/ns-3-3.33-update
ns-3: 3.32 -> 3.33
2021-01-16 17:15:16 +01:00
Rémy Grünblatt 71a9060bca ns-3: 3.32 -> 3.33 2021-01-16 16:20:36 +01:00
Sandro c4e40df043
Merge pull request #109503 from danieldk/sentencepiece-0.1.95-take2
sentencepiece: 0.1.94 -> 0.1.95
2021-01-16 16:05:36 +01:00
Mario Rodas 00dcba48bb grpc: 1.34.0 -> 1.34.1
https://github.com/grpc/grpc/releases/tag/v1.34.1
2021-01-16 06:56:06 -05:00
Daniël de Kok ca85b8bdcb sentencepiece: 0.1.94 -> 0.1.95
Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.95
2021-01-16 10:40:57 +01:00
Ben Siraphob 8dd78bb4fb treewide: fix double quoted strings in meta.description 2021-01-16 11:29:30 +07:00
Sandro 78970e62f6
Merge pull request #109378 from arcz/uthenticode
uthenticode: init at 1.0.4
2021-01-15 16:18:36 +01:00
ppenguin d55425d2a0 vtk_7: add patches to fix build with gcc10/qt5.15
Closes #108424
2021-01-15 10:51:03 +01:00
ppenguin d959f1483e vtk_8: add patch to fix build with gcc10
Closes #108424
2021-01-15 10:51:03 +01:00
Sandro 403ea9f27c
Merge pull request #97101 from fricklerhandwerk/wxpython 2021-01-15 10:30:05 +01:00
John Ericson 3d9a14f76c
Merge pull request #109326 from HectorAE/hdf5-blosc-init
hdf5-blosc: init at 1.0.0
2021-01-14 17:03:07 -05:00
Hector Escobedo 741aab97c4 hdf5-blosc: init at 1.0.0 2021-01-14 12:55:26 -08:00
Sandro 6e7846bc89
Merge pull request #105843 from HectorAE/quickfix-init 2021-01-14 20:56:02 +01:00
Artur Cygan 6429b459a1 uthenticode: init at 1.0.4 2021-01-14 18:18:35 +01:00
Euan Kemp 5ecaaf1ba8 libvirt: fixups for meson build
The previous commit updates to a newer libvirt with a newer build setup.

This commit carries forward that work into a mergeable state.

Based on the suggestion in
https://github.com/NixOS/nixpkgs/pull/103309#issuecomment-724958608, I
did a fwupd-like patch for the various meson.build files.
2021-01-14 07:57:14 -08:00
Matthieu Coudron cc29c62867 libvirt: 6.6.0 -> 6.8.0 2021-01-14 07:57:14 -08:00
fricklerhandwerk 27830c70b1 wxmac: 3.0.4 -> 3.0.5.1 2021-01-14 09:26:12 +01:00
Artur Cygan 73db86659f pe-parse: init at 1.2.0 2021-01-13 14:18:37 -08:00
Hector Escobedo d9c217495c quickfix: init at 1.15.1 2021-01-13 13:55:31 -08:00
Jörg Thalheim 9de67acaa9
Merge pull request #103292 from mikesperber/libtensorflow-2
libtensorflow_2: add TensorFlow 2 as a library
2021-01-13 16:39:16 +00:00
Sandro d279a5666d
Merge pull request #108991 from flokli/lensfun-database 2021-01-13 01:52:10 +01:00
Milan 89f6113d00
libzra: unstable-2020-08-10 -> unstable-2020-09-11 (#109111) 2021-01-12 17:25:54 +01:00
Mike Sperber 58b572bfa7 libtensorflow: update TensorFlow-as-library to version 2.4.0 2021-01-12 16:45:03 +01:00
Florian Klink 9137be6daa lensfun: update database to a more recent snapshot
lensfun hasn't had a new release since quite some time, and the database
updater doesn't work in NixOS
(https://github.com/NixOS/nixpkgs/issues/99009).

This replaces the database with a more recent snapshot during build,
thus adding support for more recent camera models/lenses (as reported in
https://github.com/NixOS/nixpkgs/issues/107304)
2021-01-12 15:28:25 +01:00
Florian Klink c939d8f199 lensfun: don't install helper scripts
The `[g-]lensfun-update-data` binaries can't really work on NixOS (as
the database is immutable), and most other scripts seem to require the
lensfun python bindings (which aren't installed either).

Let's disable installing the helper scripts for now.
2021-01-12 15:28:25 +01:00
Florian Klink 77a64e88d7 lensfun: add flokli as maintainer 2021-01-12 15:28:25 +01:00
Florian Klink 8c1d575ce4 lensfun: fetchFromGitHub, s/pkgconfig/pkg-config/ 2021-01-12 15:28:24 +01:00
Maximilian Bosch 70bff07817
Merge pull request #109108 from Mic92/static-strace
pkgsStatic.strace: fix build
2021-01-12 15:04:11 +01:00
sternenseemann 7ce707f760 gamenetworkingsockets: init at 1.2.0 2021-01-12 14:44:42 +01:00
Jörg Thalheim c11d10fc6a
libunwind: configureFlags should be a list 2021-01-12 13:10:33 +01:00
Jörg Thalheim 37edb33d92
xsd: modernize build 2021-01-12 12:19:32 +01:00
Benjamin Hipple ca345350e9
Merge pull request #107967 from bhipple/bugfix/tbb
tbb: fix installPhase bug skipping hooks
2021-01-11 21:48:52 -05:00
Sandro 0a680e382c
Merge pull request #108808 from Emantor/bump/gensio_sern2et 2021-01-12 01:46:17 +01:00