Commit Graph

37315 Commits

Author SHA1 Message Date
R. RyanTM
f9d14ca7b4 tpm2-tss: 3.0.1 -> 3.0.2 2020-11-22 14:16:36 +00:00
R. RyanTM
ae782eea95 tiledb: 2.1.2 -> 2.1.3 2020-11-22 13:43:03 +00:00
Daniël de Kok
b653e00b8d
Merge pull request #104267 from Flakebi/amdvlk
amdvlk: 2020.Q4.4 -> 2020.Q4.5
2020-11-22 11:49:36 +01:00
R. RyanTM
cdcc01a343 rocksdb: 6.12.7 -> 6.14.5 2020-11-22 10:18:30 +00:00
R. RyanTM
69dfe8d67a openlibm: 0.7.2 -> 0.7.3 2020-11-22 06:23:37 +00:00
R. RyanTM
2214878050 libseccomp: 2.5.0 -> 2.5.1 2020-11-22 02:40:34 +00:00
R. RyanTM
1f0f60b6d2 indilib: 1.8.6 -> 1.8.7 2020-11-22 00:25:59 +00:00
R. RyanTM
1a15a0b02d fmt: 7.0.3 -> 7.1.2 2020-11-21 20:56:52 +00:00
Michael Weiss
0e5158fa9d
pipewire: Fix screen sharing with Chromium (#104504)
See https://gitlab.freedesktop.org/pipewire/pipewire/-/issues/270.
E.g. Fedora and Arch have already backported that patch.

This avoids errors like:
Chromium: [E][module-protocol-native.c:562 on_remote_data()] protocol-native 0x33df5483c780: got connection error
pipewire[1168]: [E][000002106.051912][module-protocol-native.c:305 connection_data()] protocol-native 0x1b96900: client 0x1d084f0 error -22 (Invalid argument)

I've successfully tested screen sharing with Chromium 87.0.4280.66.

cc https://github.com/NixOS/nixpkgs/issues/91218
2020-11-21 21:29:11 +01:00
Doron Behar
840661a706
Merge pull request #104472 from doronbehar/pkg/xmlsec 2020-11-21 21:13:20 +02:00
tbenst
39acab6358 opencv: allow other blas/lapack 2020-11-21 11:38:56 +01:00
Doron Behar
ea9cada455 xmlsec: use nss_3_53
Otherwise the build fails the tests. Probably a regression since the
update of nss to 3.59.
2020-11-21 10:39:54 +02:00
Doron Behar
6c5c0fc1a8 xmlsec: 1.2.30 -> 1.2.31 2020-11-21 10:39:02 +02:00
Frederik Rietdijk
54cb417ba0 Merge staging-next into staging 2020-11-21 08:43:46 +01:00
Frederik Rietdijk
1ffd7cf0d6 Merge master into staging-next 2020-11-21 08:43:10 +01:00
freezeboy
c99a4f92ac libsForQt5.herqq: fix build with qt5.15
Using a unreleased commit from upstream.

Also moved the derivation to mkLibsForQt5 to let
the application choose its Qt5 version.

Did not put an alias as previous version was broken
since ages.
2020-11-20 22:24:25 +01:00
freezeboy
ed7a64c4ee qcsxcad: migrate to Qt511 + additional cleanup
* Split into multiple outputs
 * Rewrite the derivation without stdenv
2020-11-20 22:24:18 +01:00
Dmitry Kalinkin
bf87caed1d
Merge pull request #104102 from veprbl/pr/yoda_184
yoda: 1.8.3 -> 1.8.4
2020-11-20 14:33:33 -05:00
Jörg Thalheim
5e46d05486
Merge pull request #104261 from Mic92/spdlog 2020-11-20 19:01:29 +01:00
Christian Kampka
11c8754ef9 skalibs: 2.9.1.0 -> 2.9.3.0 2020-11-20 18:15:17 +01:00
Raghav Sood
fd38f3aa6b
cre2: 0.3.0 -> 0.3.6 2020-11-20 14:03:57 +00:00
Daniël de Kok
af6dbe82b4
Merge pull request #104265 from danieldk/sync-cudnn-with-toolkit
cudnn_cudatoolkit_10: 10.1 -> 10.2
2020-11-20 13:34:18 +01:00
Frederik Rietdijk
cbb4e4733b Merge staging-next into staging 2020-11-20 08:12:39 +01:00
Frederik Rietdijk
553b7a8bf0 Merge master into staging-next 2020-11-20 08:12:06 +01:00
Austin Seipp
75e683d29d pythonPackages: add new 'seccomp' library
As requested in #99553. Closes #99553.

Libraries that install python modules as part of the build are
problematic, because they either

  - only support a single python version, because the input for
    pythonPackages gets fixed in all-packages.nix, or

  - need to be rebuild the underlying C code for *every* python version
    resulting in libfoo-python37, libfoo-python38, and so on

We would prefer to use the second approach because it works correctly
for all versions of python. However, it creates duplicate copies of
libseccomp.so and that can be expensive. Instead we 'deduplicate' the
copies of libseccomp.so by

  - attaching a new $pythonsrc output to the libseccomp deriv, and
  - exposing a new 'seccomp' package in python-packages.nix using
    libseccomp as input, and
  - having a custom python.nix derivation that builds the cython
    extension using libseccomp to get the python source and the
    package version

This means we build 1 copy of the seccomp python package, one for each
version of python, but all of those packages refer to a single instance
of the libseccomp C library, giving us the best of both worlds.

NOTE: because this requires changing the postInstall of libseccomp, it
requires a mass rebuild.

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2020-11-20 07:57:26 +01:00
R. RyanTM
789f51c4fb enet: 1.3.16 -> 1.3.17 2020-11-19 22:27:44 -08:00
R. RyanTM
ca4e0ad7ca matio: 1.5.18 -> 1.5.19 2020-11-19 21:40:49 -08:00
R. RyanTM
5323dd676d libinsane: 1.0.7 -> 1.0.8 2020-11-19 21:39:20 -08:00
Jan Tojnar
17eb317428
gdk-pixbuf: 2.40.0 → 2.42.0
https://ftp.gnome.org/pub/GNOME/sources/gdk-pixbuf/2.42/gdk-pixbuf-2.42.0.news

xlib has been dropped, some build flags changed: https://mail.gnome.org/archives/distributor-list/2020-November/msg00000.html
Also corrected license.
2020-11-20 01:33:02 +01:00
Frederik Rietdijk
8d171ccfc3 c-blosc: fix cross 2020-11-19 22:05:10 +01:00
R. RyanTM
a1d06b98ce petsc: 3.14.0 -> 3.14.1 2020-11-19 19:49:01 +00:00
Ben Wolsieffer
6501d9880c talloc: fix cross-compilation to 32-bit platforms 2020-11-19 20:42:59 +01:00
Scott Worley
303adee602 libdevil: Fix patch URL 2020-11-19 20:12:32 +01:00
Scott Worley
82229259dd cyrus-sasl: Tarballs now hosted at github 2020-11-19 20:12:32 +01:00
R. RyanTM
354a3b92b4 gmp: 6.2.0 -> 6.2.1 2020-11-19 20:10:53 +01:00
Frederik Rietdijk
1a33f87245 Merge staging-next into staging 2020-11-19 20:08:38 +01:00
Frederik Rietdijk
ea7b8978ef Merge master into staging-next 2020-11-19 20:08:15 +01:00
R. RyanTM
8fec3bf643 libsecret: 0.20.3 -> 0.20.4 2020-11-19 20:07:57 +01:00
Timo Kaufmann
e04721b289
Merge pull request #104083 from timokau/sage-maintainers-team
maintainers: create sage team
2020-11-19 19:20:49 +01:00
Michael Raskin
c628b8f46e
Merge pull request #104258 from r-ryantm/auto-update/libosip2
libosip: 5.1.2 -> 5.2.0
2020-11-19 15:28:59 +00:00
Jörg Thalheim
a19b005867
fmt_6: remove 2020-11-19 13:58:53 +01:00
Sebastian Neubauer
5bd56b350d amdvlk: 2020.Q4.4 -> 2020.Q4.5 2020-11-19 11:55:44 +01:00
Jörg Thalheim
ba322dcb49
spdlog: 1.7.0 -> 1.8.1 2020-11-19 11:23:28 +01:00
Daniël de Kok
1bdeea7fc8 cudnn_cudatoolkit_10: 10.1 -> 10.2
cudatoolkit_10 is currently CUDA 10.2, whereas cudnn_cudatoolkit_10
was using CuDNN with CUDA 10.1. This change rectifies that
discrepancy.
2020-11-19 10:19:54 +01:00
R. RyanTM
d240811038 libosip: 5.1.2 -> 5.2.0 2020-11-19 08:48:17 +00:00
Maciej Krüger
c7b9a25365
Merge pull request #104212 from mkg20001/avif-up 2020-11-19 04:15:39 +01:00
Niklas Hambüchen
7c8451d51c
Merge pull request #104098 from nh2/issues-104062-gstreamer-libva-linux-only
gst_all_1.gst-plugins-bad: libva is Linux-only
2020-11-19 03:37:22 +01:00
Ryan Mulligan
48f9fb718f
Merge pull request #104196 from r-ryantm/auto-update/libgpiod
libgpiod: 1.6 -> 1.6.1
2020-11-18 17:36:13 -08:00
Andreas Rammhold
e5f945b13b
Merge pull request #104176 from andir/firefox-83
firefox: 82.0.3 -> 83.0, firefox-esr: 78.4.1esr -> 78.5.0esr, nss: 3.56 -> 3.58, cacert refactor
2020-11-19 00:47:04 +01:00
Maciej Krüger
88db71c9aa
libavif: disable libaom decoder 2020-11-18 23:20:04 +01:00
Timo Kaufmann
b7319d2d35 maintainers: add raskin to the sage team
https://github.com/NixOS/nixpkgs/pull/104083#issuecomment-729168625
2020-11-18 21:29:24 +01:00
Timo Kaufmann
ff8338343b maintainers: create sage team
Maintaining all the packages whose updates might break some aspect of
sage.

For reference:
https://github.com/NixOS/nixpkgs/pull/103810#issuecomment-727536510
2020-11-18 21:27:37 +01:00
R. RyanTM
944a6ae388 glib: 2.66.2 -> 2.66.3 2020-11-18 21:25:47 +01:00
Niklas Hambüchen
691e6e4c26 gst_all_1.gst-plugins-bad: libva/v4l2codecs are Linux-only. Fixes #104062 2020-11-18 21:13:42 +01:00
ajs124
fce1a3ee1a
nss: 3.58 -> 3.59
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.59_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
6c33216fcb
nss: 3.57 -> 3.58
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_3.58_release_notes
2020-11-18 20:13:23 +01:00
Andreas Rammhold
cbd0f8931c
nss_3_53: init 2020-11-18 20:13:23 +01:00
Andreas Rammhold
94448baf6d
cacert: decouple from NSS to reduce rebuild amount
In [#100765] @vcunat pointed out that we could decouple cacert from the
NSS package to make it more rebuild friendly. Just rebuilding packages
that depend on NSS seems to be about ~100. Rebuilding all the packages
that depend on cacert is >9k as of this writing. This makes it much more
feasible to upgrade high-profile packages that are (rightfully) pedantic
on their NSS version like firefox and thunderbird.

[#100765]: https://github.com/NixOS/nixpkgs/pull/100765
2020-11-18 20:13:22 +01:00
R. RyanTM
c27fa30028 libavif: 0.8.2 -> 0.8.3 2020-11-18 18:56:03 +00:00
R. RyanTM
ca07ef0fc4 libgpiod: 1.6 -> 1.6.1 2020-11-18 17:11:09 +00:00
ajs124
4897c23904 spandsp3: init at 3.0.0 2020-11-18 17:13:29 +01:00
ajs124
99b47e7111 Revert "spandsp: 0.0.6 -> 3.0.0"
This reverts commit e184cede92.
2020-11-18 17:05:22 +01:00
R. RyanTM
d9b359d8fe faad2: 2.9.2 -> 2.10.0 2020-11-18 15:58:15 +01:00
TredwellGit
0f05f224fa fribidi: 1.0.7 -> 1.0.10
https://github.com/fribidi/fribidi/releases/tag/v1.0.8
https://github.com/fribidi/fribidi/releases/tag/v1.0.9
https://github.com/fribidi/fribidi/releases/tag/v1.0.10
2020-11-18 15:55:56 +01:00
Bob van der Linden
ceb3fde6ba libpaper: 1.1.24 -> 1.1.28 2020-11-18 15:52:46 +01:00
R. RyanTM
96fb471fc7 libevdev: 1.9.1 -> 1.10.0 2020-11-18 15:49:52 +01:00
R. RyanTM
f2e4de720d libgda: 5.2.9 -> 5.2.10 2020-11-18 15:46:07 +01:00
Justin Humm
6463b27df9 fontconfig: build manpages, install them in bin output
We exclude man3, as it is pretty large and probably not so relevant.
2020-11-18 15:45:37 +01:00
Christian Kampka
9451ae5974 gdbm: Fix multiple definitions error when building with clang 2020-11-18 15:44:58 +01:00
R. RyanTM
6dd536a3cb libinput: 1.16.2 -> 1.16.3 2020-11-18 15:44:12 +01:00
Martin Weinelt
abbe621724 openldap: 2.4.51 -> 2.4.56
Drop patch for what became CVE-2020-25692, it was fixed in 2.4.55.

Fixes: CVE-2020-25709, CVE-2020-25710
2020-11-18 15:40:34 +01:00
Frederik Rietdijk
da12fc6838 Merge staging-next into staging 2020-11-18 15:36:56 +01:00
Jan Tojnar
9635686059
Merge pull request #104074 from jtojnar/more-gnome-updates 2020-11-18 13:05:22 +01:00
Janne Heß
060d20de24
dbus: Enable AppArmor mediation support 2020-11-18 10:10:25 +01:00
Dmitry Kalinkin
ba453a40d5
yoda: 1.8.3 -> 1.8.4 2020-11-17 16:58:50 -05:00
Dmitry Kalinkin
e45d91ee65
Merge pull request #104086 from toonn/darwin-gumbo
gumbo: Add darwin to platforms
2020-11-17 16:47:22 -05:00
Niklas Hambüchen
c05e9d9537
Merge pull request #104071 from nh2/issues-104062-libmicrodns-unix
libmicrodns: Change platforms to `unix`
2020-11-17 22:35:11 +01:00
Niklas Hambüchen
2a0fbf08da libmicrodns: Change platforms to unix. See #104062.
It builds on Darwin as well.
2020-11-17 22:33:48 +01:00
Michael Raskin
78f6ccc822
Merge pull request #104036 from r-ryantm/auto-update/cdk
cdk: 5.0-20190224 -> 5.0-20200923
2020-11-17 20:40:34 +00:00
toonn
327a00a7cf
gumbo: Add darwin to platforms 2020-11-17 21:02:04 +01:00
Daniël de Kok
1491bab2b1
Merge pull request #103698 from r-ryantm/auto-update/intel-gmmlib
intel-gmmlib: 20.3.2 -> 20.3.3
2020-11-17 19:22:20 +01:00
Daniël de Kok
d388c5fa40
Merge pull request #104040 from Flakebi/amdvlk
amdvlk: 2020.Q4.3 -> 2020.Q4.4
2020-11-17 19:16:30 +01:00
Dmitry Kalinkin
8d455eb2c6
Merge pull request #103528 from veprbl/pr/qt515_darwin_fix
qt5{14,15}.qtbase: fix on darwin
2020-11-17 12:41:37 -05:00
Jan Tojnar
4a99872c97
libhandy_0: disable glade catalog
It does not work with recent glade.
2020-11-17 18:14:13 +01:00
Jan Tojnar
ab7661ed7c
gnome-online-accounts: 3.37.90 → 3.38.0
just translations
https://ftp.gnome.org/pub/GNOME/sources/gnome-online-accounts/3.38/gnome-online-accounts-3.38.0.news
2020-11-17 18:14:13 +01:00
Jan Tojnar
bfadfd5fba
libhandy: 1.0.1 → 1.0.2
https://ftp.gnome.org/pub/GNOME/sources/libhandy/1.0/libhandy-1.0.2.news
2020-11-17 18:14:12 +01:00
Jan Tojnar
9bf45755a8
gspell: 1.8.4 → 1.9.1
5300d93dae
2020-11-17 17:32:46 +01:00
alexjg
b654e02101
libargon2: fixDarwinDylibNames for libargon2 (#104041) 2020-11-17 11:06:00 -05:00
Dmitry Kalinkin
0c74da1342
qt5{14,15}.qtbase: fix on darwin 2020-11-17 10:04:09 -05:00
Anderson Torres
b9ef4ce1cc
Merge pull request #104032 from r-ryantm/auto-update/cimg
cimg: 2.9.2 -> 2.9.3
2020-11-17 09:07:42 -03:00
Oleksii Filonenko
512c3c0a05 maintainers: rename filalex77 -> Br1ght0ne 2020-11-17 13:09:31 +02:00
Sebastian Neubauer
6e4fbac88b amdvlk: 2020.Q4.3 -> 2020.Q4.4 2020-11-17 11:18:15 +01:00
Arnout Engelen
025af7c4f5
polkit: 0.116 -> 0.118 (#103998) 2020-11-17 11:15:30 +01:00
R. RyanTM
cbf437c442 cdk: 5.0-20190224 -> 5.0-20200923 2020-11-17 09:20:12 +00:00
R. RyanTM
88aedac5d3 cimg: 2.9.2 -> 2.9.3 2020-11-17 08:22:33 +00:00
ajs124
e184cede92 spandsp: 0.0.6 -> 3.0.0
this looks like a new upstream and freeswitch uses this
2020-11-17 02:23:13 +01:00
ajs124
9d39bd3e00 sofia-sip: 1.12.11 -> 1.13.2
this last release on sourceforge is from 2011-03-11
freeswitch seems to be using this and working on it, so we're switching
to their repo
2020-11-17 02:23:13 +01:00
Ryan Mulligan
fb997de4bb
Merge pull request #103885 from r-ryantm/auto-update/libcint
libcint: 4.0.2 -> 4.0.6
2020-11-16 15:13:26 -08:00
Niklas Hambüchen
25b7b8895c libgphoto: Switch to Github, allow building from repo.
Github is where upstream's development happens now,
and building from repo makes adding patches and overriding the commit easier.

Also use pname+version, see #103997.
2020-11-16 22:42:56 +01:00
Niklas Hambüchen
c75b9da41d libmtp: Switch to Github, allow building from repo.
Github is where upstream's development happens now,
and building from repo makes adding patches and overriding the commit easier.

Also use pname+version, see #103997.
2020-11-16 22:42:53 +01:00
Michael Weiss
1e1eb0eb44
gpgme: 1.14.0 -> 1.15.0 (#103919) 2020-11-16 19:32:00 +01:00
Frederik Rietdijk
986c2d36da Merge master into staging-next 2020-11-16 09:01:53 +01:00
markuskowa
81bd630454
Merge pull request #103904 from r-ryantm/auto-update/pmix
pmix: 3.2.0 -> 3.2.1
2020-11-15 17:39:07 +01:00
R. RyanTM
95bea3d783 pmix: 3.2.0 -> 3.2.1 2020-11-15 13:38:25 +00:00
Michael Raskin
15430f8465
Merge pull request #102428 from r-burns/nss
nss: fix build on ppc64[le]
2020-11-15 09:42:19 +00:00
R. RyanTM
2a11c6ceac libcint: 4.0.2 -> 4.0.6 2020-11-15 09:02:30 +00:00
Dmitry Kalinkin
61c2ee3a7a
Merge pull request #103258 from veprbl/pr/qtwebengine_patches_fix
qt5.qtwebengine: don't override `patches` in qtModule
2020-11-14 20:26:18 -05:00
Ryan Mulligan
19fe6a2c07
Merge pull request #103743 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 20.3.1 -> 20.4.1
2020-11-14 06:54:44 -08:00
Mario Rodas
1ec4147579
Merge pull request #103766 from r-ryantm/auto-update/libthreadar
libthreadar: 1.3.0 -> 1.3.1
2020-11-14 05:53:47 -05:00
Frederik Rietdijk
da6239dab3 Merge #98541 into staging-next 2020-11-14 09:19:31 +01:00
R. RyanTM
06d328c346 liblinear: 2.41 -> 2.42 2020-11-14 05:05:51 +00:00
R. RyanTM
2f4bd22364 libthreadar: 1.3.0 -> 1.3.1 2020-11-14 02:41:51 +00:00
Mario Rodas
11453fa436 protobuf: 3.13.0.1 -> 3.14.0
https://github.com/protocolbuffers/protobuf/releases/tag/v3.14.0
2020-11-13 19:01:00 -05:00
Mario Rodas
7e35db005f protobuf3_13: 3.13.0 -> 3.13.0.1 2020-11-13 19:00:00 -05:00
Frederik Rietdijk
9fc4a4db5a Merge staging-next into staging 2020-11-13 20:59:08 +01:00
Frederik Rietdijk
463f738cc6 Merge master into staging-next 2020-11-13 20:58:35 +01:00
R. RyanTM
73ca6f3e30 intel-media-sdk: 20.3.1 -> 20.4.1 2020-11-13 19:03:00 +00:00
Martin Weinelt
22140b27f2 librdf_raptor2: add patch for CVE-2017-18926
Fixes two heap overflows in the raptor2 rdf parsing library.

https://www.openwall.com/lists/oss-security/2017/06/07/1
2020-11-13 15:00:55 +01:00
R. RyanTM
694139a12c intel-gmmlib: 20.3.2 -> 20.3.3 2020-11-13 13:38:10 +00:00
Jan Tojnar
f70fe4af35
webkitgtk: 2.30.1 → 2.30.2
https://webkitgtk.org/2020/10/23/webkitgtk2.30.2-released.html
2020-11-13 13:26:52 +01:00
Evils
25faf53f18 psqlodbc: update meta.homepage 2020-11-13 11:27:11 +01:00
Evils
13419bf372 phonon: update meta.homepage 2020-11-13 11:05:56 +01:00
Lassulus
5c816b9f1a
Merge pull request #101251 from samuelgrf/update-fmt
fmt: 6.2.1 -> 7.0.3
2020-11-13 10:44:16 +01:00
Evils
9b3475be26 openlibm: update meta.homepage 2020-11-13 10:06:11 +01:00
Evils
1eda035e1c lvtk: update meta.homepage 2020-11-13 09:52:28 +01:00
Mario Rodas
ab96856236
Merge pull request #103516 from r-ryantm/auto-update/rnnoise-plugin
rnnoise-plugin: 0.9 -> 0.91
2020-11-12 20:48:33 -05:00
Mario Rodas
ef86e36da7
Merge pull request #103572 from r-ryantm/auto-update/tiledb
tiledb: 2.0.7 -> 2.1.2
2020-11-12 20:41:05 -05:00
Orivej Desh
2deeb58f49
soundtouch: 2.1.2 -> 2.2 (#103382) 2020-11-12 23:50:31 +00:00
Daiderd Jordan
411f9e25d7
Merge pull request #98541 from thefloweringash/darwin-tapi-stdenv
darwin (Big Sur): tbd based stdenv
2020-11-13 00:14:25 +01:00
Orivej Desh (NixOS)
df89889a67
Merge pull request #102521 from freezeboy/update-vmpk
vmpk: 0.5.1 -> 0.7.2
2020-11-12 22:33:02 +00:00
StephenWithPH
7ab97fdc44
LAStools: 180812 -> 201003 2020-11-12 13:53:42 -08:00
Matthew Pickering
7a9c3739a4
LAStools: init at 180812 2020-11-12 13:51:55 -08:00
Michael Weiss
331e2376cd
libplacebo: 2.72.0 -> 2.72.2 2020-11-12 21:46:54 +01:00
markuskowa
2cfb5b8aa6
Merge pull request #103618 from r-ryantm/auto-update/armadillo
armadillo: 10.1.1 -> 10.1.2
2020-11-12 21:43:41 +01:00
Martin Weinelt
a6c7b75e4d
Merge pull request #99284 from Munksgaard/bump-obs
obs-studio: Add builtin support for browser source
2020-11-12 19:12:54 +01:00
Gabriel Ebner
28136b4495
Merge pull request #103625 from gebner/opencascade750
opencascade-occt: 7.4.0p1 -> 7.5.0
2020-11-12 19:07:39 +01:00
Nick Hu
d1ca119619
Merge pull request #103623 from r-ryantm/auto-update/ayatana-ido
ayatana-ido: 0.8.0 -> 0.8.1
2020-11-12 17:35:55 +00:00
R. RyanTM
f32beb311a ayatana-ido: 0.8.0 -> 0.8.1 2020-11-12 16:46:04 +00:00
Gabriel Ebner
e580eacd57 opencascade-occt: 7.4.0p1 -> 7.5.0 2020-11-12 17:14:18 +01:00
R. RyanTM
69683ddbc8 armadillo: 10.1.1 -> 10.1.2 2020-11-12 15:41:40 +00:00
R. RyanTM
d93f1c9647 trompeloeil: 38 -> 39 2020-11-12 09:23:23 +00:00
R. RyanTM
5679335357 tiledb: 2.0.7 -> 2.1.2 2020-11-12 08:15:19 +00:00
Andrew Childs
16075a712c qt515.qtbase: patch framework detection to support tbd frameworks 2020-11-12 16:57:19 +09:00
Andrew Childs
1f52024720 qt514.qtbase: patch framework detection to support tbd frameworks 2020-11-12 16:57:19 +09:00
Andrew Childs
f6c54e8f08 qt512.qtbase: patch framework detection to support tbd frameworks 2020-11-12 16:57:19 +09:00
Jörg Thalheim
ca6e7454a4
Merge pull request #103540 from TredwellGit/libsndfile
libsndfile: 1.0.28 -> 1.0.30
2020-11-12 08:30:22 +01:00
Jörg Thalheim
58388e6e11
Merge pull request #103270 from expipiplus1/joe-audiofile
audiofile: fix static build
2020-11-12 08:25:44 +01:00
Joe Hermaszewski
c3b1e7e7a9 audiofile: fix static build
Fixes https://github.com/NixOS/nixpkgs/issues/103215
2020-11-12 14:03:08 +08:00
Orivej Desh
a1c9c430bf drumstick: fix plugin lookup and enable SonivoxEAS and FluidSynth plugins
SonivoxEAS is enabled by building with PulseAudio.
2020-11-12 03:41:46 +00:00
TredwellGit
9e18110c14 libsndfile: 1.0.28 -> 1.0.30
https://github.com/libsndfile/libsndfile/releases/tag/v1.0.29
https://github.com/libsndfile/libsndfile/releases/tag/v1.0.30
2020-11-12 02:56:54 +00:00
Mario Rodas
d20ce85eb2
Merge pull request #102677 from r-ryantm/auto-update/opendht
opendht: 2.1.4 -> 2.1.6
2020-11-11 21:39:56 -05:00
Mario Rodas
ef15eed833
Merge pull request #103479 from r-ryantm/auto-update/oneDNN
oneDNN: 1.6.4 -> 1.7
2020-11-11 21:30:07 -05:00
R. RyanTM
2c09e7b072 rnnoise-plugin: 0.9 -> 0.91 2020-11-12 00:27:09 +00:00
Jonathan Ringer
e84ac7ff3b nanoflann: remove extra whitespace 2020-11-11 15:16:20 -08:00
R. RyanTM
fa1165d700 nanoflann: 1.3.1 -> 1.3.2 2020-11-11 15:16:20 -08:00
R. RyanTM
41f90a81c7 faudio: 20.10 -> 20.11 2020-11-11 14:55:13 -08:00
R. RyanTM
145f20d1e7 catch2: 2.13.2 -> 2.13.3 2020-11-11 14:40:22 -08:00
R. RyanTM
51a1f280b4 qpdf: 10.0.1 -> 10.0.3 2020-11-11 14:37:59 -08:00
WORLDofPEACE
d37d160395
Merge pull request #103454 from r-ryantm/auto-update/libwacom
libwacom: 1.5 -> 1.6
2020-11-11 17:06:11 -05:00
Maximilian Bosch
ac35114c89
qrencode: 4.0.2 -> 4.1.1 2020-11-11 22:51:53 +01:00
Florian Klink
7741f925f1 google-cloud-cpp: remove myself from maintainers
This was only to enable https://github.com/NixOS/nix/pull/3021, which
has bitrotted sufficiently in the meantime.
2020-11-11 20:40:41 +01:00
R. RyanTM
a3aa03f329 oneDNN: 1.6.4 -> 1.7 2020-11-11 18:36:38 +00:00
Michael Raskin
83992fd7c6
bisoncpp: init (#103316)
* bobcat: 4.08.03 -> 5.05.00; switch homepage

* bisoncpp: init at 6.04.00

Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2020-11-11 18:20:39 +00:00
OmnipotentEntity
d7e7fb7e7d
geant4: 10.6.2 -> 10.6.3 (#103095) 2020-11-11 12:24:08 -05:00
Michael Weiss
60e9a17a5a
intel-media-driver: 2.4.0 -> 2.4.1 2020-11-11 18:14:38 +01:00
Jan Tojnar
e66ba6bd46 gst_all_1.gst-plugins-bad: fix build on Darwin
It fails with “Argument list too long” on Darwin,
let’s work around it using strictDeps.

Fixes: https://github.com/NixOS/nixpkgs/issues/103274
2020-11-11 17:29:28 +01:00
Frederik Rietdijk
4076ffe580 Merge staging-next into staging 2020-11-11 16:00:34 +01:00
R. RyanTM
cca6c43b25 libwacom: 1.5 -> 1.6 2020-11-11 14:01:31 +00:00
Dmitry Kalinkin
9a3ab73a5b
Merge pull request #103261 from veprbl/pr/gean4_tests
geant4.tests.example_B1: init
2020-11-11 08:46:36 -05:00
Gabriel Ebner
ab7bfe71df
Merge pull request #103447 from r-ryantm/auto-update/libde265
libde265: 1.0.7 -> 1.0.8
2020-11-11 14:37:15 +01:00
R. RyanTM
5a3b2c18e7 libdeflate: 1.6 -> 1.7 2020-11-11 13:11:35 +00:00
R. RyanTM
49f3ff28b5 libde265: 1.0.7 -> 1.0.8 2020-11-11 13:07:28 +00:00
R. RyanTM
51c69db0aa libamqpcpp: 4.2.1 -> 4.3.8 2020-11-11 12:50:00 +00:00
Carles Pagès
ba5b8aa859 SDL2: fix cmake interface includes for SDL2::SDL2
Fixes #103346. The environment var for finding the cmake companion libs
headers was missing from the SDL2::SDL2 target, it only worked when
using SDL2_INCLUDE_DIRS.
2020-11-11 12:53:49 +01:00
Maximilian Bosch
13b5c8a4db
Merge pull request #102918 from omasanori/opencv/update-2.4.13.7
opencv: 2.4.13 -> 2.4.13.7
2020-11-11 10:56:23 +01:00
markuskowa
3b48d217b3
Merge pull request #103411 from r-ryantm/auto-update/globalarrays
globalarrays: 5.7.2 -> 5.8
2020-11-11 10:47:58 +01:00
Mario Rodas
2d4de0c1c3
Merge pull request #103386 from r-ryantm/auto-update/doctest
doctest: 2.4.0 -> 2.4.1
2020-11-11 04:10:57 -05:00
R. RyanTM
f820f6eddf enchant: 2.2.12 -> 2.2.13 2020-11-11 09:55:02 +01:00
Mario Rodas
8573058856
Merge pull request #103391 from r-ryantm/auto-update/duckdb
duckdb: 0.2.1 -> 0.2.2
2020-11-11 03:51:30 -05:00
Doron Behar
d5b962e78c
Merge pull request #103377 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.7.0 -> 5.8.0
2020-11-11 10:29:59 +02:00
R. RyanTM
8e9b77130d globalarrays: 5.7.2 -> 5.8 2020-11-11 07:29:04 +00:00
R. RyanTM
faa1d785f6 duckdb: 0.2.1 -> 0.2.2 2020-11-11 03:47:32 +00:00
R. RyanTM
a4e0d2b1b8 doctest: 2.4.0 -> 2.4.1 2020-11-11 02:48:10 +00:00
John Ericson
493f8b2ea2
Merge pull request #93368 from samueldr/feature/or1k-toolchain
Initial support for OpenRISC 1000
2020-11-10 21:36:43 -05:00
R. RyanTM
c857365a7c cpp-utilities: 5.7.0 -> 5.8.0 2020-11-11 01:17:04 +00:00
Thiago Franco de Moraes
2a136d1605 wxGTK31: 3.1.3 -> 3.1.4 2020-11-10 15:07:57 -08:00
Niklas Hambüchen
cdbc633771
Merge pull request #103334 from nh2/libe57format-fix-cmake
libe57format: Fix dependents not finding its cmake config
2020-11-10 21:11:28 +01:00
Niklas Hambüchen
b972ca801d libe57format: Fix dependents not finding its cmake config 2020-11-10 20:26:18 +01:00
Robert Hensing
30e4ed063b
Merge pull request #101269 from bcdarwin/simpleitk-2.0.1
simpleitk: 2.0.0 -> 2.0.1
2020-11-10 18:57:57 +01:00
R. RyanTM
e9d669451a libnftnl: 1.1.7 -> 1.1.8 2020-11-10 15:05:57 +01:00
R. RyanTM
289ff52b8e libmbim: 1.24.2 -> 1.24.4 2020-11-10 15:04:57 +01:00
R. RyanTM
96a4373840 libbluray: 1.2.0 -> 1.2.1 2020-11-10 15:04:21 +01:00
R. RyanTM
4349012e61 libmtp: 1.1.17 -> 1.1.18 2020-11-10 15:03:54 +01:00
R. RyanTM
9493ca9ee4 libipt: 2.0.2 -> 2.0.3 2020-11-10 15:03:11 +01:00
R. RyanTM
ab83eeff8a lilv: 0.24.8 -> 0.24.10 2020-11-10 15:02:47 +01:00
R. RyanTM
df8b363d98 libshout: 2.4.3 -> 2.4.4 2020-11-10 15:02:31 +01:00
R. RyanTM
5eb7512317 libqmi: 1.26.2 -> 1.26.6 2020-11-10 15:01:11 +01:00
R. RyanTM
081584d41c libgcrypt: 1.8.6 -> 1.8.7 2020-11-10 15:00:44 +01:00
Daniël de Kok
da115b4c56
Merge pull request #103120 from danieldk/libtorch-bin-cmake-fix-lib-paths
libtorch-bin: fix CMake library paths for split outputs
2020-11-10 12:10:38 +01:00
Frederik Rietdijk
0b2ca377b1 Merge staging-next into staging 2020-11-10 10:13:13 +01:00