Commit graph

33804 commits

Author SHA1 Message Date
Roman Plášil 3a3ccb106e Address PR comments 2020-02-28 18:50:12 +01:00
Roman Plášil f47e6ff4ed leveldb: fix rpath setting on Darwin 2020-02-28 18:50:12 +01:00
Roman Plášil fb285f2153 minetest: update to 5.1.0 and build on Darwin 2020-02-28 18:50:12 +01:00
Peter Simons 05ab8c6d4c mlt: update from version 6.18.0 to 6.20.0 2020-02-28 16:42:29 +01:00
Scott Worley 695c1339b8 libu2f-host: Fix license 2020-02-28 14:53:19 +00:00
Orivej Desh 8c1cb557c6 fmt: 6.1.1 -> 6.1.2
Tests and parallel building are enabled by default.
2020-02-28 13:17:10 +00:00
R. RyanTM 2e074b60e4
xapian: 1.4.14 -> 1.4.15 2020-02-27 16:45:44 +00:00
Mario Rodas 97306926fb
Merge pull request #81183 from marsam/fix-talloc-darwin
talloc: fix build on darwin
2020-02-27 23:18:39 -05:00
Ryan Mulligan e6eb0dfa7d
Merge pull request #81213 from r-ryantm/auto-update/dnnl
dnnl: 1.2 -> 1.2.1
2020-02-27 20:10:04 -08:00
Dmitry Kalinkin 544baad622
Merge pull request #79817 from tobim/pkgs/arrow-cpp-0.16
arrow-cpp: 0.15.1 -> 0.16.0
2020-02-27 19:46:29 -05:00
R. RyanTM 70081ecc17 dnnl: 1.2 -> 1.2.1 2020-02-27 21:42:17 +00:00
worldofpeace b1ec189c9f
Merge pull request #80746 from vcunat/p/openssl-eol
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
2020-02-27 20:12:09 +00:00
Dmitry Kalinkin 56c2b7cb9a
arrow-cpp: fix RPATH on darwin
Instead of patching test binaries with install_name_tool just set
CMAKE_SKIP_BUILD_RPATH to OFF let cmake compile them with RPATH set
correctly.

