Commit graph

36202 commits

Author SHA1 Message Date
Linus Heckemann 6cbcb7599c
Merge pull request #97589 from bcdarwin/upgrade-nifticlib
nifticlib: 2.0.0 -> 3.0.1
2020-09-10 07:54:17 +02:00
Ben Darwin 98512f3eaa nifticlib: 2.0.0 -> 3.0.1 2020-09-09 15:26:04 -04:00
David Anderson 3a38cef8f9 jasper: remove, abandoned upstream.
Jasper has been marked insecure for a while, and upstream has not
been responsive to CVEs for over a year.

Fixes #55388.

Signed-off-by: David Anderson <dave@natulte.net>
2020-09-09 18:29:42 +00:00
Maximilian Bosch f729755d4d
Merge pull request #97521 from peterhoeg/u/fz_3500
filezilla: 3.49.1 -> 3.50.0
2020-09-09 19:40:34 +02:00
WORLDofPEACE ca2fd92dad
Merge pull request #97534 from timokau/exiv2-no-splitting
exiv2: disable output splitting
2020-09-09 11:01:31 -04:00
Michael Weiss b8f7063cac
ffmpeg-full: Add support for rav1e (faster AV1 encoding)
#95188
2020-09-09 15:52:34 +02:00
Timo Kaufmann f8f840f664 exiv2: disable output splitting
This is a temporary workaround. See the linked comment.
2020-09-09 14:12:25 +02:00
Peter Hoeg d70480f30e libfilezilla: 0.24.0 -> 0.24.1 2020-09-09 17:22:17 +08:00
WORLDofPEACE 04fb0bb5e2
Merge pull request #97161 from jtojnar/exiv2-cleanup
exiv2: clean up
2020-09-08 19:55:09 -04:00
Mario Rodas 486c97472e
Merge pull request #97331 from r-ryantm/auto-update/yder
yder: 1.4.11 -> 1.4.12
2020-09-08 18:45:09 -05:00
Daniël de Kok 466522c919
Merge pull request #97137 from danieldk/blis-0.7.0
blis: init at 0.7.0
2020-09-08 14:55:39 +02:00
Jonathan Ringer cceb63ff0a allegro: fix build, use texinfo6_5 2020-09-08 01:03:27 -07:00
Thomas Tuegel 0b3cc29f09
Merge pull request #97242 from ttuegel/qt-5.15
Qt 5.15.0
2020-09-07 20:18:57 -05:00
Benjamin Hipple 3c4335723c
Merge pull request #97019 from danieldk/mkl-2020.2
mkl: 2020.2.254 -> 2020.3.279
2020-09-07 13:28:27 -04:00
Ryan Mulligan ec2b4a29da
Merge pull request #97353 from r-ryantm/auto-update/armadillo
armadillo: 9.900.2 -> 9.900.3
2020-09-07 09:49:37 -07:00
Thomas Tuegel 60a13a2240
herqq: pin to qt514 2020-09-07 11:43:40 -05:00
Thomas Tuegel d1e022773d
dxflib: move to libsForQt5 2020-09-07 11:20:28 -05:00
Thomas Tuegel 858ccc567c
soqt: add to libsForQt5 2020-09-07 10:54:55 -05:00
Thomas Tuegel 91e0c687ac
qoauth: move to libsForQt5 2020-09-07 10:27:29 -05:00
Thomas Tuegel 210bfccb53
qca2-qt5: remove in favor of libsForQt5.qca-qt5 2020-09-07 10:18:10 -05:00
Jan Tojnar 3dc2c52851
exiv2: clean up
- EXIV2_BUILD_PO has been replaced by EXIV2_ENABLE_NLS
  076585d147
  Confusingly, the former still appears in the flag summary.
- Remove enableParallelBuilding since it is on by default with CMake
- Reorder the expression
- Apply upstream GNUInstallDirs patch
- Build stuff in build phase, not in install phase
- Add maintainers field (empty at the moment)
2020-09-07 17:02:31 +02:00
Jan Tojnar 87ec0fb5f3
Merge pull request #96982 from graham33/fix/96981_suitesparse_dylib_names
suitesparse: rename fixDarwinDylibNames override
2020-09-07 16:51:07 +02:00
Vladimír Čunát c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
Thomas Tuegel b32b655ce9 plasma-wayland-protocols: add ttuegel as maintainer 2020-09-07 08:06:22 -05:00
Thomas Tuegel 91bee6f06c mlt: broken with Qt 5.15 2020-09-07 08:05:40 -05:00
Thomas Tuegel b3d72930d8 qtbase: Preserve configuration options on Qt < 5.15 2020-09-07 08:05:38 -05:00
Thomas Tuegel d6a57a8f4d pcl: broken with qtbase >= 5.15 2020-09-07 08:05:35 -05:00
Thomas Tuegel 017e498d02 Revert "qt514: remove"
This reverts commit bec5405fc5449f5eb9103249bf2c5dfed9fdcce9.

