Commit Graph

35924 Commits

Author SHA1 Message Date
sternenseemann
7daac92767
utf8proc: install pkg-config file (#96087) 2020-08-23 17:41:50 -04: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
Lassulus
8f0350a213
Merge pull request #87682 from jansol/draco
draco: init at 1.3.6
2020-08-22 21:01:48 +02:00
Gabriel Ebner
64e7ca4eeb libqalculate: 3.8.0 -> 3.12.1 2020-08-22 17:09:52 +02:00
Daniël de Kok
280147c510
Merge pull request #95489 from danieldk/rocm-3.7.0
Update ROCm to 3.7.0
2020-08-22 13:30:01 +02:00
Gabriel Ebner
0811ec6873
Merge pull request #95923 from gebner/coolreader 2020-08-22 10:33:23 +02:00
Gabriel Ebner
be5c6c4425 libunibreak: 1.1 -> 4.3 2020-08-22 10:19:16 +02:00
Michele Guerini Rocco
9367c8c865
Merge pull request #95289 from r-ryantm/auto-update/zimg
zimg: 2.9.3 -> 3.0
2020-08-22 10:10:53 +02:00
Ryan Mulligan
67bca7b042
Merge pull request #95596 from sternenseemann/foot
foot: init at 1.4.4
2020-08-21 19:09:53 -07:00
Jonathan Ringer
b9592aa9ae webkitgtk: add enableGLES switch 2020-08-21 18:56:16 -07:00
Dmitry Kalinkin
cf7a15a482
Merge pull request #94849 from tobim/pkgs/arrow-cpp-1.0
arrow-cpp: 0.17.1 -> 1.0.0
2020-08-21 13:08:19 -07:00
Daniël de Kok
b667dc48d1 amdvlk: 2020.Q3.3 -> 2020.Q3.4
Changelog:
https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2020.Q3.4
2020-08-21 12:31:02 -07:00
Lassulus
ef39cba42f
Merge pull request #90347 from r-ryantm/auto-update/duckdb
duckdb: 0.1.7 -> 0.1.8
2020-08-21 19:39:43 +02:00
Dmitry Kalinkin
ddea9aced4
Merge pull request #95826 from eqyiel/fix/make-qtwebengine-build-on-darwin
qtwebengine: fix build for darwin
2020-08-21 09:33:19 -07:00
Daniël de Kok
b88ac0415c rocm-opencl-runtime: remove clinfo from the output 2020-08-21 14:33:26 +02:00
Daniël de Kok
5ce029d582 rocm-runtime-ext: remove 2020-08-21 08:50:51 +02:00
Daniël de Kok
cc47462054 rocm-opencl-icd: set version to rocm-opencl-runtime.version 2020-08-21 08:50:51 +02:00
Daniël de Kok
29775a4175 rocm-opencl-runtime: 3.5.0 -> 3.7.0 2020-08-21 08:50:51 +02:00
Daniël de Kok
e0ef874e67 rocclr: 3.5.0 -> 3.7.0 2020-08-21 08:50:51 +02:00
Daniël de Kok
f511f43592 rocm-comgr: 3.5.0 -> 3.7.0 2020-08-21 08:50:51 +02:00
Daniël de Kok
d4e40af589 rocm-runtime: 3.5.0 -> 3.7.0 2020-08-21 08:50:51 +02:00
Daniël de Kok
acc68bba6a rocm-device-libs: 3.5.1 -> 3.7.0 2020-08-21 08:50:47 +02:00
Aaron Janse
b0cab4542d relibc: build from source 2020-08-20 02:46:31 -07:00
Silvan Mosberger
23962528ce
Merge pull request #93703 from taktoa/master
osqp: init at 0.6.0
2020-08-20 02:03:08 +02:00
Jan Tojnar
9e6606aaf3
libxmlb: 0.1.15 → 0.2.0
https://github.com/hughsie/libxmlb/compare/0.1.15...0.2.0
b4f60764ec
2020-08-19 23:14:54 +02:00
Tobias Mayer
9e0b75eaf7
arrow-cpp: 0.17.1 -> 1.0.0 2020-08-19 22:14:16 +02:00
Tobias Mayer
020a212127
utf8proc: switch to cmake 2020-08-19 22:12:32 +02:00
Lassulus
1c1e75626f
Merge pull request #92880 from freezeboy/add-snap7
snap7: init at 1.4.2
2020-08-19 21:31:45 +02:00
freezeboy
0e0ad1a7a2 snap7: init at 1.4.2 2020-08-19 20:45:33 +02:00
Daniel Schaefer
52674f541b
Merge pull request #91822 from r-ryantm/auto-update/orcania
orcania: 2.1.0 -> 2.1.1
2020-08-19 21:11:17 +08:00
Ruben Maher
68bf9101d7
qtwebengine: fix build for darwin 2020-08-19 21:57:45 +09:00
Jamie
4cb5383141
qt: bring back QML import patch in 5.14 (#95772)
This was missed in the 5.12 -> 5.14 update process.

Resolves #95636
2020-08-19 02:56:19 +02: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
Orivej Desh (NixOS)
f65704232f
Merge pull request #82442 from magnetophon/geonkick
geonkick: init at 2.3.3
2020-08-17 16:09:49 +00:00
sternenseemann
5bb0129062 fcft: enable tests, use release build type 2020-08-17 14:51:31 +02:00
Ben Darwin
9b589c7c9a itk4: 4.13.2 -> 4.13.3 2020-08-16 19:47:10 +00:00
Daniël de Kok
15affbfbd5
Merge pull request #95495 from sternenseemann/fuzzel-1.4.0
fuzzel: 1.3.0 → 1.4.1; fcft: 0.4.3 → 2.2.6
2020-08-16 16:12:39 +02:00
Niklas Hambüchen
0e3c8a95da musl: 1.1.24 -> 1.2.0
The libdrm `musl-ioctl.patch` is no longer necessary, see:
015e631cd1
2020-08-16 13:10:50 +00:00
Atemu
9bfb0c7df6 libgaminggear: apply workaround for missing hb.h
Same issue as https://github.com/NixOS/nixpkgs/pull/75789
2020-08-16 13:08:58 +00:00
Arnout Engelen
cde92f9f71 libfaac/libfaad2: drop homepage
Because it seems the audiocoding.com domain expired
2020-08-16 13:03:12 +00:00
sternenseemann
b6775261df fcft: 0.4.3 → 2.2.6
2.2.6 resolves severe color fringes when using freetype's
ClearType rendering (which is the default for NixOS) if subpixel
antialiasing was used (for example if fuzzel is started without
any alpha channels).
2020-08-16 13:40:48 +02:00
Ben Wolsieffer
98be04b83a cairo: make OpenGL support require X11
If OpenGL is enabled without X11, the build fails with:

In file included from /nix/store/<...>-libglvnd-1.3.1-dev/include/EGL/egl.h:39,
                 from cairo-gl.h:130,
                 from cairo-gl-private.h:51,
                 from cairo-gl-composite.c:48:
/nix/store/<...>-libglvnd-1.3.1-dev/include/EGL/eglplatform.h:128:10: fatal error: X11/Xlib.h: No such file or directory
  128 | #include <X11/Xlib.h>
      |          ^~~~~~~~~~~~
compilation terminated.
2020-08-16 10:33:44 +00:00
Michael Raskin
5a3aa53600
Merge pull request #94619 from doronbehar/saga-opencv4
saga: 7.6.3 -> 7.7.0
2020-08-16 10:17:16 +00:00
Mario Rodas
b479497df1 appstream: enable on darwin 2020-08-16 10:14:46 +00:00
Daniël de Kok
ced111f6da
Merge pull request #95513 from hannesweisbach/libngspice
libngspice: add darwin to platforms
2020-08-16 12:12:52 +02:00
Hannes Weisbach
5b583650e8 libngspice: add darwin to platforms 2020-08-16 10:00:46 +02:00
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