Add CMAKE_INSTALL_RPATH to set correct RPATH for the installed
executables for parquet tools. We could set it to an absolute path using
"-DCMAKE_INSTALL_RPATH=${placeholder "out"}", but instead we use
@loader_path to provide a relocable solution.
2020-02-27 12:50:23 -05:00
Mario Rodas 014c95bc18
talloc: fix build on darwin 2020-02-27 04:20:00 -05:00
Michael Raskin b41a7eeb18
Merge pull request #79864 from doronbehar/improve-octave
octave: Use qt5 and other improvements
2020-02-27 06:32:54 +00:00
Klaas van Schelven 1b79fb8c94 readline: remove vanschelven from maintainers 2020-02-26 12:13:33 -08:00
Richard Marko d617e54692 talloc: 2.1.14 -> 2.1.16, build with python3 2020-02-26 11:55:39 +01:00
Tobias Mayer 5ddadce27b
arrow-cpp: 0.15.1 -> 0.16.0
This switches to explicitly enabling dependency lookups for
optional features (they were not picked up before).
It also enables building of the Parquet command line tools.
2020-02-26 10:23:43 +01:00
Michael Raskin 633dd4d8a1
Merge pull request #80876 from r-ryantm/auto-update/cgal
cgal_5: 5.0 -> 5.0.1
2020-02-25 20:43:35 +00:00
Andrew Childs 1a73b69e20
liblinear: use absolute install name on Darwin (#81015)
nixpkgs prefers absolute install names. Replace the manually specified
relative install name with the standard hook.
2020-02-25 10:31:53 -05:00
Andreas Rammhold 52a076e3a4
Merge pull request #81004 from lopsided98/libyamlcpp-single-output
libyamlcpp: don't use multiple outputs
2020-02-25 10:52:11 +01:00
Doron Behar d7c6c9a793
cpp-utilities: patch upstream issue 18 (#80014)
See https://github.com/Martchus/cpp-utilities/issues/18
2020-02-25 03:36:57 -05:00
Ben Wolsieffer bdbbe6f34f libyamlcpp: don't use multiple outputs
This package uses CMake's install(EXPORT ...) command which assumes that
libraries are installed in the same location as the CMake files.
2020-02-24 21:49:17 -05:00
worldofpeace 509533426b
Merge pull request #80983 from B4dM4n/seasocks-fix
seasocks: remove unneeded patch
2020-02-24 16:31:26 -05:00
Fabian Möller 2bd5d8c04a
seasocks: remove unneeded patch 2020-02-24 21:28:00 +01:00
Marek Mahut f5d2675512
Merge pull request #80909 from artemist/libfido2
libfido2: add macOS support
2020-02-24 18:44:58 +01:00
Christoph Hrdinka dc436efc90
Merge pull request #80513 from r-ryantm/auto-update/mapnik
mapnik: 3.0.22 -> 3.0.23
2020-02-24 11:49:46 +01:00
R. RyanTM eda05110a0 hpx: 1.4.0 -> 1.4.1 2020-02-23 14:12:57 -08:00
Artemis Tosini 099359afc7
libfido2: add macOS support
* pass IOKit to libfido2
* Add a patch so that cmake uses lld flags when linking
* Upgrade from 1.3.0 to 1.3.1 (based off #80781)
* Specify CMAKE_INSTALL_LIBDIR so that the demo binaries link
  correctly on macOS and libfido2.pc specifies correct arguments
2020-02-23 19:46:14 +00:00
Franz Pletz 02fc8dc4dc
Merge pull request #79882 from petabyteboy/feature/netifd
update libubox, uqmi; init uci, ubus, netifd
2020-02-23 17:11:59 +00:00
R. RyanTM 92ef705954 cgal_5: 5.0 -> 5.0.1 2020-02-23 08:16:52 +00:00
David Wood b0d7d8527b sycl-info: init at unstable-2019-11-19
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood 0ce1b1a380 lyra: init at 1.1
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
David Wood 54cbe01782 doctest: init at 2.3.5
Signed-off-by: David Wood <david@davidtw.co>
2020-02-22 10:57:37 -08:00
Daniël de Kok 9bab3b5a61 sentencepiece: set platforms to unix to support Darwin
- The sentencepiece library builds fine on Darwin as well.
- Remove superfluous `enableParallelBuilding = true`.
- Make the value of homepage a string.
2020-02-22 10:55:48 -08:00
Doron Behar 749afca8dc sundials: Add version 2.7.0 as sundials_2 2020-02-22 12:32:23 +02:00
Dmitry Kalinkin b83257ca5f
lhapdf.pdf_sets: fix download url 2020-02-21 19:36:34 -05:00
Florian Klink f545816c62
Merge pull request #80540 from flokli/scikits-odes-2.6.1
python.pkgs.scikits-odes: 2.4.0-9-g93075ae ->  2.6.1
2020-02-22 00:29:49 +01:00
Vladimír Čunát 7cda2823be
openssl_1_0_2: mark as insecure; fixes #77503 (kinda)
No vulnerabilities are know so far (to me), but still I'd go this way.
Especially for 20.03 it seems better to deprecate it before official
release happens.

Current casualties:
$ ./maintainers/scripts/rebuild-amount.sh --print HEAD HEAD^
Estimating rebuild amount by counting changed Hydra jobs.
     87 x86_64-darwin
    161 x86_64-linux
2020-02-21 18:49:16 +01:00
Marek Mahut 1ea0a243d2 libfido2: evaluate systemd only on Linux 2020-02-21 13:53:27 +01:00
Marek Mahut 448c671a62
Merge pull request #80710 from mmahut/libfido2
libfido2: build only Linux
2020-02-21 13:47:48 +01:00
Jan Tojnar 0c4755b420
Merge pull request #80715 from jtojnar/gimp-2.10.16
gimp: 2.10.14 → 2.10.16
2020-02-21 13:08:02 +01:00
Marek Mahut 852d2bcfd4 libfido2: linux build only 2020-02-21 12:56:45 +01:00
Jan Tojnar abacc68138
gegl_0_4: 0.4.20 → 0.4.22
https://gitlab.gnome.org/GNOME/gegl/blob/GEGL_0_4_22/docs/NEWS.txt#L1-9
2020-02-21 12:27:51 +01:00
Jan Tojnar 0328d77cb8
mypaint-brushes1: 1.3.0 → 1.3.1
https://github.com/mypaint/mypaint-brushes/releases/tag/v1.3.1
2020-02-21 12:27:51 +01:00
markuskowa 39fce027b8
Merge pull request #80641 from ikervagyok/ucx
ucx: init at 1.7.0
2020-02-20 23:27:59 +01:00
Lengyel Balazs 78d5a13cf8 ucx: init at 1.7.0 2020-02-20 15:24:18 +01:00
Alyssa Ross 14d6777962 virglrenderer: 0.7.0 -> 0.8.1
freedesktop.org tarballs haven't been published since 0.7.0.  I've
sent a message to the mailing list (<87eev3cgcz.fsf@alyssa.is>),
suggesting newer tarballs be published.

Build system has changed from autoconf to meson+cmake/ninja, and the
vtest/util.c patch doesn't seem to be necessary any more.
2020-02-20 05:35:00 +00:00
Maximilian Bosch 3c0b262cee
Merge pull request #80417 from Ma27/fix-waybar
waybar: 0.9.0 -> 0.9.1, fix build
2020-02-20 01:50:44 +01:00
ajs124 194f3aa4b5 mimalloc: 1.1.0 -> 1.6.1 2020-02-19 10:31:25 -06:00