Commit Graph

36007 Commits

Author SHA1 Message Date
Mario Rodas
49dc0245c4
Merge pull request #90116 from purcell/netcdf-no-gcc-at-runtime
netcdf: prevent bogus runtime dependency on gcc
2020-08-16 00:37:40 -05:00
Ryan Mulligan
6cab8c2617
Merge pull request #94569 from r-ryantm/auto-update/aspell-dict-de
aspellDicts.de: 20030222-1 -> 20161207-7-0
2020-08-15 15:49:28 -07:00
Thiago Franco de Moraes
dbf46a3da2 vtk_9: init at 9.0.1 2020-08-15 15:27:16 -07:00
R. RyanTM
8ab80f19f1 cgal_5: 5.0.2 -> 5.0.3 2020-08-15 15:26:38 -07:00
Michael Weiss
dfbda2135c
Merge pull request #89657 from primeos/mesa-DriConf-fix
mesa: Set datadir so that the path to the DriConf defaults is correct
2020-08-15 22:36:42 +02:00
Rohit Goswami
ead47f075a
rang: init at v3.1.0 2020-08-15 19:36:04 +00:00
hannesweisbach
371e2622c0
tk: fix build on darwin
Installing libtk on macOS 10.15.5 resulted in a following warning:

    warning: skipping dangling symlink '/nix/store/3whl4256v6qf15dsm1d5mf0lzhfh6w06-user-environment/lib/libtk.so'

which was caused by the following code in generic.nix of the tk derivation:

    ln -s $out/lib/libtk${super.tcl.release}.so $out/lib/libtk.so

