3
0
Fork 0
forked from mirrors/nixpkgs
Commit graph

30323 commits

Author SHA1 Message Date
Florian Klink 2ed6903da5
libglvnd, ocl-icd, vulkan-loader: Add /run/opengl-driver(-32) to RUNPATH. (#60985)
libglvnd, ocl-icd, vulkan-loader: Add /run/opengl-driver(-32) to RUNPATH.
2019-05-22 23:36:01 +02:00
Ambroz Bizjak 28a0918916 Add driver library path to some packages to find CUDA libraries.
This is to avoid relying on LD_LIBRARY_PATH for finding the CUDA driver libraries.
2019-05-22 18:34:09 +02:00
Ambroz Bizjak 1860e506e7 libglvnd, ocl-icd, vulkan-loader: Add driver library paths to RUNPATH.
Previously we were relying on LD_LIBRARY_PATH to discover driver libraries (libGL, ligGLX, libEGL, OpenCL and Vulkan). This has the problem that setuid programs (in particular VirtualBox) ignore LD_LIBRARY_PATH. Fix it by setting RUNPATH in various dispatch libraries.

This is not needed for libvdpau because it is already configured to look for libraries in the driver paths.

Fixes https://github.com/NixOS/nixpkgs/issues/22760.
2019-05-22 18:30:05 +02:00
Renaud 42c0ce80e6
Merge pull request #61610 from worldofpeace/init/graphene
graphene: init at 1.8.6
2019-05-22 17:26:46 +02:00
Renaud 3e59b8789c
Merge pull request #61683 from tadeokondrak/x264update
x264: 20170731-2245 -> 20190517-2245; add myself as maintainer
2019-05-22 15:57:48 +02:00
Yegor Timoshenko 1b7ebf191e
Merge pull request #61687 from erictapen/opensc-cross-fix
opensc: fix cross compilation
2019-05-22 12:51:49 +03:00
Yegor Timoshenko 4dd5c93998
Merge pull request #61519 from erictapen/aws-sdk-cpp-cross-fix
aws-sdk-cpp: fix cross compilation
2019-05-22 03:08:04 +03:00
edef 2ec33d12a2
Merge pull request #60279 from dtzWill/fix/editline-narrow
editline: fix crash with term narrower than completions
2019-05-21 22:27:21 +00:00
Renaud f04b6fc4fc
Merge pull request #61788 from r-ryantm/auto-update/avro-c
avro-c: 1.8.2 -> 1.9.0
2019-05-21 19:54:37 +02:00
Renaud b6ddecf2b2
Merge pull request #60787 from worldofpeace/bump/spice-gtk
spice updates
2019-05-21 19:53:57 +02:00
Austin Seipp 4fe57ed90b
liburing: 1.0.0pre92 -> 1.0.0pre116
Notably, this includes non-x86 platform support, eventfd registration
for completion events, "drained" events that must have all outstanding
prior events/further events drained (e.g. for fsync), and linked CQEs
that can express completion ordering dependencies.

Most of these require 5.2-rc1, and linked CQEs require custom patches
from Jens' linux-block tree (that didn't hit the 5.2 merge window,
apparently.)

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2019-05-21 10:38:39 -05:00
Will Dietz 3c3085bb71
Merge pull request #58543 from dtzWill/feature/libfido2
libfido2: init at 1.1.0 (and libcor dep)
2019-05-21 03:25:52 -05:00
Mario Rodas 3efd90e3c9
Merge pull request #61783 from r-ryantm/auto-update/alembic
alembic: 1.7.10 -> 1.7.11
2019-05-21 01:51:31 -05:00
R. RyanTM 0153edf9a4 avro-c: 1.8.2 -> 1.9.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/avro-c/versions
2019-05-20 21:18:13 -07:00
R. RyanTM f27e38eac4 alembic: 1.7.10 -> 1.7.11
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/alembic/versions
2019-05-20 19:53:33 -07:00
Mario Rodas c5aef07955
Merge pull request #59657 from costrouc/python-loo-py-init
pythonPackages.loo-py: init at 2017.2
2019-05-20 17:58:14 -05:00
worldofpeace 6543e794a6
Merge pull request #61546 from cizra/libfprint-vfs0090
libfprint: added a fork for Lenovo ThinkPad
2019-05-20 14:16:34 -04:00
Elmo Todurov 394b43f1fd libfprint: added option to use fork for Lenovo ThinkPad 2019-05-20 20:48:30 +03:00
Tadeo Kondrak fd87a29453
x264: 20170731-2245 -> 20190517-2245; add myself as maintainer
- yasm has been replaced by nasm
- both 10-bit and 8-bit are in the same binary now

- patchPhase replaced with postPatch to allow patching with overrides
- enableParallelBuilding enabled, long build and doesn't seem to cause
issues
- dev output added
2019-05-19 19:00:22 -06:00
worldofpeace edcda4bf5d spice: cleanup features
* disabled celt for opus
* enabled gstreamer support
2019-05-18 23:14:49 -04:00
worldofpeace e3da5d4c8e spice: 0.14.0 -> 0.14.2, meson 2019-05-18 23:14:49 -04:00
worldofpeace aba04ea5f3 spice-protocol: 0.12.15 -> 0.14.0
https://gitlab.freedesktop.org/spice/spice-protocol/blob/v0.14.0/CHANGELOG.md
2019-05-18 23:14:49 -04:00
worldofpeace 5f7c701eff spice-gtk: 0.35 -> 0.37
Meson!

