Commit Graph

86139 Commits

Author SHA1 Message Date
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
Frederik Rietdijk
4b340cbbb4
Merge pull request #93083 from risicle/ris-cpython-debug
cpython: add separateDebugInfo, allow use of gdb libpython
2020-08-15 08:52:42 +02:00
R. RyanTM
7c2918230f libevdev: 1.9.0 -> 1.9.1 2020-08-15 08:50:17 +02:00
Daniël de Kok
22089bf50a python3Packages.numpy: add hypothesis to checkInputs
numpy has added hypothesis as a dependency for running property-based
tests:

https://github.com/numpy/numpy/pull/15189

However, hypothesis is not an input of the derivations. And thus tests
have been failing with:

ERROR .. - ModuleNotFoundError: No module named 'hypothesis'

https://hydra.nixos.org/build/124613306/nixlog/1

This change adds hypothesis to checkInputs, so that tests are run
again.
2020-08-15 08:37:29 +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
Daniël de Kok
900b2d5a6c python3: fix impure /bin/sh call in subprocess 2020-08-15 08:34:02 +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
4005fe7f55 cmake: 3.18.0 -> 3.18.1 2020-08-15 08:33:21 +02:00
R. RyanTM
51f2d47897 doxygen: 1.8.18 -> 1.8.19 2020-08-15 08:31:54 +02:00
R. RyanTM
1e91e72a62 libipt: 2.0.1 -> 2.0.2 2020-08-15 08:31:38 +02: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
R. RyanTM
aec3c76dca bison: 3.6.4 -> 3.7.1 2020-08-14 21:28:08 +02:00
Michael Weiss
e3e1aa0536
Merge pull request #95327 from primeos/cmake-fix-pch-regression
cmake: Add a patch to fix a regression since CMake 3.18
2020-08-14 18:46:30 +02:00
Jan Tojnar
afe22f645a
Merge branch 'staging-next' into staging 2020-08-13 21:59:15 +02:00
Lassulus
421b2a04b0
Merge pull request #94654 from jojosch/jellyfin-mpv-shim_1.6.0
jellyfin-mpv-shim: 1.5.11 -> 1.7.1
2020-08-13 21:09:29 +02:00
Jonathan Ringer
104cd996e1 python3Packages.caldavclientlibrary-asynk: remove due to prolonged breakage 2020-08-13 11:57:48 -07: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
Spencer Baugh
00c4808252 pythonPackages.exchangelib: 1.12.2 -> 3.2.1
Also marks the package as no longer broken.

Obsoletes PR #95313
2020-08-13 10:22:42 -07:00
David Rusu
48dfc9fa97
castxml: 0.2.0 -> 0.3.4 (#95080) 2020-08-13 18:51:08 +02:00
Jonathan Ringer
a52e98a218 python3Packages.pybfd: remove due to prolonged breakage 2020-08-13 09:40:41 -07:00
R. RyanTM
3c6d35a07e
bazel-kazel: 0.0.10 -> 0.0.11 (#95026) 2020-08-13 09:24:11 -07: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
Ryan Mulligan
0f8add73c8
Merge pull request #95024 from r-ryantm/auto-update/asls
asls: 0.4.0 -> 0.4.2
2020-08-13 06:28:52 -07:00
R. RyanTM
01b0290516 babl: 0.1.78 -> 0.1.80 2020-08-13 13:54:09 +02:00
Michael Weiss
57f0574595
cmake: Add a patch to fix a regression since CMake 3.18
This fixes all CMake builds that use target_precompile_headers() and
as a result fail since CMake 3.18 with e.g.:
g++: error: unrecognized command line option '-Xarch_x86_64'; did you mean '-march=x86-64'?

Fix #94905.

CMake references:
- https://gitlab.kitware.com/cmake/cmake/-/issues/21072
- https://gitlab.kitware.com/cmake/cmake/-/merge_requests/5118
2020-08-13 12:50:12 +02:00
Frederik Rietdijk
7e189c56a1 Merge staging-next into staging 2020-08-13 08:52:48 +02:00
Daniël de Kok
45d0002b90
Merge pull request #95270 from oxalica/rust-analyzer
rust-analyzer: 2020-08-03 -> 2020-08-10
2020-08-13 08:31:36 +02:00
Johannes Schleifenbaum
a2992d836c
pythonPackages.jellyfin-apiclient-python: 1.5.1 -> 1.6.1 2020-08-13 08:19:24 +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
Daniël de Kok
64b293641a
Merge pull request #95306 from r-ryantm/auto-update/bootstrap
twitterBootstrap: 4.5.0 -> 4.5.2
2020-08-13 08:09:36 +02:00
R. RyanTM
b427aa0344 twitterBootstrap: 4.5.0 -> 4.5.2 2020-08-13 05:18:10 +00:00
Atemu
0402ad70cf jc: 1.13.1 -> 1.13.4 2020-08-12 19:32:22 -07:00
Mario Rodas
9a1aa2aede
Merge pull request #95277 from lilyball/cocoapods
cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2
2020-08-12 19:12:43 -05: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
Mario Rodas
94ca781dba
Merge pull request #95283 from r-ryantm/auto-update/terraform-ls
terraform-ls: 0.5.4 -> 0.6.0
2020-08-12 18:34:09 -05:00
Mario Rodas
647e67998b
Merge pull request #95284 from r-ryantm/auto-update/tfsec
tfsec: 0.24.1 -> 0.25.0
2020-08-12 18:24:01 -05: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
R. RyanTM
b286ef9ff4 tfsec: 0.24.1 -> 0.25.0 2020-08-12 21:32:57 +00:00
R. RyanTM
044b15424c terraform-ls: 0.5.4 -> 0.6.0 2020-08-12 21:26:22 +00: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
Lily Ballard
b02225db76 cocoapods-beta: 1.10.0.beta.1 -> 1.10.0.beta.2 2020-08-12 13:27:20 -07:00
Florian Klink
38c6c46796
Merge pull request #95247 from zowoq/deletevendor-check
gobetween, kustomize: remove deleteVendor, enable checks
2020-08-12 22:09:15 +02: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