Shared libraries on macOS are suffixed `.dylib' not 'so' so
libtk${version}.so does not actually exist. Consequently a symlink from
libtk.dylib is never created and linking against tk fails.
2020-08-15 17:37:13 +02:00
Silvan Mosberger
a4eb930de3
Merge pull request #96050 from numinit/libguestfs-fixes
libguestfs: Add Berkeley DB as a dependency
2020-08-23 18:35:08 +02:00
Daniël de Kok
bebe5c963f
Merge pull request #95739 from danieldk/magma-2.5.3
magma: 2.5.0 -> 2.5.3
2020-08-23 10:58:21 +02:00
numinit
3a8a327ffa libguestfs: Add Berkeley DB as a dependency 2020-08-22 20:43:13 -06:00
Daniël de Kok
147e24dcd6 magma: 2.5.0 -> 2.5.3
Other changes:

- Move gfortran and cmake to nativeBuildInputs.
- Magma now (only) generates dynamic libraries by default.
- Use ninja for faster builds.
2020-08-18 11:18:08 +02:00
Martin Weinelt
99d379c45c
Merge pull request #79874 from oxzi/tinycbor-v0.5.3
tinycbor: init at 0.5.3
2020-08-15 16:31:31 +02:00
Alvar Penning
c3da51ff08 tinycbor: init at 0.5.3 2020-08-15 16:23:26 +02:00
Frederik Rietdijk
cfe6081cee Merge staging-next into staging 2020-08-15 09:12:42 +02:00
R. RyanTM
e3a495f281 imlib2: 1.6.1 -> 1.7.0 2020-08-15 09:05:50 +02:00
R. RyanTM
c6825953c0 libmbim: 1.24.0 -> 1.24.2 2020-08-15 09:05:27 +02:00
R. RyanTM
cdd153807e libqmi: 1.26.0 -> 1.26.2 2020-08-15 09:05:06 +02:00
Dominik Honnef
90cd27e4a0 x265: build a single shared library for all bit-depths
This builds the 10-bit and 12-bit versions of x265 as static
libraries, which then get linked into the 8-bit dynamic library and
executable. This causes x265 to default to 8-bit, but make 10- and
12-bit available to callers that use introspection, such as ffmpeg.

    $ x265 -V
    x265 [info]: HEVC encoder version 3.2
    x265 [info]: build info [Linux][GCC 9.3.0][64 bit] 8bit+10bit+12bit
    x265 [info]: using cpu capabilities: MMX2 SSE2Fast LZCNT SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2

    $ ffmpeg -h encoder=libx265
    [...]
        Supported pixel formats: yuv420p yuvj420p yuv422p yuvj422p yuv444p yuvj444p gbrp yuv420p10le yuv422p10le yuv444p10le gbrp10le yuv420p12le yuv422p12le yuv444p12le gbrp12le gray gray10le gray12le

Inspired by @codyopel's comment on #80405.
2020-08-15 08:59:31 +02:00
Frederik Rietdijk
d59c57f8a6
Merge pull request #92412 from matthewbauer/blas-cross
Blas/Lapack cross fixes
2020-08-15 08:55:57 +02:00
David Guibert
1b54b2aa0d ffmpeg: set explicit --enable-libass
needed for subtitles filter.
2020-08-15 08:54:01 +02:00
Ryan Mulligan
a0c7ccf4ae
Merge pull request #95415 from r-ryantm/auto-update/intel-media-sdk
intel-media-sdk: 20.2.0 -> 20.2.1
2020-08-14 23:52:24 -07:00
R. RyanTM
7c2918230f libevdev: 1.9.0 -> 1.9.1 2020-08-15 08:50:17 +02:00
Rohit Goswami
1a3c5b2203 libuv: Skip tests which time out 2020-08-15 08:37:12 +02:00
R. RyanTM
760a0ef7ba check: 0.15.0 -> 0.15.2 2020-08-15 08:36:33 +02:00
Thomas Tuegel
5530043208 qtdeclarative: Patch for scrollbar regression 2020-08-15 08:36:15 +02:00
Jan Tojnar
a1baa4f0bf openexr: 2.5.2 → 2.5.3
https://github.com/AcademySoftwareFoundation/openexr/releases/tag/v2.5.3

* Includes the musl patch.
* Also clean up a bit while at it:
    * libtool not necessary since CMake port
    * enableParallelBuilding is on by default with cmake
2020-08-15 08:33:38 +02:00
R. RyanTM
1e91e72a62 libipt: 2.0.1 -> 2.0.2 2020-08-15 08:31:38 +02:00
Daniël de Kok
99ab8713bf
Merge pull request #95464 from sternenseemann/tllist-1.0.2
tllist: 1.0.1 → 1.0.2
2020-08-15 08:29:49 +02:00
Daniël de Kok
20656b7ba9 rocm-thunk: 3.5.0 -> 3.7.0 2020-08-15 07:38:52 +02:00
R. RyanTM
811f21c5f4 librealsense: 2.36.0 -> 2.38.0 2020-08-14 17:15:32 -07:00
sternenseemann
8c84a3b433 tllist: 1.0.1 → 1.0.2 2020-08-15 01:33:15 +02:00
freezeboy
ff8e1825ab librealsense,python3Packages.pyrealsense2: refactor to add cudaSupport and python bindings 2020-08-14 15:47:17 -07:00
Jan Tojnar
47d561b10f libinput: 1.15.6 -> 1.16.1
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html
2020-08-14 21:28:29 +02:00
worldofpeace
4301143db5
Merge pull request #95432 from dasj19/webkitgtk-update
webkitgtk: 2.28.3 -> 2.28.4
2020-08-14 14:34:41 -04:00
Ryan Mulligan
f1f9ea32a6
Merge pull request #95430 from r-ryantm/auto-update/libmediainfo
libmediainfo: 20.03 -> 20.08
2020-08-14 11:25:28 -07:00
Daniel Șerbănescu
78623366f6 gdk-pixbuf-xlib: 2019-10-19-unstable -> 2020-06-11-unstable 2020-08-14 17:22:18 +02:00
Daniel Șerbănescu
838955243d webkitgtk: 2.28.3 -> 2.28.4 2020-08-14 17:11:44 +02:00
R. RyanTM
6eddb3be7c libmediainfo: 20.03 -> 20.08 2020-08-14 14:43:09 +00:00
Matthew Maurer
1c243af737 ocamlPackages.bap: 1.6.0 -> 2.0.0
Also roll libbap forwards, as it does not build against the new bap.
2020-08-14 15:26:15 +02:00
R. RyanTM
7fda64b4d7 gegl_0_4: 0.4.24 -> 0.4.26 2020-08-14 12:30:40 +02:00
R. RyanTM
27f89ed443 intel-media-sdk: 20.2.0 -> 20.2.1 2020-08-14 10:01:19 +00:00
Jan Tojnar
afe22f645a
Merge branch 'staging-next' into staging 2020-08-13 21:59:15 +02:00
Michael Weiss
cd41673813
mesa: Move the DriConf defaults from $drivers to $out
The effective change is that "drirc.d/00-mesa-defaults.conf" will now be
installed to $out instead of $drivers and not appear under
"/run/opengl-driver/share/" anymore.

This is done to fix #89421, i.e. so that Mesa will find and load the
included DriConf defaults. The other files in "$drivers/share" will not
be moved to $out as some Nixpkgs logic might depend on them being
available under "/run/opengl-driver/share/" (e.g. addOpenGLRunpath).
2020-08-13 21:35:55 +02:00
Daniël de Kok
43ffe0d328
Merge pull request #95348 from r-ryantm/auto-update/docopt.cpp
docopt_cpp: 0.6.2 -> 0.6.3
2020-08-13 20:45:03 +02:00
R. RyanTM
f1e713feb1 docopt_cpp: 0.6.2 -> 0.6.3 2020-08-13 20:42:08 +02:00
Niklas Hambüchen
e2eb3289b0
Merge pull request #94207 from nh2/mesa-musl-fix-Werror-int-conversion-errors
mesa: Fix `-Werror=int-conversion` build error on musl.
2020-08-13 16:13:46 +02:00
R. RyanTM
01b0290516 babl: 0.1.78 -> 0.1.80 2020-08-13 13:54:09 +02:00
Daniel Schaefer
33e86dd228 pcre2: Disable JIT on RISC-V
JIT isn't yet supported on RISC-V. JIT was disabled for pcre on RISC-V
in 158cf6449c
2020-08-13 13:10:02 +02:00
Frederik Rietdijk
7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Daniël de Kok
89b6e7746e
Merge pull request #95301 from lopsided98/geos-arm
geos: fix build on 32-bit ARM
2020-08-13 08:14:47 +02:00
Mario Rodas
f8cdd95dc1
Merge pull request #95140 from r-ryantm/auto-update/libmaxminddb
libmaxminddb: 1.4.2 -> 1.4.3
2020-08-12 18:35:34 -05:00
R. RyanTM
f7fe83afa4 zimg: 2.9.3 -> 3.0 2020-08-12 23:29:13 +00:00
Ben Wolsieffer
b24c7c5306 geos: fix build on 32-bit ARM 2020-08-12 18:46:51 -04:00
Ryan Mulligan
466d6fc700
Merge pull request #95241 from r-ryantm/auto-update/cpp-utilities
cpp-utilities: 5.5.0 -> 5.6.0
2020-08-12 15:35:45 -07:00
Nick Hu
97538a9a55
Merge pull request #95059 from alexarice/agda-generic
agdaPackages.generic: init at v0.1
2020-08-12 21:49:11 +01:00
Nick Hu
0277b9dcf5
Merge pull request #90161 from alexarice/agda-categories
agda-categories: 0.1 -> 0.1.3.1
2020-08-12 21:46:47 +01:00
Jan Tojnar
e4eb966875 openexr: 2.4.1 -> 2.5.2
Needed to apply patch to fix pkg-config files so also removed patch that is unused since the switch to CMake during patches refactoring.
2020-08-12 21:03:44 +02:00
Mario Rodas
5e6767e1ea
Merge pull request #95177 from r-ryantm/auto-update/seasocks
seasocks: 1.4.3 -> 1.4.4
2020-08-12 08:48:31 -05:00
Florian Klink
b761543f16 fontconfig_210: remove
This isn't used anymore anywhere, and vulnerable to CVE-2016-5384.
2020-08-12 13:40:46 +02:00
R. RyanTM
863425d138 cpp-utilities: 5.5.0 -> 5.6.0 2020-08-12 07:22:56 +00:00
Niklas Hambüchen
85d08220d5 mesa: Fix -Werror=int-conversion build error on musl.
Upstream PR I made: https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6121
2020-08-12 03:40:44 +02:00
Jan Tojnar
d27f04e59a
Merge pull request #94018 from r-ryantm/auto-update/gthree
gthree: 0.2.0 -> 0.9.0
2020-08-11 23:35:50 +02:00
Jan Tojnar
e4fc19e66e
gthree: 0.2.0 -> 0.9.0 2020-08-11 23:20:18 +02:00
Michael Weiss
6b188c1f08
wlroots: Fix the build by not copying the library to $examples
Copying libwlroots isn't required anymore since the library runpath
of the example binaries now correctly references $out/lib anyway.

Fix #95205.
2020-08-11 22:45:12 +02:00
Jan Tojnar
11da469fa5
Merge branch 'staging-next' into staging 2020-08-11 16:18:42 +02:00
R. RyanTM
6d8cd1e3ed seasocks: 1.4.3 -> 1.4.4 2020-08-11 13:31:36 +00:00
Daniël de Kok
a93340d651
Merge pull request #94933 from danieldk/amdvlk-2020.Q3.3
amdvlk: 2020.Q3.2 -> 2020.Q3.3
2020-08-11 11:04:48 +02:00
Frederik Rietdijk
46ee7ddcad Merge staging-next into staging 2020-08-11 10:26:59 +02:00
Frederik Rietdijk
f707715136 Merge master into staging-next 2020-08-11 10:26:35 +02:00
Jörg Thalheim
8065985034
Merge pull request #94520 from r-ryantm/auto-update/libbytesize
libbytesize: 2.3 -> 2.4
2020-08-11 07:48:31 +01:00
R. RyanTM
2097c213d1 libmaxminddb: 1.4.2 -> 1.4.3 2020-08-11 05:35:07 +00:00
Benjamin Hipple
d4bbe9a3ed
Merge pull request #95085 from alexarice/agda-prelude-update
agda-prelude: compat-2.6.0 -> compat-2.6.1
2020-08-10 21:19:27 -04:00
Niklas Hambüchen
388076f985
Merge pull request #94205 from nh2/ilmbase-non-glibc-fpstate
openexr, ilmbase: Fix compilation on non-glibc.
2020-08-11 00:39:00 +02:00
Daniël de Kok
1ae9146803
Merge pull request #94801 from r-ryantm/auto-update/medfile
medfile: 4.0.0 -> 4.1.0
2020-08-10 17:44:04 +02:00
Peter Hoeg
02d8704c03
Merge pull request #94701 from NixOS/u/kmscon
kmscon: 8 -> unstable-2018-09-07
2020-08-10 22:24:15 +08:00
Daniel Șerbănescu
3a2ac8a744 gfbgraph: 0.2.3 -> 0.2.4 2020-08-10 16:21:58 +02:00
Alex Rice
8735356e27
agda-prelude: compat-2.6.0 -> compat-2.6.1 2020-08-10 15:07:49 +01:00
Alex Rice
c63ece0998
agdaPackages.generic: init at v0.1 2020-08-10 14:56:23 +01:00
Jan Tojnar
0c3b48b7f6
Merge pull request #94197 from CRTified/pkg/lottieconverter 2020-08-10 15:05:39 +02:00
CRTified
2053fb35a2 rlottie: init at 0.1 2020-08-10 14:47:11 +02:00
Daniel Șerbănescu
c38b57f867 gtksourceview: 4.6.0 -> 4.6.1 2020-08-10 13:55:19 +02:00
zowoq
cea7cd902e buildGoModule packages: set doCheck = false 2020-08-10 16:02:30 +10:00
Michael Raskin
f70c1866aa
Merge pull request #94875 from matthuszagh/cgal
cgal: add patch so include files can be found by dependent packages
2020-08-10 04:25:18 +00:00
Daniël de Kok
593ec809b9
Merge pull request #94991 from danieldk/amd-libflame
amd-libflame: init at 2.2
2020-08-09 22:18:02 +02:00
Jonathan Ringer
e09836723d hepmc3: 3.2.0 -> 3.2.2 2020-08-09 10:44:15 -07:00
zowoq
19699d691c gettext: drop darwin patch 2020-08-09 17:41:12 +02:00
Mario Rodas
486f30936d
Merge pull request #94776 from r-ryantm/auto-update/leptonica
leptonica: 1.79.0 -> 1.80.0
2020-08-09 09:18:12 -05:00
Daniël de Kok
a49a59bc6c amd-libflame: init at 2.2
libflame is a protable library for dense matrix computations,
providing a complete LAPACK implementation. The AMD fork of libflame
is optimized for AMD CPUs.
2020-08-09 08:29:08 +02:00
Maximilian Bosch
3c7fe5bb6a
python3Packages.dlib: 19.20 -> 19.21
https://github.com/davisking/dlib/releases/tag/v19.21
2020-08-08 23:43:43 +02:00
Remy Goldschmidt
c473490524
osqp: init at 0.6.0 2020-08-08 13:32:51 -07:00
Daniël de Kok
57d4c67fb8
Merge pull request #93052 from danieldk/amd-blis-zen-only
amd-blis: init at 2.2
2020-08-08 20:01:24 +02:00
Vladimír Čunát
924ea649df
Merge #94889: mesa: 20.1.4 -> 20.1.5 (into staging) 2020-08-08 18:18:57 +02:00
Alyssa Ross
5e7d581ffd libhugetlbfs: init at 2.22 2020-08-08 13:13:27 +00:00
Michael Weiss
32b7270c0d
range-v3: 0.10.0 -> 0.11.0 (#94887) 2020-08-08 13:54:58 +02:00
Daniël de Kok
40f8b2d2ee amdvlk: add danieldk as a maintainer 2020-08-08 12:44:58 +02:00
Daniël de Kok
506cb9592b amdvlk: add meta.changelog 2020-08-08 12:38:34 +02:00
Daniël de Kok
930f197e53 amdvlk: 2020.Q3.2 -> 2020.Q3.3
Changelog:
https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2020.Q3.3
2020-08-08 12:17:38 +02:00
Daniël de Kok
a4cdc0213c
Merge pull request #94784 from r-ryantm/auto-update/libmatroska
libmatroska: 1.6.0 -> 1.6.1
2020-08-08 11:18:41 +02:00
Daniël de Kok
0d2f78130c
Merge pull request #94830 from r-ryantm/auto-update/petsc
petsc: 3.13.2 -> 3.13.3
2020-08-08 10:55:55 +02:00
Vladimír Čunát
564f440b37
Merge #94704: gperftools: fix dlopen() on aarch64 2020-08-08 09:12:03 +02:00
Silvan Mosberger
9a452a6337
Merge pull request #94825 from bachp/qtwebkit-5.212.0-alpha4
qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4
2020-08-08 01:30:20 +02:00
Louis Tim Larsen
e768fce754
libhdhomerun: add comment about UDP firewall rule
PR #94620
2020-08-08 01:01:33 +02:00
Frederik Rietdijk
6a201763b4 Merge master into staging-next 2020-08-07 23:01:57 +02:00
John Ericson
0bb1b894aa
Merge pull request #88783 from NickHu/ayatana
libayatana-appindicator: init at 0.5.4 libayatana-indicator: init at 0.6.3 ayatana-ido: init at 0.4.90
2020-08-07 16:00:13 -04:00
Michael Weiss
278f9b2a4c
mesa: 20.1.4 -> 20.1.5 2020-08-07 21:13:48 +02:00
markuskowa
b9bf9c9236
Merge pull request #94829 from matthuszagh/openmpi
openmpi: enable c++ bindings
2020-08-07 18:24:52 +02:00
Matt Huszagh
dd25bb756a cgal: add patch so include files can be found by dependent packages 2020-08-07 09:20:32 -07:00
Daniël de Kok
9531f984d0
Merge pull request #94420 from danieldk/onednn-1.6
oneDNN: 1.5.1 -> 1.6
2020-08-07 17:58:41 +02:00
Matt Huszagh
3f13e1af0d openmpi: enable C++ bindings 2020-08-07 08:31:07 -07:00
Daniël de Kok
49ef0fd51a rocclr: fix build (no OpenCL library is required)
rocclr builds fail since CMake was upgraded to 3.18. This version
introduces the REQUIRED option of find_library. However rocclr only
needs OpenCL headers. This change makes finding an OpenCL library
optional again.
2020-08-07 16:49:18 +02:00
Mario Rodas
feab14d327
Merge pull request #94775 from r-ryantm/auto-update/ldb
ldb: 2.1.4 -> 2.2.0
2020-08-07 07:24:35 -05:00
R. RyanTM
014d494e05 faudio: 20.07 -> 20.08 2020-08-07 00:36:08 -07:00
Pascal Bach
2cfff96eff qtwebkit: 5.212-alpha-01-26-2018 -> 5.212.0-alpha4 2020-08-07 09:31:52 +02:00
R. RyanTM
ca9c2e3548 petsc: 3.13.2 -> 3.13.3 2020-08-07 12:44:29 +10:00
worldofpeace
c08a2bfb20
Merge pull request #94815 from matthuszagh/gl2ps
gl2ps: make cmake a native build input
2020-08-06 19:54:33 -04:00
John Wiegley
6a359b2333
libxml2Python: Darwin builds require libintl (better fix) 2020-08-06 15:52:57 -07:00
Matt Huszagh
deb0a6ce6e gl2ps: make cmake a native build input 2020-08-06 12:10:26 -07:00
Lassulus
c0583cbf62
Merge pull request #94773 from gnidorah/updates
openxray: 558 -> 730
adlplug, opnplug: 1.0.1 -> 1.0.2
ArchiSteamFarm: 4.2.3.3 -> 4.2.3.6
kmsxx: 2020-02-14 -> 2020-08-04
openjk: 2019-11-29 -> 2020-07-03
opl3bankeditor: 1.5 -> 1.5.1
opn2bankeditor: 1.3-beta -> 1.3
2020-08-06 18:12:43 +02:00
R. RyanTM
274d667703 medfile: 4.0.0 -> 4.1.0 2020-08-06 15:16:00 +00:00
B. Kelly
0834620bef libmysofa: disable CODE_COVERAGE in build
Leaving it on generates huge amounts of stderr spam from anything that
links it (such as ffmpeg) as it tries (and fails) to create profiling
records in /build.
2020-08-06 08:36:55 -04:00
Mario Rodas
7dce0fff9c
Merge pull request #94764 from marsam/update-grpc
grpc: 1.29.0 -> 1.31.0
2020-08-06 07:09:28 -05:00
R. RyanTM
dfda85ced1 libmatroska: 1.6.0 -> 1.6.1 2020-08-06 11:24:23 +00:00
Vladimír Čunát
4fee273dda
Merge branch 'master' into staging-next 2020-08-06 11:41:44 +02:00
R. RyanTM
e717cb63c4 leptonica: 1.79.0 -> 1.80.0 2020-08-06 07:41:00 +00:00
R. RyanTM
668e9f2cb3 ldb: 2.1.4 -> 2.2.0 2020-08-06 07:23:36 +00:00
Vladimír Čunát
ce174c7bc9
Merge #94587: nss: fix on darwin 2020-08-06 09:08:29 +02:00
gnidorah
2774941cc2 kmsxx: 2020-02-14 -> 2020-08-04 2020-08-06 09:33:19 +03:00
R. RyanTM
0e0aba2362 mailcore2: 0.6.3 -> 0.6.4 2020-08-05 19:41:50 -07:00
Frederik Rietdijk
834e04c474 Merge master into staging-next 2020-08-05 12:06:07 +02:00
Mario Rodas
6854a2cb4d
grpc: 1.29.0 -> 1.31.0
Changelog: https://github.com/grpc/grpc/releases/tag/v1.31.0
2020-08-05 04:20:00 -05:00
Daniël de Kok
66d9d735d2 gperftools: fix dlopen() of gperftools on AArch64
dlopen()'ing gperftools results in "cannot allocate memory in static TLS
block", see:

https://bugzilla.redhat.com/show_bug.cgi?id=1483558

This change uses a patch from Fedora to disable generic dynamic TLS on
AArch32/64.
2020-08-05 10:42:25 +02:00
Daniël de Kok
1474bfe27d
Merge pull request #93653 from danieldk/mkl-2020.2.254
mkl: 2020.1.217 -> 2020.2.254
2020-08-05 08:08:08 +02:00
Peter Hoeg
c94378d121 libtsm: 3 -> 4.0.1 2020-08-05 11:25:15 +08:00
OPNA2608
ce846253ca libsidplayfp: 1.8.7 -> 2.0.4 2020-08-04 13:05:26 -07:00
R. RyanTM
cc7b4ff7ad mpfr: 4.0.2 -> 4.1.0 2020-08-04 22:03:26 +02:00
Lancelot SIX
bb167702fa gettext: 0.20.1 -> 0.21
See https://lists.gnu.org/archive/html/info-gnu/2020-07/msg00009.html
for release information
2020-08-04 21:59:52 +02:00
R. RyanTM
e37404e450 libndctl: 68 -> 69 2020-08-04 21:57:21 +02:00
R. RyanTM
5c130bc88e c-blosc: 1.19.0 -> 1.20.0 2020-08-04 21:57:02 +02:00
Vladimír Čunát
9febe2f8fc
mesa: fold override of patchelf inside whole build
Overriding it just for .drivers had the advantage of limiting rebuilds,
but it seems less clean and apparently it can interact a bit surprisingly
with some other overrides.  /cc #94444.
Also this will get removed once patchelf gets updated.
2020-08-04 21:52:29 +02:00
Vladimír Čunát
01c2ba8575
Merge branch 'staging-next' into staging 2020-08-04 21:38:08 +02:00
Vladimír Čunát
8bbc202208
Merge branch 'master' into staging-next 2020-08-04 21:37:39 +02:00
Ryan Mulligan
e60301b583
Merge pull request #94589 from r-ryantm/auto-update/gensio
gensio: 2.0.5 -> 2.1.3
2020-08-04 06:20:42 -07:00
markuskowa
f2997db610
Merge pull request #92813 from markuskowa/add-ganesha
nfs-ganesha: init at 3.3
2020-08-04 14:01:05 +02:00
Frederik Rietdijk
26c481b435 Merge master into staging-next 2020-08-04 12:48:50 +02:00
Jaka Hudoklin
38dc94bcf0
Merge pull request #94606 from r-ryantm/auto-update/hivex
hivex: 1.3.18 -> 1.3.19
2020-08-04 10:21:02 +02:00
Doron Behar
308600ce7e dxflib: install a dxflib.pc file,
Based on fedora's dxflib package
(https://src.fedoraproject.org/rpms/libdxflib/blob/master/f/libdxflib.spec)
We install a dxflib.pc file that enables e.g saga detect dxflib.
2020-08-03 22:22:55 +03:00
Doron Behar
0eafcccbc2 libsvm: make it possible to use it for saga
saga, as possibly other packages too, searches for svm.h in
include/libsvm/svm.h. Since the package doesn't hold a proper install
target, it should be OK to link the `svm.h` to `libsvm/svm.h` in
`$out/include/`.
2020-08-03 22:20:54 +03:00
R. RyanTM
812e19f842 hivex: 1.3.18 -> 1.3.19 2020-08-03 11:25:10 +00:00
R. RyanTM
6a7c161625 gensio: 2.0.5 -> 2.1.3 2020-08-03 04:46:42 +00:00
Matthew Bauer
d0468f86e8 nss: set install name correctly 2020-08-02 22:35:30 -05:00