Commit Graph

37140 Commits

Author SHA1 Message Date
Doron Behar ca7f80ce54
Merge pull request #102510 from jonringer/fix-kpeoplevcard 2020-11-02 20:17:12 +02:00
Jonathan Ringer ceacafafbd libsForQt.kpeoplevcard: fix homepage 2020-11-02 10:00:23 -08:00
R. RyanTM 6a8da1147b libgnurl: 7.70.0 -> 7.72.0 2020-11-02 09:51:20 -08:00
Daniël de Kok f38d5cf727
Merge pull request #102073 from Flakebi/amdvlk
amdvlk: 2020.Q4.1 -> 2020.Q4.2
2020-11-02 17:50:41 +01:00
R. RyanTM 426e0fbe9c intel-gmmlib: 20.2.5 -> 20.3.2 2020-11-02 08:33:32 -08:00
R. RyanTM e99270812f cutelyst: 2.12.0 -> 2.13.0 2020-11-02 08:24:57 -08:00
R. RyanTM 3b70b69476 catch2: 2.12.3 -> 2.13.2 2020-11-02 08:20:21 -08:00
R. RyanTM 974d291dea libp11: 0.4.10 -> 0.4.11 2020-11-02 08:14:29 -08:00
R. RyanTM de53dd6d6b leatherman: 1.12.1 -> 1.12.2 2020-11-02 07:54:00 -08:00
R. RyanTM d1ca65eb68 openxr-loader: 1.0.11 -> 1.0.12 2020-11-02 07:50:41 -08:00
CrystalGamma f352109086 jsoncpp: 1.9.2 -> 1.9.4
Merges both patches previously applied. Also seems to change the path that the library is written to.
2020-11-02 16:02:51 +01:00
IvarWithoutBones a41a6a8bb7 intel-media-sdk: 20.2.1 -> 20.3.1 2020-11-02 14:22:01 +01:00
zimbatm 5ff35fab0f
fixup! nss: make reproducible (#102156)
Fixes a precedence issue from fe9f55907e

`lib.optionalString <cond> 'text' + 'text2'` will always have 'text2' as
part of the result.
2020-11-02 11:55:11 +01:00
Mario Rodas 8eea6fcf0d
Merge pull request #91675 from MetaDark/cxxtest
cxxtest: package includes and run tests
2020-11-02 05:02:35 -05:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Ryan Burns eed2008a2d nss: fix build on ppc64[le]
NSS configure scripts use the abbreviated form ppc64/ppc64le:
https://github.com/nss-dev/nss/blob/NSS_3_57_RTM/coreconf/config.gypi#L209

Whereas nixpkgs uses the longer form:
`nix eval nixpkgs.pkgsCross.powernv.hostPlatform.parsed.cpu.name`
`powerpc64le`
2020-11-01 20:37:48 -08:00
R. RyanTM 8be87d0f99 enet: 1.3.15 -> 1.3.16 2020-11-01 19:58:31 -08:00
Daniel Schaefer 222870a0df
Merge pull request #98670 from delroth/tpm2-tss-3.0.1 2020-11-02 10:33:00 +08:00
R. RyanTM 50b663773f gensio: 2.1.4 -> 2.1.7 2020-11-01 15:12:41 -08:00
Frederik Rietdijk c3d017eee3 libsForQt515.mlt: is not broken 2020-11-01 23:38:03 +01:00
Caleb Land 7698197323
xmlsec: fix build on macOS (#101319)
* xmlsec: fix build on macOS

xmlsec detects the Darwin platform and uses the -D flag with base64, but nix uses GNU base64 which requires -d.

This patch removes the platform test and always uses the -d flag.
2020-11-01 16:55:14 -05:00
Philip Munksgaard de5875a4d3 libcef: 74.1.14 -> 75.1.14
Update libcef package to 75.1.14

This will allow us to enable browser source in the obs-studio build. It will
also mean that obs-linuxbrowser probably doesn't work, but it's not needed any
longer, so that shouldn't be a problem.
2020-11-01 21:32:13 +01:00
Pavol Rusnak ec4c848751 ndn-cxx: 0.6.3 -> 0.7.1 2020-11-01 10:51:13 -08:00
Martin Weinelt 307abd9eae openldap: add patch to fix unauthenticated nullptr dereference in slapd
This vulnerability does not have a CVE yet.

https://security-tracker.debian.org/tracker/TEMP-0000000-DD4835
https://bugs.openldap.org/show_bug.cgi?id=9370
2020-11-01 18:14:56 +01:00
Frederik Rietdijk 409ca6f1f9 Merge staging-next into staging 2020-11-01 11:06:35 +01:00
Frederik Rietdijk fe9f55907e Merge master into staging-next 2020-11-01 11:06:08 +01:00
Frederik Rietdijk 54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Pavol Rusnak cbe6c27d22 hidapi: 0.9.0 -> 0.10.0 2020-11-01 10:59:20 +01:00
TredwellGit d1d536cc07 openblas: 0.3.10 -> 0.3.12
https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.11
https://github.com/xianyi/OpenBLAS/releases/tag/v0.3.12
2020-11-01 10:58:02 +01:00
Ingo Blechschmidt efa79e6e53
agda-categories: fix hash
Apparently, v0.1.4 was released twice. The current version of the build
points to the first edition of v0.1.4, which is no longer attached to
the tag "v0.1.4" on GitHub. Hence currently, downloading fails.
This commit adjusts the hash to appropriately refer to the second
edition of v0.1.4
2020-11-01 10:33:06 +01:00
Frederik Rietdijk 83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Frederik Rietdijk 7a8d5dc8a6 Merge master into staging-next 2020-11-01 10:10:47 +01:00
TredwellGit d18c016c2a jbig2dec: 0.18 -> 0.19
https://github.com/ArtifexSoftware/jbig2dec/blob/0.19/CHANGES
2020-11-01 10:04:56 +01:00
Austin Seipp b57adad085
Merge pull request #101673 from r-ryantm/auto-update/libndctl
libndctl: 69 -> 70.1
2020-10-31 19:35:32 -05:00
Jan Tojnar 2785a1e08e
Merge pull request #102122 from SuperSandro2000/libthai 2020-11-01 01:25:51 +01:00
Ryan Mulligan d7b437ab67
Merge pull request #102095 from r-ryantm/auto-update/armadillo
armadillo: 10.1.0 -> 10.1.1
2020-10-31 17:10:10 -07:00
Sandro Jäckel dfe9e0e458
pango: build with libthai 2020-11-01 00:13:38 +01:00
Sandro Jäckel e0e37f4261
libthai: init at 0.1.28 2020-11-01 00:13:37 +01:00
Sandro Jäckel 6b72fd5c3b
libdatrie: init at 0.2.12 2020-11-01 00:13:36 +01:00
zimbatm 8f2be9ac36
nss: make reproducible (#102156)
According to
c1fad130dc/build.sh (l129)
the FIPS mode is not enabled by default. Yet we generate the .chk files
that are only meant to be used for that mode. I have a sense that those
have been cargo-culted around.

Adding FIPS is still possible but you have to explictily build the lib
with `pkgs.nss.override { enableFIPS = true; }`

More info on what FIPS is:
https://developer.mozilla.org/en-US/docs/Mozilla/Projects/NSS/NSS_Tech_Notes/nss_tech_note6

Other distros wrangling with the same issue:
https://bugzilla.opensuse.org/show_bug.cgi?id=1081723
2020-10-31 21:17:26 +01:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
Jan Tojnar 9c5154b5aa
libical: skip timezone tests
They are incompatible with tzdata2020c.

There are still some other failing tests but I am not sure if they are also due to timezones.
2020-10-31 13:45:32 +01:00
Mario Rodas c959631b11 grpc: 1.32.0 -> 1.33.2 2020-10-31 04:20:00 +00:00
Doron Behar 35078d9918 kdiagram: 2.6.0 -> 2.7.0
Use fetchFromGitLab as it seems to be unavailable in the previous url.
2020-10-30 21:03:39 +02:00
Doron Behar 3ce9e203c3 drumstick: Define in libsForQt5 scope.
Since it is used in minuet and kde's metronome and kmetronome, it's
safer this way to make sure the same qt version is used there.
2020-10-30 20:37:58 +02:00
Doron Behar d44460b52e kpmcore: Use kio directly - from the scope of libsForQt5 used
Make sure only compatible qt versions are used for it (#101369) -
kdeFrameworks is always using `libsForQt5` where e.g
`libsForQt514.kpmcore` would have otherwise used a kio compiled with
qt515.
2020-10-30 20:13:49 +02:00
Jörg Thalheim 6793ec82ca
Merge pull request #101948 from matthew-piziak/tdlib-169 2020-10-30 16:34:47 +01:00
Sebastien Braun 14368df9f6 gsoap: 2.8.53 -> 2.8.108
Fixes CVE-2019-7659
2020-10-30 13:54:16 +01:00
Jan Tojnar 7db5cb9bf6
Merge pull request #102059 from SuperSandro2000/pango-darwin
pango: fix building on darwin
2020-10-30 03:48:04 +01:00
Benjamin Hipple fee705332d
Merge pull request #102120 from helsinki-systems/drop/attica
attica: drop
2020-10-29 22:13:20 -04:00
Sandro Jäckel f195c8f7ac
pango: fix building on darwin 2020-10-30 02:22:34 +01:00
ajs124 0f1a83cf55 attica: drop
as far as I can tell, this file is completely unused.

Everything that uses attica uses it from pkgs/development/libraries/kde-frameworks/attica.nix
2020-10-30 02:22:09 +01:00
John Ericson 66c9347db6
Merge pull request #102069 from nix-windows/libarchive-windows
libarchive: Fix MinGW build
2020-10-29 19:31:28 -04:00
Jonathan Ringer e57cbfc048 libguestfs: inherit hydraPlatforms from appliance
(cherry picked from commit 265f2f576f94d7cbc3149304f2d6d7406b6ee8db)
2020-10-29 14:06:07 -07:00
Vladyslav M 4bbd356d2a
Merge pull request #101512 from omasanori/nuspell-4.0.0
nuspell: 3.1.2 -> 4.0.0, fix license
2020-10-29 22:36:44 +02:00
luc65r 345f1d11d3 unicorn(-emu): 1.0.2-rc4 -> 1.0.2 2020-10-29 21:15:42 +01:00
R. RyanTM 56d5df2846 armadillo: 10.1.0 -> 10.1.1 2020-10-29 19:56:19 +00:00
Doron Behar 85eb1b58d3
Merge pull request #101747 from doronbehar/pkg/syncthingtray 2020-10-29 18:13:34 +02:00
Daniël de Kok e253de2218
Merge pull request #101531 from danieldk/sentencepiece-0.1.94
sentencepiece: 0.1.93 -> 0.1.94
2020-10-29 16:51:40 +01:00
Matthew Piziak 2a184865c5 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25

update version, not revision
2020-10-29 11:18:21 -04:00
Christian Stewart 2537e1169c gstreamer: needs Xext build input when x11 is enabled
Fixes #102023

Signed-off-by: Christian Stewart <christian@paral.in>
2020-10-29 06:35:56 -07:00
Michael Weiss 350df0f93a
Merge pull request #102038 from alyssais/wayland
wayland: make reproducible
2020-10-29 14:33:19 +01:00
Alyssa Ross dfe75b97ca
wayland: make reproducible
Upstream MR:
https://gitlab.freedesktop.org/wayland/wayland/-/merge_requests/93
2020-10-29 13:14:08 +00:00
Niklas Hambüchen e5b345c09d
Merge pull request #99345 from nh2/gstreamer-1.18.0
gstreamer: 1.16.2 -> 1.18.0
2020-10-29 14:04:16 +01:00
Anderson Torres 75b92ef1a1
Merge pull request #101247 from wheelsandmetal/add-nuraft-lib
nuraft: init at 1.1.2
2020-10-29 09:24:06 -03:00
wheelsandmetal 166eadee60 nuraft: init at 1.1.2 2020-10-29 10:24:59 +00:00
Renato Alves 019fa5f608
htslib: 1.10.2 -> 1.11 (#100812) 2020-10-29 11:18:29 +01:00
Sebastian Neubauer 3b3fe0744d amdvlk: 2020.Q4.1 -> 2020.Q4.2 2020-10-29 10:15:16 +01:00
Peter Hoeg 0cc9ad72d4 ffmpeg-full: patch for libsrt deprecated API 2020-10-29 17:06:07 +08:00
John Ericson 9f05c50be1 libarchive: Fix Windows build 2020-10-29 00:38:45 +00:00
Matthew Piziak 12314c6299 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore

use unstable-2020-10-25
2020-10-28 18:44:54 -04:00
Matthew Piziak 5a6acc6a7f tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash

add a comment to the rev about why we are not using `v${version}` anymore
2020-10-28 17:39:55 -04:00
eyjhb 4ce6364e29 ns-3: 3.30 -> 3.32 2020-10-28 20:22:15 +01:00
Vladimír Čunát 0b32140b34
Merge branch 'staging-next' into staging 2020-10-28 18:48:56 +01:00
Vladimír Čunát 31839c352e
Merge branch 'master' into staging-next 2020-10-28 18:48:18 +01:00
Martin Weinelt 0b875aa173
Merge pull request #101925 from danieldk/libtorch-bin-1.7.0
libtorch-bin: 1.6.0 -> 1.7.0
2020-10-28 18:28:20 +01:00
Matthias Beyer 965168db4e libvmi: Take maintainership from lschuermann
This patch changes maintainership for this package from lschuermann to
matthiasbeyer.
Leon has informed me in a private conversation that he has too little
time to take care of the packages, so I will (maybe only temporarly,
maybe not) take maintainership for it.

Suggested-by: Leon Schuermann <leon@is.currently.online>
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2020-10-28 10:23:21 -07:00
Matthew Piziak 8eeaad9129 tdlib: 1.6.0 -> 1.6.9
fix hash

version 1.6.9 is not released, so use revision hash
2020-10-28 12:52:48 -04:00
Anderson Torres c3feda093d
Merge pull request #101569 from AndersonTorres/megafix
Fixing some URLs
2020-10-28 10:15:26 -03:00
Daniël de Kok 442ba6668f libtorch-bin: 1.6.0 -> 1.7.0
Changelog:

https://github.com/pytorch/pytorch/releases/tag/v1.7.0
2020-10-28 13:23:35 +01:00
Andreas Rammhold f715602feb Revert "openblas: 0.3.10 -> 0.3.12"
This reverts commit e1a59dddd0. Testing
the PR succeeded for me as The previously half-done changes were already
reverted without me merging.
2020-10-28 10:00:54 +01:00
Andreas Rammhold 840c20169e
Merge pull request #101715 from r-ryantm/auto-update/openblas
openblas: 0.3.10 -> 0.3.12
2020-10-28 09:57:20 +01:00
R. RyanTM e1a59dddd0 openblas: 0.3.10 -> 0.3.12 2020-10-28 09:49:29 +01:00
Frederik Rietdijk 4e29151910 Revert "Merge pull request #101780 from glittershark/bump-openblas"
Hash is updated but not the version.

This reverts commit 8b98955451, reversing
changes made to 5e2fde0a4f.
2020-10-28 09:47:48 +01:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Mario Rodas 5b27ea8d02
Merge pull request #101714 from r-ryantm/auto-update/oneDNN
oneDNN: 1.6.3 -> 1.6.4
2020-10-27 19:51:53 -05:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Mario Rodas 2b0260f4bc
Merge pull request #101757 from magnetophon/geonkick
geonkick: 2.3.8 -> 2.4.0
2020-10-27 06:51:53 -05:00
Mario Rodas ca1f1425be
Merge pull request #101677 from r-ryantm/auto-update/libxls
libxls: 1.6.0 -> 1.6.1
2020-10-27 06:40:02 -05:00
Mario Rodas d509e980bd
Merge pull request #101718 from r-ryantm/auto-update/openlibm
openlibm: 0.7.1 -> 0.7.2
2020-10-27 06:37:58 -05:00
Timo Kaufmann f331acc1a2
Merge pull request #90430 from berbiche/byobu-screen
byobu: add screen backend
2020-10-27 09:45:03 +01:00
Doron Behar c7f819c39e
Merge pull request #101810 from lopsided98/liburing-cross-fix
liburing: fix cross-compilation
2020-10-27 09:11:50 +02:00
Max Hausch ae61f4f1cc Update matio: 1.5.17 -> 1.5.18 2020-10-27 08:10:33 +01:00
Nicolas Berbiche 3ac1ffe8b2
byobu: add support for the screen backend 2020-10-26 20:52:46 -04:00
Ben Wolsieffer b70ab2350a liburing: fix cross-compilation 2020-10-26 20:33:43 -04:00
Griffin Smith 3b4cd4f4da openblas: 0.3.10 -> 0.3.12 2020-10-26 19:24:23 -04:00
Sarah Brofeldt d699505277
Merge pull request #100688 from henrikolsson/master
noise-suppression-for-voice: init at 2020-10-10
2020-10-26 20:05:27 +01:00
Henrik Olsson c24433bedb noise-suppression-for-voice: init at 2020-10-10 2020-10-26 19:40:26 +01:00
lewo a7a1447e5d
Merge pull request #100985 from devhell/mediainfo-20.09
mediainfo{-gui}: 20.08 -> 20.09
2020-10-26 17:26:25 +01:00
devhell 8a4edf9087 {lib}mediainfo{-gui}: 20.08 -> 20.09
This release includes a fix for https://github.com/NixOS/nixpkgs/issues/92874
2020-10-26 15:57:08 +00:00
Michael Weiss 976af38df6
libva: 2.9.0 -> 2.9.1 (#101750) 2020-10-26 16:18:04 +01:00
Bart Brouns 3ad2664170 redkite: 1.1.0 -> 1.2.0 2020-10-26 14:16:05 +01:00
Doron Behar c9a6cd0a30 libsForQt5.qtutilities: 6.0.6 -> 6.3.0 2020-10-26 12:08:42 +02:00
Masanori Ogino e0fecf442c linbox: backport upstream fixes
References:
f78117d9c3
4ff828e200

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-26 18:29:29 +09:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
AndersonTorres 852d2a3af9 gegl: update URL to HTTPS 2020-10-26 01:21:00 -03:00
AndersonTorres 0f0a6ee9b7 babl: fix license and homepage URL 2020-10-26 01:21:00 -03:00
R. RyanTM 1007e8140a openlibm: 0.7.1 -> 0.7.2 2020-10-26 00:47:50 +00:00
R. RyanTM 02d7ce09a7 oneDNN: 1.6.3 -> 1.6.4 2020-10-26 00:12:23 +00:00
Jörg Thalheim 2257afa81d
Merge pull request #101594 from Mic92/x265-aarch64
x265: fix linux-aarch64 build
2020-10-25 20:58:11 +01:00
R. RyanTM f646364f4f libxls: 1.6.0 -> 1.6.1 2020-10-25 19:31:34 +00:00
R. RyanTM cdfbc896a5 libndctl: 69 -> 70.1 2020-10-25 18:16:44 +00:00
Guillaume Pagnoux fdba3f6db0 boxfort: unstable-2019-09-19 -> unstable-2019-10-09
Signed-off-by: Guillaume Pagnoux <guillaume.pagnoux@lse.epita.fr>
2020-10-25 10:53:24 -04:00
Benjamin Hipple 19256a1f6f
Merge pull request #101649 from siraben/desc-fix
treewide: remove periods from end of package descriptions (part 2)
2020-10-25 10:13:55 -04:00
Bas van Dijk 67f5d7f7cb
Merge pull request #101559 from basvandijk/rocksdb-6.12.7
rocksdb: 6.10.2 -> 6.12.7
2020-10-25 14:46:39 +01:00
Ben Siraphob c98962e1a3 treewide: remove periods from end of package descriptions 2020-10-25 20:13:18 +07:00
Frederik Rietdijk 8be875622e libsoup: fix eval 2020-10-25 13:47:08 +01:00
R. RyanTM 0a60bb7575 liberfa: 1.7.0 -> 1.7.1 2020-10-25 10:46:56 +01:00
R. RyanTM 06d0a7c221 igraph: 0.8.2 -> 0.8.3 2020-10-25 09:49:47 +01:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
TredwellGit 4effe769e2
libraw: 0.20.0 -> 0.20.2
Reapplying the commit from PR #101508 merge, without staging changes.
(cherry picked from commit 0594e27df3)
2020-10-25 09:44:10 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
R. RyanTM 38f85a5bba libquotient: 0.5.3.2 -> 0.6.0 2020-10-25 09:41:28 +01:00
R. RyanTM e4467c94ae socket_wrapper: 1.2.4 -> 1.2.5 2020-10-25 09:35:43 +01:00
R. RyanTM 3e735cf1fe libnetfilter_queue: 1.0.4 -> 1.0.5 2020-10-25 09:35:19 +01:00
R. RyanTM e874acc509 belcard: 4.3.1 -> 4.4.0 2020-10-25 09:34:18 +01:00
R. RyanTM 10d87a72e1 ctypes_sh: 1.1 -> 1.2 2020-10-25 09:34:01 +01:00
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Jan Tojnar 076a779d30
Merge pull request #101528 from NixOS/gnome-3.38 2020-10-25 08:06:00 +01:00
Aaron Andersen a5061c6f87
Merge pull request #101032 from aanderse/libcec
libcec: 4.0.5 -> 4.0.7
2020-10-24 18:50:06 -04:00
Andreas Rammhold 250fb4611f
Merge pull request #100456 from maralorn/boolToString
treewide: De-inline uses of lib.boolToString
2020-10-25 00:45:11 +02:00
Jörg Thalheim 7c6f4a8169
x265: fix aarch64 build 2020-10-24 22:09:56 +02:00
Bas van Dijk f2ea8e45e2 rocksdb: propagate deps to fix build of sortmerna 2020-10-24 15:15:22 +00:00
Bas van Dijk f1c4d5d479 rocksdb: 6.10.2 -> 6.12.7
https://github.com/facebook/rocksdb/blob/v6.12.7/HISTORY.md#6127-2020-10-14
2020-10-24 16:36:38 +02:00
Bart Brouns 4c0404eea1 redkite: 1.0.3 -> 1.1.0 2020-10-24 13:59:08 +02:00
Michael Raskin 9313ea226f
Merge pull request #101500 from rnhmjoj/pango
pango: 1.45.3 -> 1.47.0
2020-10-24 07:47:12 +00:00
Daniël de Kok c3144b8f6f sentencepiece: 0.1.93 -> 0.1.94
Changelog:

https://github.com/google/sentencepiece/releases/tag/v0.1.94
2020-10-24 08:00:06 +02:00
Jan Tojnar 9124947ae6
libsoup: do not depend on full sysprof
It just wants libsysprof-capture.
2020-10-24 06:57:59 +02:00
Jan Tojnar 8e52dfa09e
mm-common: 1.0.1 → 1.0.2 2020-10-24 06:00:39 +02:00
Jan Tojnar 43b034d25d
tracker-miners: 3.0.0 → 3.0.1 2020-10-24 06:00:38 +02:00
Jan Tojnar a632699e71
tracker: 3.0.0 → 3.0.1 2020-10-24 06:00:38 +02:00
Jan Tojnar 1ca1e27b44
librsvg: 2.50.0 → 2.50.1 2020-10-24 06:00:38 +02:00
Jan Tojnar 8edc951ce1
gjs: 1.66.0 → 1.66.1 2020-10-24 06:00:38 +02:00
Jan Tojnar dd39a88951
gcr: 3.36.0 → 3.38.0 2020-10-24 06:00:38 +02:00
Jan Tojnar 1e314c363d
gobject-introspection: 1.66.0 → 1.66.1
Fix vips build.
2020-10-24 03:48:19 +02:00
TredwellGit 0594e27df3 libraw: 0.20.0 -> 0.20.2
https://github.com/LibRaw/LibRaw/blob/0.20.2/Changelog.txt
https://nvd.nist.gov/vuln/detail/CVE-2020-15365
https://nvd.nist.gov/vuln/detail/CVE-2020-15503
https://nvd.nist.gov/vuln/detail/CVE-2020-24890
2020-10-24 00:16:22 +00:00
zowoq d126f0b8c6 libpsl: disable valgrind tests on darwin 2020-10-24 10:15:33 +10:00
WORLDofPEACE 949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Niklas Hambüchen 7fddef376e gst_all_1.gst-plugins-bad: Add upstream patch to fix SRT usage 2020-10-24 02:02:09 +02:00
Niklas Hambüchen 0672de5b89 gstreamer: 1.16.2 -> 1.18.0
Fixes #98769.

Important changes from https://gstreamer.freedesktop.org/releases/1.18/:

* `gst-validate` was renamed to `gst-devtools` upstream:

    > * the `gst-validate` tarball has been superseded by
    >   the `gst-devtools` tarball for consistency with the git module name.

* `gst-python` is now Python 3 only:

    > * Python 2.x is no longer supported
2020-10-24 02:02:09 +02:00
Jan Tojnar 8ccd765d37
webkitgtk: clean up
Remove gtk2 flag, which is no longer supported.
2020-10-24 01:42:16 +02:00
WORLDofPEACE dfc6578fc1 folks: disable telepathy backend by default 2020-10-23 19:36:33 -04:00
Masanori Ogino 0075ec3ffa nuspell: 3.1.2 -> 4.0.0, fix license
The license of Nuspell is not GPL-3.0-only but LGPL-3.0-or-later.

Signed-off-by: Masanori Ogino <167209+omasanori@users.noreply.github.com>
2020-10-24 08:23:20 +09:00
Jan Tojnar 61afd7f80e
tracker_2: drop
It does not seem to work and only semi-broken apps like Books and Documents depend on it.
2020-10-24 01:18:49 +02:00
Jan Tojnar 63c7390174
tracker-miners-2: 2.3.3 → 2.3.5 2020-10-24 01:18:47 +02:00
Jan Tojnar a737f6eee1
tracker_2: 2.3.4 → 2.3.6
Disables autostart.
2020-10-24 01:18:47 +02:00
Jan Tojnar 94ed06e3fa
vte: 0.62.0 → 0.62.1 2020-10-24 01:18:43 +02:00
Jan Tojnar 297bac601a
webkitgtk: 2.30.0 → 2.30.1 2020-10-24 01:18:42 +02:00
Jan Tojnar 4c83a97c8c
zeitgeist: clean up
Remove unused configure flag and change license to LGPL2.1+ (used since 0.7.0).
2020-10-24 01:18:42 +02:00
Jan Tojnar d843d7b3d7
gnome3.gvfs: 1.46.0 → 1.46.1
https://ftp.gnome.org/pub/GNOME/sources/gvfs/1.46/gvfs-1.46.1.news
2020-10-24 01:17:59 +02:00
Jan Tojnar bd2b324906
glib: 2.66.0 → 2.66.1
https://ftp.gnome.org/pub/GNOME/sources/glib/2.66/glib-2.66.1.news
2020-10-24 01:17:53 +02:00
Jan Tojnar da146f2efd
amtk: 5.1.1 → 5.2.0
https://ftp.gnome.org/pub/GNOME/sources/amtk/5.1/amtk-5.1.2.news
https://ftp.gnome.org/pub/GNOME/sources/amtk/5.2/amtk-5.2.0.news
2020-10-24 01:17:52 +02:00
Jan Tojnar 3c4de31210
tracker: clean up dependencies 2020-10-24 01:17:52 +02:00
Jan Tojnar 5a3749e3b3
tepl: split to multiple outputs
So that gtk3.dev is not pulled into the closure.
2020-10-24 01:17:52 +02:00
WORLDofPEACE 9aaad83e43
zeitgeist: switch to Python 3 2020-10-24 01:17:30 +02:00
WORLDofPEACE 4d61e42de4
zeitgeist: drop dbus-glib and telepathy 2020-10-24 01:17:29 +02:00
WORLDofPEACE c6caf98331
pipewire_0_2: use ffmpeg_4 2020-10-24 01:17:25 +02:00
WORLDofPEACE af2465acb9
webkitgtk: add separateDebugInfo, add platforms.darwin
Very strange that stdenv.isDarwin is in this expression but without
platforms including darwin.
2020-10-24 01:17:03 +02:00
Piotr Bogdan de1af76f0d
glib: Fix tests on some FSs
By applying https://gitlab.gnome.org/GNOME/glib/-/merge_requests/1648
2020-10-24 01:17:00 +02:00
WORLDofPEACE 1cd0c14b29
librsvg: 2.48.8 -> 2.50.0 2020-10-24 01:16:58 +02:00
WORLDofPEACE 37ad803693
libmanette: 0.2.4 -> 0.2.5 2020-10-24 01:16:58 +02:00
WORLDofPEACE 667cf4acc4
jsonrpc-glib: 3.34.0 -> 3.38.0 2020-10-24 01:16:58 +02:00
WORLDofPEACE da420c0c9b
gtksourceview3: drop updateScript
this is frozen
2020-10-24 01:16:57 +02:00
WORLDofPEACE d048c43ccd
at-spi2-core: 2.36.0 -> 2.38.0 2020-10-24 01:16:55 +02:00
WORLDofPEACE 0a9ef8c75a
at-spi2-atk: 2.34.2 -> 2.38.0 2020-10-24 01:15:51 +02:00
WORLDofPEACE 620c1ef3a0
tracker-miners-2: init at 2.3.3 2020-10-24 01:15:49 +02:00
WORLDofPEACE b2e2b8cb2b
tracker-miners: 2.3.3 -> 3.0.0
- The ontologies were moved to tracker-miners
2020-10-24 01:15:38 +02:00
WORLDofPEACE d2cba8af0a
tracker_2: init at 2.3.4
The following apps still need the old tracker:
- photos
- games
- books
- documents
2020-10-24 01:15:15 +02:00
WORLDofPEACE d8d4cdc496
tracker: 2.3.4 -> 3.0.0 2020-10-24 01:15:15 +02:00
WORLDofPEACE 05318e22b3
amtk: reformat 2020-10-24 01:15:15 +02:00
Piotr Bogdan 12ea15c6d0
glib-networking: 2.64.3 -> 2.66.0
https://gitlab.gnome.org/GNOME/glib-networking/-/blob/2.66.0/NEWS
2020-10-24 01:15:14 +02:00
Piotr Bogdan a53efa17c5
libpeas: 1.26.0 -> 1.28.0
https://gitlab.gnome.org/GNOME/libpeas/-/blob/libpeas-1.28.0/NEWS
2020-10-24 01:15:14 +02:00
Piotr Bogdan d2bc3de380
libgudev: 233 -> 234
https://gitlab.gnome.org/GNOME/libgudev/-/blob/234/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan 016d36dde6
libgdata: 0.17.12 -> 0.17.13
https://gitlab.gnome.org/GNOME/libgdata/-/blob/0.17.13/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan 476de54407
gvfs: 1.44.1 -> 1.46.0
https://gitlab.gnome.org/GNOME/gvfs/-/blob/1.46.0/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan 7a8b86318a
gtksourceview: 4.6.1 -> 4.8.0
https://gitlab.gnome.org/GNOME/gtksourceview/-/blob/4.8.0/NEWS
2020-10-24 01:15:13 +02:00
Piotr Bogdan 55538b063c
gspell: 1.8.3 -> 1.8.4
https://gitlab.gnome.org/GNOME/gspell/-/blob/1.8.4/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan 7e54d67bc7
grilo: 0.3.12 -> 0.3.13
https://gitlab.gnome.org/GNOME/grilo/-/blob/grilo-0.3.13/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan 2fa58d86cb
grilo-plugins: 0.3.11 -> 0.3.12
https://gitlab.gnome.org/GNOME/grilo-plugins/-/blob/grilo-plugins-0.3.12/NEWS
2020-10-24 01:15:12 +02:00
Piotr Bogdan ca51986f03
tepl: 4.4.0 -> 5.0.0 2020-10-24 01:15:03 +02:00
Piotr Bogdan 7206a14260
amtk: add gobject-introspection to generate the bindings
This is now needed by the development version of tepl.
2020-10-24 01:15:03 +02:00
Piotr Bogdan c1307a041a
webkitgtk: 2.29.91 -> 2.30.0
https://webkitgtk.org/2020/08/14/webkitgtk2.29.90-released.html
https://webkitgtk.org/2020/08/14/webkitgtk2.29.91-released.html
https://webkitgtk.org/2020/07/29/webkitgtk2.29.4-released.html
https://webkitgtk.org/2020/09/11/webkitgtk2.30.0-released.html
2020-10-24 01:15:02 +02:00
Piotr Bogdan 281ac3d371
vte: 0.60.2 -> 0.62.0 2020-10-24 01:15:02 +02:00
Piotr Bogdan f6b85b9f92
gsettings-desktop-schemas: 3.36.1 -> 3.38.0
* add metadata
* reformat

https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/blob/3.38.0/NEWS

Co-authored-by: WORLDofPEACE <worldofpeace@protonmail.ch>
2020-10-24 01:14:59 +02:00
Piotr Bogdan 9b296eb146
libdazzle: 3.36.0 -> 3.38.0
https://gitlab.gnome.org/GNOME/libdazzle/-/blob/3.38.0/NEWS
2020-10-24 01:14:26 +02:00
Piotr Bogdan b49e45e8db
gnome-online-accounts: 3.36.0 -> 2.37.90
https://gitlab.gnome.org/GNOME/gnome-online-accounts/-/blob/3.37.90/NEWS
2020-10-24 01:14:24 +02:00
Piotr Bogdan 11053b6fd1
cogl: 1.22.6 -> 1.22.8
The dropped patch is now included in the upstream release.

https://gitlab.gnome.org/GNOME/cogl/-/blob/1.22.8/NEWS
2020-10-24 01:14:24 +02:00
Doron Behar dde31ed48e
gjs: 1.64.4 -> 1.66.0
- Installed tests execdir was moved: https://gitlab.gnome.org/GNOME/gjs/-/issues/318

Changelogs:
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.1.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.2.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.3.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.4.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.90.news
    - libsysprof-capture-4 ← libsysprof-capture-3
        - We did not depend on it previously either.
    - SpiderMonkey 78
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.91.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.65/gjs-1.65.92.news
- https://ftp.gnome.org/pub/GNOME/sources/gjs/1.66/gjs-1.66.0.news

Changes reviewed by: Jan Tojnar <jtojnar@gmail.com>
2020-10-24 01:14:24 +02:00
Doron Behar 37f72d1ad6
libsoup: 2.70.0 -> 2.72.0
It adds support for profiling using Sysprof but we do not support Sysprof on Darwin
so we need to disable it there. Otherwise it breaks eval of Darwin package set
through “sysprof ← libsoup ← inkscape” chain.
2020-10-24 01:14:07 +02:00
WORLDofPEACE f90473785f
libhandy_0: init at 0.0.13 2020-10-24 01:14:06 +02:00
worldofpeace 431c2c3faf
libhandy: 0.0.13 -> 1.0.0
* adapt for the move under the gnome project
  The gnome team now maintains this
* format
* cleanup meson flags
  The auto features are enabled automatically
* drop gnome3.gnome-desktop
  It doesn't seem to be neeeded in meson.build

https://gitlab.gnome.org/GNOME/libhandy/-/tags/v0.80.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.81.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.82.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.83.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.84.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.85.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.90.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/0.91.0
https://gitlab.gnome.org/GNOME/libhandy/-/tags/1.0.0
2020-10-24 01:14:05 +02:00
Doron Behar ad344c1529
gusb: 0.3.3 -> 0.3.5 2020-10-24 01:14:04 +02:00
Doron Behar 0166eb0794
gtk3: 3.24.21 -> 3.24.23
Use xmllint in docs generation. Remove an old patch. Remove an old
postPatch workaround.
2020-10-24 01:14:04 +02:00
Doron Behar 469db7ce0e
gobject-introspection: 1.64.1 -> 1.66.0 2020-10-24 01:14:04 +02:00
Doron Behar fedcd9f42a
dconf: 0.36 -> 0.38 2020-10-24 01:14:03 +02:00
Doron Behar f64862159f
glib: 2.64.5 -> 2.66.0 2020-10-24 01:14:03 +02:00
Jan Tojnar 8317c630af
Merge branch 'staging-next' into staging 2020-10-24 01:10:37 +02:00
Jan Tojnar c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
Jan Tojnar 3a73543401
Merge pull request #93725 from nglen/pipewire 2020-10-24 00:05:33 +02:00
rnhmjoj a89b842271
pango: 1.45.3 -> 1.47.0 2020-10-23 23:51:37 +02:00
Niklas Hambüchen 036a415cf6
Merge pull request #101432 from nh2/pdal-2.2.0
pdal: 2.1.0 -> 2.2.0
2020-10-23 21:37:57 +00:00
Michael Raskin 228b835dd7
Merge pull request #101485 from sikmir/openscenegraph
openscenegraph: enable on darwin
2020-10-23 20:43:44 +00:00
Nathaniel Glen 4bca42a6ec pipewire: update to 0.3.13 2020-10-23 16:36:14 -04:00
Nathaniel Glen 57510bf522 pipewire: cleanup path testing 2020-10-23 16:35:48 -04:00
Michael Weiss ffdeb02eb4
intel-media-driver: 20.2.0 -> 20.3.0 (#99297) 2020-10-23 20:34:04 +02:00
Nikolay Korotkiy 4b545daec4
openscenegraph: enable on darwin 2020-10-23 21:25:05 +03:00
Nathaniel Glen 9397d535bd pipewire: remove pulseaudio references
This replaces the temporary RPATH fix with the new upstream patch  from
jtojnar. It also removes the reference to the dev output.
2020-10-23 13:51:41 -04:00
Nathaniel Glen 68fa82a0ae pipewire: use meson options for installed_tests 2020-10-23 13:51:41 -04:00
Nathaniel Glen 798b9c072e pipewire: update to 0.3.12 2020-10-23 13:37:57 -04:00
zowoq b36436a12a libpsl: remove valgrind from nativeBuildInputs on darwin 2020-10-24 00:10:08 +10:00
Samuel Gräfenstein 0c10d50caa
fmt_6, fmt_7: init 2020-10-23 15:39:26 +02:00
Samuel Gräfenstein 67f70f9bcf
fmt: 6.2.1 -> 7.0.3 2020-10-23 15:38:42 +02:00
Daniël de Kok 1b90250134
Merge pull request #101241 from Flakebi/amdvlk
amdvlk: 2020.Q3.6 -> 2020.Q4.1
2020-10-23 07:48:28 +02:00
Samuel Dionne-Riel a2f9d7c2f3
Merge pull request #101194 from acowley/aspellDicts
aspellDicts: force grep to treat dictionaries as text files
2020-10-23 00:16:05 -04:00
Niklas Hambüchen 5aa96b68cc pdal: 2.1.0 -> 2.2.0 2020-10-23 02:41:40 +02:00
Niklas Hambüchen 8f8e6dcd6b
Merge pull request #101308 from nh2/srt-1.4.2
srt: 1.4.1 -> 1.4.2
2020-10-22 20:35:52 +00:00
Jan Tojnar 3e01d383ee
Merge branch 'staging-next' into staging 2020-10-22 21:20:32 +02:00
Jan Tojnar d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Jan Tojnar 19e31fa052
Merge pull request #101215 from TredwellGit/ghostscript 2020-10-22 21:17:08 +02:00
Anderson Torres 10219a3271
Merge pull request #101361 from tobim/pkgs/arrow-2.0.0
arrow-cpp: 1.0.1 -> 2.0.0
2020-10-22 11:08:03 -03:00
Bas van Dijk f2b8a45cde rocksdb: enable optional jemalloc support 2020-10-22 15:32:56 +02:00
Ryan Mulligan 166ab9d237
Merge pull request #101307 from r-ryantm/auto-update/armadillo
armadillo: 9.900.3 -> 10.1.0
2020-10-22 06:15:39 -07:00
Michael Raskin a266e6c7d5
Merge pull request #101321 from r-ryantm/auto-update/cgal
cgal_5: 5.0.3 -> 5.1
2020-10-22 12:56:51 +00:00
Kevin Cox 6c9d44d39c
Merge pull request #98199 from turion/dev_agda_stdlib_1.4
agdaPackages.standard-library: 1.3 -> 1.4
2020-10-22 08:34:23 -04:00
Tobias Mayer 7cb0d9d37e
arrow-cpp: 1.0.1 -> 2.0.0 2020-10-22 14:03:46 +02:00
Jan Tojnar a21e2522f1
Merge pull request #99021 from prusnak/libcbor 2020-10-22 10:41:22 +02:00
Pavol Rusnak e8ba9cd295
libcbor: unstable-2019-07-25 -> 0.8.0 2020-10-22 09:56:38 +02:00
R. RyanTM b9e5961253 cgal_5: 5.0.3 -> 5.1 2020-10-22 03:29:47 +00:00
R. RyanTM 7616020f95 armadillo: 9.900.3 -> 10.1.0 2020-10-22 00:43:35 +00:00
Ben Darwin 3e5c7bd09d simpleitk: 2.0.0 -> 2.0.1 2020-10-21 13:53:21 -04:00
Daiderd Jordan bb0b872b61
Merge pull request #100388 from thefloweringash/darwin-dylib-names-hook
treewide: move fixDarwinDylibNames to nativeBuildInputs
2020-10-21 19:25:48 +02:00
Vladimír Čunát 90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
Sebastian Neubauer d7ef9710af amdvlk: 2020.Q3.6 -> 2020.Q4.1 2020-10-21 10:17:50 +02:00
Andrew Childs 722d02a720 treewide: move fixDarwinDylibNames to nativeBuildInputs
This hook runs at build time and depends on executing
install_name_tool from binutils.
2020-10-21 13:26:53 +09:00
Andreas Rammhold f6cd17269e
Merge pull request #49403 from andir/qemu_test_reduce_closure
qemu_test: disable features that are not needed for tests (closure 641 -> 335.3M)
2020-10-21 00:41:01 +02:00
TredwellGit d14be23a56 jbig2dec: 0.18 -> 0.19
https://github.com/ArtifexSoftware/jbig2dec/blob/0.19/CHANGES
2020-10-20 21:07:12 +00:00
Christian Kampka 507a5e95da gamin: Fix cross compiling issues
Gamin fails to build cross-platform because it tries to run
AC_RUN_IFELSE during configure which fails as the test program is built
for the wrong platform and cannot execute. Since the test is only for
the 'abstract socket namespace' feature, we can just pin the results
for out builds, it is 'yes' for Linux and 'no' for Darwin (and other
BSD).
2020-10-20 21:22:37 +02:00
TredwellGit c95bed1b9d libinput: 1.16.1 -> 1.16.2
https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html
2020-10-20 21:08:03 +02:00
TredwellGit 3775af7057 freetype: 2.10.2 -> 2.10.4
https://sourceforge.net/projects/freetype/files/freetype2/2.10.4/
2020-10-20 20:57:46 +02:00
Frederik Rietdijk 23890fc236 Merge staging-next into staging 2020-10-20 20:55:46 +02:00
Vladimír Čunát 8bdf7dc4ab
Merge #100886: cairo: fix build on darwin 2020-10-20 20:52:33 +02:00
Anthony Cowley 8db271b98f aspellDicts: force grep to treat dictionaries as text files
Fixes #101184
2020-10-20 13:19:24 -04:00
Ivan Tham 86b885a4a0
gtk+: refactor name (#100947)
* gtk+: refactor name
2020-10-20 17:00:23 +00:00
Mario Rodas a24aa5d787
Merge pull request #101011 from r-ryantm/auto-update/libamqpcpp
libamqpcpp: 4.1.7 -> 4.2.1
2020-10-19 22:57:36 -05:00
John Ericson 76b3bfbb7a
Merge pull request #101057 from aaronjanse/aj-relibc-top-files
relibc: fix for nix 3.0
2020-10-19 23:31:39 -04:00
Aaron Janse 99176c0955 use fetchzip 2020-10-19 17:17:22 -07:00
Andreas Rammhold 16a7ff5b86
libndctl: clarify that it needs udev not systemd
While (currently) it is the same package it carries more information if
we explicitly state that we want udev.
2020-10-19 23:12:35 +02:00
Robert Scott e5973b4438
Merge pull request #101044 from r-burns/lcms2
lcms2: fix build on darwin
2020-10-19 19:16:30 +01:00
Robert Scott c873f13eac
Merge pull request #101031 from r-burns/spooles
spooles: fix build on darwin
2020-10-19 19:07:03 +01:00
Manuel Bärenz 3da3661ad3 agdaPackages.agda-categories: 1.3.1 -> 1.4 2020-10-19 12:27:46 +02:00
Manuel Bärenz 6e1ce8ca07 agdaPackages.generic: 0.1 -> 0.1.0.1 2020-10-19 12:27:31 +02:00
Aaron Janse 38ed4fcde6 relibc: fix for nix 3.0 2020-10-19 02:20:28 -07:00
Bas van Dijk 5505f2ee38
Merge pull request #100975 from basvandijk/rocksdb-optionally-disable-shared-lib
rocksdb: support disabling building shared lib
2020-10-19 10:44:16 +02:00
Peter Simons e0f62babfc
Merge pull request #100215 from RasmusRendal/boost
boost173 and boost174: Init both
2020-10-19 09:44:07 +02:00
Manuel Bärenz 29684ee617 agdaPackages.standard-library: 1.3 -> 1.4 2020-10-19 09:26:52 +02:00
Ryan Burns cb057db0a3 lcms2: fix build on darwin 2020-10-18 17:26:53 -07:00
Jan Tojnar 2a905c8616
Merge pull request #100921 from r-ryantm/auto-update/enchant
enchant: 2.2.11 -> 2.2.12
2020-10-19 00:10:08 +02:00
Ryan Burns c04219a9d5 spooles: fix build on darwin 2020-10-18 13:32:45 -07:00
Aaron Andersen 51966f6aed libcec: 4.0.5 -> 4.0.7 2020-10-18 16:25:47 -04:00
Jan Tojnar 5c766c5c24
Merge branch 'staging-next' into staging 2020-10-18 21:21:03 +02:00
R. RyanTM cb537bac99 libamqpcpp: 4.1.7 -> 4.2.1 2020-10-18 17:42:03 +00:00
Gabriel Ebner 7caa81d8a2
Merge pull request #100972 from gebner/freecadgitpython 2020-10-18 16:28:57 +02:00
Mario Rodas dd9e691ca1
Merge pull request #100905 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.6.0 -> 5.7.0
2020-10-18 08:55:11 -05:00
Mario Rodas 5caf709efa
Merge pull request #100927 from r-ryantm/auto-update/faudio
faudio: 20.09 -> 20.10
2020-10-18 08:53:49 -05:00
Bas van Dijk c6109efca6 rocksdb: support disabling building shared lib
This is needed to build `pkgsStatic.rocksdb`.
2020-10-18 15:52:20 +02:00
Gabriel Ebner 27bf7cb663 opencascade-occt730: remove 2020-10-18 15:13:25 +02:00
R. RyanTM aff604993f hpx: 1.5.0 -> 1.5.1 2020-10-18 12:28:47 +00:00
Vladimír Čunát 2c9be93bf2
Merge #100883: expat: 2.2.8 -> 2.2.10 (into staging) 2020-10-18 13:37:51 +02:00
Jan Tojnar 7c4305be84
Merge pull request #100873 from AtnNn/gtest 2020-10-18 13:16:24 +02:00
Vladimír Čunát 08fe24a49e
Merge #99698: zeromq: 4.3.2 -> 4.3.3 (into staging) 2020-10-18 11:44:21 +02:00
Vladimír Čunát c3b9b39cc2
Merge #99987: openssl: 1.1.1g -> 1.1.1h (into staging) 2020-10-18 11:35:52 +02:00
Vladimír Čunát f42d36d588
Merge #99437: p11-kit: fix tests when non-root 2020-10-18 11:28:05 +02:00
Timo Kaufmann e9f8c385c0
Merge pull request #100870 from r-ryantm/auto-update/brial
brial: 1.2.8 -> 1.2.10
2020-10-18 10:37:47 +02:00
Gabriel Ebner 385abed29a
Merge pull request #100920 from r-ryantm/auto-update/embree
embree: 3.12.0 -> 3.12.1
2020-10-18 10:08:54 +02:00
R. RyanTM e8eb47798f faudio: 20.09 -> 20.10 2020-10-18 04:46:10 +00:00
R. RyanTM e548338dbc enchant: 2.2.11 -> 2.2.12 2020-10-18 03:54:17 +00:00
R. RyanTM 32ac072e3c embree: 3.12.0 -> 3.12.1 2020-10-18 03:34:06 +00:00
R. RyanTM a4f24201cf cpp-utilities: 5.6.0 -> 5.7.0 2020-10-18 00:36:01 +00:00
Etienne Laurin b66df0d36e use fetchpatch 2020-10-17 21:55:05 +00:00
Ryan Burns 6529627e13 cairo: fix build on darwin 2020-10-17 14:32:44 -07:00
Tim Steinbach d137333e67
expat: 2.2.8 -> 2.2.10 2020-10-17 17:21:41 -04:00
Etienne Laurin 70b79e8cf2 fix(gtest): pkgconfig paths 2020-10-17 20:24:36 +00:00
R. RyanTM 57738e9b6f brial: 1.2.8 -> 1.2.10 2020-10-17 19:37:17 +00:00
Ben Darwin e20652da9b elastix: 5.0.0 -> 5.0.1; unbreak OS X build 2020-10-17 11:36:31 -07:00
Jon 9cbbac9d09
Merge pull request #100767 from jfroche/fix/galario
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
2020-10-17 11:25:54 -07:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Sandro Jäckel 1efdcde428 libplacebo: remove patch that breaks building with shaderc 2020.2 2020-10-17 15:14:46 +02:00
Jean-François Roche cbd37d0128
python{2,3}Packages.galario: 1.2.1 -> 1.2.2
Upgrading fixes the tests
2020-10-17 00:10:59 +02:00
Ben Darwin 83a1ce3d2b itk: remove -march=corei7 and -mtune=native flags from cmake build files
- probable cause of build failure on Hydra on branch release-20.09
2020-10-15 19:12:21 -04:00
Ryan Orendorff c78dc9cf5b agda-packages: add fla library at v0.1
Adds the functional-linear-algebra library to the agda package set.
2020-10-15 10:54:22 -06:00
Michael Weiss b13615663c
mesa: 20.1.9 -> 20.2.1 (#99091)
Announcements:
- https://docs.mesa3d.org/relnotes/20.2.0.html
- https://docs.mesa3d.org/relnotes/20.2.1.html

I've rebased the patches accordingly and avoided:
meson.build:320: WARNING: Platform `surfaceless` is now always selected; setting this option will be an error in Mesa 20.3
meson.build:324: WARNING: Platform `drm` is now automatically selected; setting this option will be an error in Mesa 20.3
This will also fix the list in the configuration summary:
EGL/Vulkan/VL platforms:   x11 surfaceless wayland drm surfaceless drm
2020-10-15 16:08:01 +02:00
Doron Behar 0826f2efae
Merge pull request #94049 from CajuM/vulkan-up 2020-10-15 09:53:35 +03:00
Frederik Rietdijk b3aed163d5
Merge pull request #99709 from NixOS/staging-next
Staging next
2020-10-14 21:10:31 +02:00
Rok Garbas 9f415068d7
Merge pull request #100411 from NickHu/ayatana
libayatana-appindicator: 0.5.4 -> 0.5.5, generate typelibs for gobject-introspection
2020-10-14 14:13:50 +02:00
Rok Garbas 6e8efe8a11
Merge pull request #100459 from AndersonTorres/unqlite-new
unqlite: init at 1.1.9
2020-10-14 14:02:49 +02:00
Frederik Rietdijk b981eca057 Merge master into staging-next 2020-10-14 11:32:49 +02:00
Daniël de Kok 72e85c2223 sentencepiece: 0.1.91 -> 0.1.93
Changelogs:

https://github.com/google/sentencepiece/releases/tag/v0.1.92
https://github.com/google/sentencepiece/releases/tag/v0.1.93

The upstream release notes state that Python 2 is not supported
anymore. However, this version still builds with Python 2 and tests
pass without any issues. Therefore, this change does not disable
Python 2 support yet.
2020-10-14 10:11:37 +02:00
Gabriel Ebner 07ee076077
Merge pull request #100208 from TredwellGit/libwebp
libwebp: 1.0.3 -> 1.1.0
2020-10-14 08:43:13 +02:00
Jon b62f286e3a
Merge pull request #100345 from SeTSeR/foot-1.5.1
foot: 1.4.4 -> 1.5.1
2020-10-13 20:01:52 -07:00
TredwellGit b02b2aa59e libwebp: 1.0.3 -> 1.1.0
https://github.com/webmproject/libwebp/releases/tag/v1.1.0
2020-10-13 22:35:39 -04:00
AndersonTorres 87056f5fa1 unqlite: init at 1.1.9 2020-10-13 22:38:27 -03:00
Malte Brandy cebf9198f3
treewide: De-inline uses of lib.boolToString
This commit should not change eval results
2020-10-14 01:46:17 +02:00
Lassulus 629fb9492e
Merge pull request #96486 from wahjava/fix-profanity
libmesode: Add a patch from upstream to fix SSL verification
2020-10-13 21:07:01 +02:00
Frederik Rietdijk dc0aeee5db Merge staging-next into staging 2020-10-13 19:35:37 +02:00
Frederik Rietdijk 9e1943edc0 Merge master into staging-next 2020-10-13 19:34:34 +02:00
Gabriel Ebner 2424c42290
Merge pull request #100210 from TredwellGit/libvpx
libvpx: 1.7.0 -> 1.9.0
2020-10-13 17:29:53 +02:00
Gabriel Ebner 1e95393052
Merge pull request #99647 from alexbakker/re2-20201001
re2: 20190401 -> 20201001
2020-10-13 17:25:20 +02:00
Nick Hu f0cd405827
libayatana-appindicator: 0.5.4 -> 0.5.5, generate typelibs for gobject-introspection
libayatana-indicator: 0.6.3 -> 0.8.2
2020-10-13 16:02:12 +01:00
Sergey Makarov 445e34a268
tllist: 1.0.2 -> 1.0.4 2020-10-12 22:40:23 +03:00
Sergey Makarov 99a6e13929
fcft: 2.2.6 -> 2.3.1 2020-10-12 22:40:22 +03:00
Florian Klink cddb921a90
Merge pull request #99385 from maxxk/odpic-4.0.2
odpic: 3.3.0 -> 4.0.2
2020-10-11 22:58:02 +02:00
Gabriel Ebner c774e42a2b
Merge pull request #94768 from r-ryantm/auto-update/libcerf
libcerf: 1.13 -> 2.0
2020-10-11 12:35:05 +02:00
Rasmus Rendal 78b030f317 boost174: init at 1.74.0 2020-10-11 10:26:47 +02:00
Rasmus Rendal 35e296f5e5 boost173: init at 1.73.0 2020-10-11 10:26:47 +02:00
TredwellGit 4975a15e72 libvpx: 1.7.0 -> 1.9.0
https://github.com/webmproject/libvpx/releases/tag/v1.8.0
https://github.com/webmproject/libvpx/releases/tag/v1.8.1
https://github.com/webmproject/libvpx/releases/tag/v1.8.2
https://github.com/webmproject/libvpx/releases/tag/v1.9.0
2020-10-11 06:36:07 +00:00
TredwellGit 71164865ce harfbuzz: 2.7.1 -> 2.7.2
https://github.com/harfbuzz/harfbuzz/releases/tag/2.7.2
2020-10-11 02:52:06 +00:00
Jan Tojnar aabcf2d8f5
Merge branch 'master' into staging-next 2020-10-11 00:27:21 +02:00
Maciej Krüger 2085a25425
Merge pull request #98307 from mkg20001/libavif
libavif: init at 0.8.1
2020-10-11 00:04:31 +02:00
Maciej Krüger 61a1ffbcb2
libavif: init at 0.8.1 2020-10-10 19:29:32 +02:00
markuskowa 913c5da925
Merge pull request #99954 from drewrisinger/dr-pr-libcint-bump
libcint: 3.1.1 -> 4.0.2
2020-10-10 17:43:28 +02:00
markuskowa 993713e6e3
Merge pull request #100055 from markuskowa/upd-hwloc
hwloc: 2.2.0 -> 2.3.0
2020-10-10 17:38:13 +02:00
sohalt adf6c2c2d5 ldutils: init at 1.01 2020-10-10 11:20:17 -04:00
Thiago Franco de Moraes e86f68f161
python3Packages.gdcm: 3.0.7 -> 3.0.8 (#100106) 2020-10-10 08:09:08 -05:00
Vladimír Čunát 338b25697c
Merge branch 'master' into staging-next
Quite many rebuilds from master:
> Estimating rebuild amount by counting changed Hydra jobs.
>    3926 x86_64-darwin
>    4645 x86_64-linux
2020-10-10 11:32:10 +02:00
Markus Kowalewski 02cb00240f
hwloc: 2.2.0 -> 2.3.0 2020-10-10 08:48:40 +02:00
Jan Tojnar 7a074c997d
Merge pull request #100100 from jtojnar/xdg-desktop-portal-gtk-1.8
xdg-desktop-portal-gtk: 1.7.1 → 1.8.0
2020-10-09 22:14:58 +02:00
Jan Tojnar ddbd818679
xdg-desktop-portal-gtk: 1.7.1 → 1.8.0
https://github.com/flatpak/xdg-desktop-portal-gtk/releases/tag/1.8.0

Also correct license and stop using pkg-config alias.
2020-10-09 21:16:10 +02:00
Dmitry Kalinkin 5540128f68
Merge pull request #99993 from veprbl/pr/pythia_8_303
pythia: 8.244 -> 8.303
2020-10-09 15:16:01 -04:00
zowoq 95d4e9a7d1 pangolin: remove trailing whitespace 2020-10-09 18:29:57 +10:00
Ryan Mulligan 8af4f1f3ea
Merge pull request #97386 from KAction/tinycdb-static
tinycdb: add support for static build
2020-10-08 21:22:57 -07:00
Dmitry Bogatov 88b0840f73 tinycdb: add support for static build 2020-10-08 23:47:32 -04:00
Dmitry Kalinkin 6b74dfe376 arrow-cpp: 1.0.0 -> 1.0.1 2020-10-08 18:33:05 -07:00
Frederik Rietdijk ec28e32c9e Merge master into staging-next 2020-10-08 21:47:26 +02:00
Austin Seipp 1d83d90b39
Merge pull request #99449 from ruuda/libressl-3.1.4
libressl_3_1: 3.1.3 -> 3.1.4
2020-10-08 12:37:32 -05:00
ajs124 7b0c79c056 babl: 0.1.80 -> 0.1.82 2020-10-08 17:50:00 +02:00
Mario Rodas 6d755c6082 libck: enable on darwin 2020-10-08 04:20:00 +00:00
Lassulus 059a2ef9ad
Merge pull request #98582 from bcdarwin/update-simpleitk
simpleitk: 1.2.4 -> 2.0.0
2020-10-08 22:39:52 +02:00
Doron Behar 7ebd42b87f
Merge pull request #99956 from FRidh/qt 2020-10-08 22:49:35 +03:00
Lassulus f849b13978
Merge pull request #98571 from bcdarwin/gifticlib
gifticlib: init at unstable-2020-07-07
2020-10-08 21:48:31 +02:00