Pulseaudio backend has been deprecated upstream
so it has been disabled. Celt has also been disabled
because there's opus.

Other than that optional features have been enabled.

https://gitlab.freedesktop.org/spice/spice-gtk/blob/v0.36/NEWS
https://gitlab.freedesktop.org/spice/spice-gtk/blob/v0.37/NEWS
2019-05-18 23:13:54 -04:00
Justin Humm 63fbbe0a32
libassuan: use npth instead of pth 2019-05-18 22:54:19 +02:00
Justin Humm 3616f908df
libassuan: add erictapen as maintainer 2019-05-18 22:54:18 +02:00
Robert Scott f9f3d6b210
libsass: add patch for CVE-2018-19827 (PR #61673)
vcunat switched to upstream commit that's reachable from master.
2019-05-18 14:17:10 +02:00
Will Dietz 0127f447c2 libu2f-host: 1.1.9 -> 1.1.10 2019-05-18 09:51:14 +02:00
Renaud 353d82bcab
Merge pull request #61624 from dtzWill/update/libxmlb-0.1.10
libxmlb: 0.1.9 -> 0.1.10
2019-05-17 23:28:55 +02:00
Silvan Mosberger 1170a6129e
Merge pull request #61510 from veprbl/pr/libfaketime_placeholder
libfaketime: refactor using `builtins.placeholder`
2019-05-17 17:37:08 +02:00
Will Dietz 43ed419aa1
libxmlb: 0.1.9 -> 0.1.10
https://github.com/hughsie/libxmlb/blob/0.1.10/NEWS
2019-05-17 03:50:01 -05:00
Vladimír Čunát fc67de1802
Merge branch 'staging-next'
A few thousand Darwin jobs are still pending, but there we're depending
on this merge to fix the channel-blocking lz4 failure.
https://hydra.nixos.org/eval/1519778?compare=1519770
2019-05-17 09:43:32 +02:00
Will Dietz 79e492e7fd libnice: drop included patches 2019-05-17 00:46:35 -04:00
Will Dietz d494c6c9b4 libnice: 0.1.15 -> 0.1.16
https://gitlab.freedesktop.org/libnice/libnice/blob/0.1.16/NEWS
2019-05-17 00:46:35 -04:00
Silvan Mosberger 73e116a495
Merge pull request #61291 from r-ryantm/auto-update/gdcm
gdcm: 2.8.9 -> 3.0.0
2019-05-17 03:26:19 +02:00
worldofpeace 24c7e2a15c graphene: init at 1.8.6 2019-05-16 21:24:40 -04:00
Pascal Wittmann 89941316d5
Merge branch 'master' into libcsptr2 2019-05-16 15:20:09 +02:00
Eelco Dolstra ab1ac905b4 libjpeg-turbo: 2.0.1 -> 2.0.2 2019-05-16 08:25:41 +02:00
Frederik Rietdijk d4464ff8fe Merge master into staging-next 2019-05-16 08:17:55 +02:00
Aaron Andersen 0b1a96ccdd
Merge pull request #61344 from lopsided98/g2o-init
g2o: init at 2019-04-07
2019-05-15 22:03:07 -04:00
Will Dietz 6863ef2c80
vte: 0.56.2 -> 0.56.3 2019-05-15 17:15:14 -05:00
R. RyanTM 0ff5e227af gegl_0_4: 0.4.14 -> 0.4.16 (#61292)
* gegl_0_4: 0.4.14 -> 0.4.16
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/gegl/versions

* gegl_0_4: drop Darwin patches
They were merged upstream and shipped with v0.4.16
2019-05-15 21:46:29 +02:00
Ben Wolsieffer 655e9dcfd8 g2o: init at 2019-04-07 2019-05-15 15:16:25 -04:00
John Ericson 5ff79afb2b
Merge pull request #61245 from Synthetica9/openexr-crosscompile
openexr: fix cross-compilation
2019-05-14 20:52:30 -04:00
Matthew Bauer e19fe31e96
Merge pull request #61507 from nh2/aws-c-common-0.3.9
aws-c-common: 0.3.4 -> 0.3.9.
2019-05-14 18:05:11 -04:00
Justin Humm 2d8b3df99b
aws-sdk-cpp: fix cross compilation
aws-sdk-cpp tries to run code at build time using check_c_source_runs
[0] and therefore needs to be told about the expected exit code [1].

[0] https://cmake.org/cmake/help/latest/module/CheckCSourceRuns.html
[1] https://cmake.org/cmake/help/latest/command/try_run.html#behavior-when-cross-compiling
2019-05-14 23:41:59 +02:00
Dmitry Kalinkin baeea1f463
libfaketime: refactor using builtins.placeholder 2019-05-14 15:57:48 -04:00
Niklas Hambüchen 46f84cac42 aws-c-common: 0.3.4 -> 0.3.9.
Also remove conditional adding of `libexecinfo` for musl; see #56106.
2019-05-14 21:13:18 +02:00
Patrick Hilhorst a347ec5a35
openexr: explictly use emulator to avoid having to set boot.binfmt.emulatedSystems 2019-05-14 12:15:26 +02:00
Frederik Rietdijk 8abe5ee07e Merge master into staging-next 2019-05-14 10:23:13 +02:00
R. RyanTM 9f4f03798d tbb: 2019_U5 -> 2019_U6
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/tbb/versions
2019-05-14 09:49:12 +02:00