Qt 5.14 is still supported upstream, so we will not remove it yet.
2020-09-07 08:05:27 -05:00
Thomas Tuegel 01bcfd3579 qtwebkit: mark broken with Qt 5.15 2020-09-07 08:05:24 -05:00
Timothy DeHerrera 2a5f800520 qt514: remove 2020-09-07 08:05:11 -05:00
Timothy DeHerrera eb919fa712 qt5: 5.14.2 -> 5.15.0 2020-09-07 08:05:06 -05:00
R. RyanTM 9bf4524e15 armadillo: 9.900.2 -> 9.900.3 2020-09-07 10:29:59 +00:00
R. RyanTM bbde0265f8 yder: 1.4.11 -> 1.4.12 2020-09-07 06:37:40 +00:00
Graham Bennett e10228defa suitesparse: remove custom fixDarwinDylibNames postInstall
This shadows the regular fixDarwinDylibNames function, which is a
nativeBuildInput, and prevents it from converting some relative paths to
absolute.  According to the comment this can be removed as of 5.7.2.
2020-09-06 19:57:21 +01:00
R. RyanTM a5121f73e3 catch2: 2.12.2 -> 2.12.3 2020-09-06 18:53:20 +02:00
R. RyanTM cd435ce7d3 opencl-clhpp: 2.0.11 -> 2.0.12 2020-09-06 18:52:54 +02:00
R. RyanTM 6c2059b334 qwt6_qt4: 6.1.4 -> 6.1.5 2020-09-06 18:50:24 +02:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
Hannes Weisbach 1488e7d1c4 tbb: fix library install name on macOS
by adding fixDarwinDylibNames to nativeBuildInputs
2020-09-06 11:15:11 +02:00
Frederik Rietdijk e7710c9cb9
Merge pull request #97253 from risicle/ris-tiledb-2.0.7
tiledb: 1.7.7 -> 2.0.7, pythonPackages.tiledb: 0.5.6 -> 0.6.6, enable for darwin along with libpqxx
2020-09-06 08:10:55 +02:00
Mario Rodas 5dd00eae02
Merge pull request #97173 from r-ryantm/auto-update/hpx
hpx: 1.4.1 -> 1.5.0
2020-09-05 21:16:59 -05:00
Mario Rodas e9d0368115
Merge pull request #97216 from r-ryantm/auto-update/openlibm
openlibm: 0.7.0 -> 0.7.1
2020-09-05 20:58:50 -05:00
WORLDofPEACE f29a7c66d1
Merge pull request #97060 from worldofpeace/pantheon-updates-sep2020
Pantheon updates Sep 2020
2020-09-05 18:15:02 -04:00
Robert Scott 22a9d9aa5b tiledb: enable for all unix, add tweaks for darwin & non-x86 systems 2020-09-05 22:43:55 +01:00
Ryan Mulligan 00524fa64d
Merge pull request #97185 from r-ryantm/auto-update/libcint
libcint: 3.0.20 -> 3.1.1
2020-09-05 13:01:54 -07:00
Robert Scott edeece0aab libpqxx: enable for darwin 2020-09-05 19:49:33 +01:00
R. RyanTM 33b860eca1 tiledb: 1.7.7 -> 2.0.7 2020-09-05 17:22:39 +01:00
Robert Scott 6150ee8590
Merge pull request #93098 from ardumont/bump-spdlog
spdlog: 1.6.0 -> 1.7.0
2020-09-05 16:14:20 +01:00
Ryan Mulligan 0f792072d1
Merge pull request #97188 from r-ryantm/auto-update/liblouis
liblouis: 3.14.0 -> 3.15.0
2020-09-05 06:01:55 -07:00
Ryan Mulligan b78b260822
Merge pull request #97197 from r-ryantm/auto-update/lyra
lyra: 1.4 -> 1.5.1
2020-09-05 06:00:01 -07:00