Ivan Kozik
46cbb8453a
mpv, ffmpeg: use addOpenGLRunpath to fix CUDA-accelerated playback
...
This fixes #67780 .
Currently, using `mpv --hwdec=nvdec --msg-level=vd=debug` on NVIDIA results in:
```
[vd] Opening decoder hevc
[vd] Looking at hwdec hevc-nvdec...
Cannot load libcuda.so.1
[vd] Could not create device.
[vd] No hardware decoding available for this codec.
```
With just mpv patched, ffmpeg cannot load libnvcuvid.so.1:
```
[vd] Opening decoder hevc
[vd] Looking at hwdec hevc-nvdec...
[vd] Trying hardware decoding via hevc-nvdec.
[vd] Selected codec: hevc (HEVC (High Efficiency Video Coding))
[vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le
[vd] Codec profile: Main 10 (0x2)
[vd] Requesting pixfmt 'cuda' from decoder.
[ffmpeg/video] hevc: Cannot load libnvcuvid.so.1
[ffmpeg/video] hevc: Failed loading nvcuvid.
[ffmpeg/video] hevc: Failed setup for format cuda: hwaccel initialisation returned error.
```
With both mpv and ffmpeg patched, it works:
```
[vd] Opening decoder hevc
[vd] Looking at hwdec hevc-nvdec...
[vd] Trying hardware decoding via hevc-nvdec.
[vd] Selected codec: hevc (HEVC (High Efficiency Video Coding))
[vd] Pixel formats supported by decoder: vaapi_vld cuda yuv420p10le
[vd] Codec profile: Main 10 (0x2)
[vd] Requesting pixfmt 'cuda' from decoder.
Using hardware decoding (nvdec).
[vd] Decoder format: 3840x2160 cuda[p010] bt.2020-ncl/bt.2020/pq/limited/auto SP=10.000000 CL=unknown (auto 0.000000/0.000000/0.000000)
```
2019-09-06 23:18:26 +00:00
Frederik Rietdijk
60db597e86
Merge staging-next into staging
2019-09-06 23:36:57 +02:00
Frederik Rietdijk
4d4545185a
Revert "pythonPackages.pyev: drop"
...
Package is still referred to.
This reverts commit bb5c039fc9
.
2019-09-06 23:33:32 +02:00
Frederik Rietdijk
e68505e735
Merge remote-tracking branch 'upstream/gcc8' into staging-next
2019-09-06 23:25:18 +02:00
Frederik Rietdijk
9894a70299
Merge staging into staging-next
2019-09-06 22:47:40 +02:00
Frederik Rietdijk
66bc7fc1b3
Merge master into staging-next
2019-09-06 22:46:05 +02:00
Linus Heckemann
cfe51be04f
Merge pull request #68221 from WilliButz/remove-prometheus1
...
remove prometheus 1
2019-09-06 22:36:38 +02:00
Vladimír Čunát
4179ba049c
ghc on aarch64: try to work around #66277
2019-09-06 22:32:40 +02:00
Will Dietz
3263254cfb
xorg.xinput: 1.6.2 -> 1.6.3
...
https://lists.x.org/archives/xorg-announce/2019-July/003013.html
2019-09-06 22:00:33 +02:00
Dylan Simon
d42ed9b401
graphviz: use git hash for removed release tag
2019-09-06 21:55:53 +02:00
WilliButz
9118eb3482
nixos/tests: remove prometheus_1 test
2019-09-06 21:55:24 +02:00
WilliButz
bb62066225
nixos/prometheus: remove prometheus1 module, rename prometheus2
...
Prometheus 1 is no longer supported, instead 'services.prometheus'
now configures the Prometheus 2 service.
2019-09-06 21:55:23 +02:00
WilliButz
283d9a0942
prometheus: remove prometheus_1, rename prometheus_2
...
As prometheus is no longer developed, nixpkgs now only includes
prometheus 2. Having only one version of prometheus, there is no need
for having the version in the attribute name.
2019-09-06 21:55:19 +02:00
Vlad Artamonov
0f52e11c40
cockroachdb: 1.19.1 -> 1.19.4
2019-09-06 21:53:29 +02:00
Edmund Wu
94bedffbdf
vscode-extensions.ms-vscode.cpptools: 0.25.0 -> 0.25.1
2019-09-06 21:52:54 +02:00
scaroo
76daad86a7
hugo: 0.57.2 -> 0.58.0
...
Release notes: https://gohugo.io/news/0.58.0-relnotes/
2019-09-06 21:52:35 +02:00
Sascha Grunert
573aa63fa6
cri-o: 1.15.0 -> 1.15.1
...
Signed-off-by: Sascha Grunert <sgrunert@suse.com>
2019-09-06 21:52:12 +02:00
xrelkd
2b53a91467
eksctl: 0.5.1 -> 0.5.2
2019-09-06 21:50:46 +02:00
Vladyslav M
8d7031a588
Merge pull request #68190 from markus1189/imv-4-0-1
...
imv: 3.1.2 -> 4.0.1
2019-09-06 22:50:40 +03:00
Ivan Kozik
96a099adb6
pyflame: fix the build on machines with kernel.yama.ptrace_scope > 0
2019-09-06 21:48:58 +02:00
Ivan Kozik
175827f1ed
pyflame: use pytest -v to see which tests are skipped
2019-09-06 21:48:58 +02:00
Michael Weiss
4de4d2e57a
tdesktop: 1.8.2 -> 1.8.4
...
I didn't include the additional sed patching from Arch [0] as the build
ran fine without it and I didn't notice any issues at runtime.
The fixes for "ranges::sized_iterator_range" might only be required on
Arch due to other library versions.
[0]: https://git.archlinux.org/svntogit/community.git/commit/trunk?h=packages/telegram-desktop&id=4c2b019d7f3d7f399ffa3d94cf6eaddfe9972792
2019-09-06 21:46:11 +02:00
Frederik Rietdijk
b75f9a5f6d
pythonInterpreters.pypy*prebuilt: use openssl 1.0
2019-09-06 21:45:10 +02:00
Michael Weiss
861224ab5c
androidStudioPackages.{dev,canary}: 3.6.0.9 -> 3.6.0.10
2019-09-06 21:29:17 +02:00
Michael Weiss
ef2328331c
androidStudioPackages.*: Remove the "-wrapper" suffix from name
...
This causes problems when parsing the name attribute, e.g. for Repology
and parseDrvName. I've added "-unwrapped" to the derivation with the
downloaded content to keep it easier to differentiate between the two.
2019-09-06 21:29:17 +02:00
Justin Bedo
6beabe7d2c
bedtools: 2.28.0 -> 2.29.0
2019-09-06 21:23:15 +02:00
Averell Dalton
af39568c3a
nvidia_x11: fix for vulkan in >= 435
2019-09-06 21:18:49 +02:00
Will Dietz
ddad80a588
acpid: 2.0.31 -> 2.0.32
...
36c92da71e
/
2019-09-06 21:17:34 +02:00
Aluísio Augusto Silva Gonçalves
d8d68e1af1
fava: 1.10 -> 1.11
2019-09-06 21:16:52 +02:00
Roman Volosatovs
e8f20bfc8d
gotools: 2019-07-06 -> 2019-09-05
2019-09-06 21:16:06 +02:00
Robert Scott
d4713b6493
pythonPackages.pybind11: enable tests
2019-09-06 21:15:22 +02:00
Will Dietz
718dbcaf13
bear: 2.4.1 -> 2.4.2
2019-09-06 21:14:08 +02:00
Florian Klink
acd4567f57
python3.pkgs.libcloud: 2.5.0 -> 2.6.0
2019-09-06 21:13:04 +02:00
Silvan Mosberger
d1bb36d5cb
Merge pull request #67996 from roberth/cleanSourceWith-name
...
lib.cleanSourceWith: Allow name to be set, optional filter, doc
2019-09-06 21:11:12 +02:00
tbenst
6d7282d74a
magma: 2.0.2 -> 2.5.0
2019-09-06 20:15:10 +02:00
Robert Hensing
a0b743f47c
Fix typo in lists.nix
2019-09-06 20:02:36 +02:00
Nikolay Amiantov
194b732bf6
Merge pull request #68215 from abbradar/zeroc-ice
...
ZeroC Ice - update, add Python module, fix Murmur RC
2019-09-06 19:41:46 +02:00
R. RyanTM
5abfb98d50
kexectools: 2.0.19 -> 2.0.20
...
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/kexec-tools/versions
2019-09-06 19:39:55 +02:00
Will Dietz
ae5df9705c
libXi: 1.7.9 -> 1.7.10
2019-09-06 19:35:32 +02:00
Will Dietz
8d3d7ce3e5
libX11: 1.6.7 -> 1.6.8
2019-09-06 19:34:52 +02:00
Will Dietz
4941879049
libusb1: 1.0.22 -> 1.0.23
2019-09-06 19:34:33 +02:00
Will Dietz
b38a26e202
libusb1: pname-ification
2019-09-06 19:34:33 +02:00
Will Dietz
772e2aa94b
cups: 2.2.11 -> 2.2.12 (security!)
...
https://github.com/apple/cups/releases/tag/v2.2.12
2019-09-06 19:33:43 +02:00
Will Dietz
94aa75c2c9
harfbuzz: 2.6.0 -> 2.6.1
...
https://github.com/harfbuzz/harfbuzz/releases/tag/2.6.1
2019-09-06 19:33:08 +02:00
Will Dietz
289579b09e
numactl: 2.0.12 -> 2.0.13
...
https://github.com/numactl/numactl/releases/tag/v2.0.13
2019-09-06 19:32:46 +02:00
Will Dietz
841c667e9d
librsvg: 2.44.14 -> 2.44.15
...
https://mail.gnome.org/archives/ftp-release-list/2019-September/msg00029.html
2019-09-06 19:32:16 +02:00
Will Dietz
7d1b5fa2b0
mesa_glu: 9.0.0 -> 9.0.1
...
* source tarball is now xz, not bz2
* pkgconfig was fixed to include Cflags
https://gitlab.freedesktop.org/mesa/glu/compare/glu-9.0.0...glu-9.0.1
2019-09-06 19:32:01 +02:00
Nikolay Amiantov
daa9ea2987
murmur service: fix typo in description
2019-09-06 20:29:20 +03:00
Nikolay Amiantov
094a399fca
mumble: use different zeroc-ice versions
...
Needed to unbreak ICE support in murmur RC version.
2019-09-06 20:21:09 +03:00
Nikolay Amiantov
b667dd981d
python3.pkgs.zeroc-ice: init at 3.7.2
2019-09-06 20:21:09 +03:00