2
0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-20 11:53:51 +00:00
Commit Graph

39865 Commits

Author SHA1 Message Date
TredwellGit
72354f8ec1 ffmpeg: 4.3.2 -> 4.4
https://github.com/FFmpeg/FFmpeg/blob/n4.4/Changelog
2021-04-10 08:30:54 +00:00
Gabriel Ebner
dfefa8e328 webkitgtk: add mesa dependency 2021-04-09 18:12:15 +02:00
Gabriel Ebner
1cf80c56e3 qt514.qtwayland: fix build 2021-04-09 09:26:12 +02:00
Gabriel Ebner
acbfd3f7c0 mesa: add driversdev output and test that dev doesn't depend on drivers
OpenGL applications should not depend on the Mesa drivers, since these
are supposed to be loaded at runtime from /run/opengl-driver using the
glvnd library.  Furthermore, the drivers output has a large closure
since it depends on LLVM.

The only dependency from dev to drivers came from the xatracker
pkg-config file.  This commit moves this file into a new
output called driversdev.
2021-04-09 09:26:12 +02:00
Gabriel Ebner
79da76f83b gtk4: use libGL instead of mesa 2021-04-09 09:26:12 +02:00
Gabriel Ebner
cd65dfa14c gtk3: use libGL instead of mesa 2021-04-09 09:26:12 +02:00
Gabriel Ebner
4bff6d04e4 libGL: use headers from glvnd
The glvnd library contains a copy of the OpenGL headers.  By compiling
against the glvnd headers we completely avoid a dependency on Mesa (and
LLVM).  This reduces rebuild time.  It also prevents accidents, such as
where some packages kept a reference to the mesa.drivers output and thus
had all Mesa drivers in their runtime closure.
2021-04-09 09:24:24 +02:00
github-actions[bot]
824aac3428
Merge staging-next into staging 2021-04-09 06:05:57 +00:00
github-actions[bot]
496c7d3e9d
Merge master into staging-next 2021-04-09 06:05:54 +00:00
Mario Rodas
c9c90e31a3
Merge pull request from humancalico/libnbd-update
libnbd: 1.7.4 -> 1.7.5
2021-04-08 23:16:50 -05:00
Dmitry Kalinkin
219590673c
Merge branch 'staging-next' into staging
Conflicts:
	pkgs/development/python-modules/panel/default.nix
	pkgs/os-specific/linux/kernel/generic.nix
	pkgs/servers/home-assistant/default.nix
2021-04-08 22:42:26 -04:00
Sandro
14ef96000d
Merge pull request from TethysSvensson/master
flint: 2.5.2 -> 2.7.1
2021-04-09 02:24:19 +02:00
github-actions[bot]
c99b6f5343
Merge master into staging-next 2021-04-09 00:16:01 +00:00
Sandro
34a8f3d68d
Merge pull request from marsam/update-grpc 2021-04-08 21:22:50 +02:00
github-actions[bot]
85b57e4446
Merge master into staging-next 2021-04-08 18:14:17 +00:00
Robert Schütz
c6bd90d48f
Merge pull request from dotlambda/openzwave-official
openzwave: use official version
2021-04-08 19:02:41 +02:00
Sandro
9e377a6ce4
Merge pull request from vcunat/p/tracker-i686-stop-gap
tracker: fixup i686 temporarily
2021-04-08 18:26:57 +02:00
Michael Weiss
915e3fec91
Merge pull request from Synthetica9/sway-1.16
wlroots: 1.12 -> 1.13, sway: 1.5 -> 1.6
2021-04-08 17:53:42 +02:00
Vladimír Čunát
0c39a0b800
tracker: fixup i686 temporarily
Without causing rebuild on other platforms, as that would have to be
slowed down due to staging.
2021-04-08 17:36:57 +02:00
Patrick Hilhorst
c4976f3565
wlroots{,_0_12}: add synthetica (myself) as maintainer 2021-04-08 17:24:24 +02:00
Patrick Hilhorst
e03dde82a7
wlroots: 0.12.0 -> 0.13.0
Pulls in an upstream patch for dwl. Explicitly takes xcbutilrenderutil
as an argument to avoid pulling in all of xorg.
2021-04-08 17:24:23 +02:00
Patrick Hilhorst
49299adf4e
wlroots_0_12: init at 0.12.0
Uses the old wlroots in places where the new one isn't yet compatible.

Co-authored-by: Alyssa Ross <hi@alyssa.is>
Co-authored-by: Michael Weiss <dev.primeos@gmail.com>
2021-04-08 17:23:20 +02:00
Jan Tojnar
625ce6c7f6 Merge branch 'staging-next' into staging
In python-packages.nix, resolve conflict between 50d604314e and 187d0371ab.
2021-04-08 17:14:31 +02:00
Kim Lindberger
5a1bd5ff66
Merge pull request from talyz/discourse
discourse: Add package and NixOS module
2021-04-08 14:19:49 +02:00
github-actions[bot]
bf6abedefb
Merge master into staging-next 2021-04-08 12:06:16 +00:00
Orivej Desh
9741a4b3b4
x264: flatten configureFlags () 2021-04-08 05:09:32 -04:00
github-actions[bot]
0ba1008684
Merge master into staging-next 2021-04-08 06:05:39 +00:00
Orivej Desh
394315def1 x264: fix static build 2021-04-08 05:59:56 +00:00
Benjamin Hipple
a634ea874a
Merge pull request from danieldk/onemkl
mkl: 2020.3.304 -> 2021.1.1.52
2021-04-07 23:47:55 -04:00
github-actions[bot]
8d1d992273
Merge master into staging-next 2021-04-08 00:17:24 +00:00
Sandro
8bb8154592
Merge pull request from primeos/libxkbcommon
libxkbcommon: 1.2.0 -> 1.2.1
2021-04-08 02:01:02 +02:00
Bernardo Meurer
890b13b38c
Merge pull request from jansol/pipewire
pipewire: 0.3.24 -> 0.3.25
2021-04-07 21:35:29 +00:00
Sandro
b8d1e164c7
Merge pull request from primeos/mesa
mesa: 21.0.1 -> 21.0.2
2021-04-07 23:23:29 +02:00
Thomas Tuegel
e4d788f8a2
Merge pull request from ttuegel/update-kde
KDE Frameworks 5.80 and Applications 20.12.3
2021-04-07 14:35:49 -05:00
Thomas Tuegel
e1aa8a713b
kdeFrameworks: remove redundant maintainer lists
I am automatically a maintainer of all packages in the set, so there is not
reason to mention me explicitly as the maintainer of every individual package.
2021-04-07 14:12:19 -05:00
Michael Weiss
d9da362d1c
libxkbcommon: 1.2.0 -> 1.2.1 2021-04-07 20:36:34 +02:00
Michael Weiss
e3bc983d8f
mesa: 21.0.1 -> 21.0.2 2021-04-07 20:34:37 +02:00
Michael Weiss
c49bdf33dd
Merge pull request from primeos/wayland-add-bin-and-dev-outputs
wayland: Add a "bin" and "dev" output
2021-04-07 18:42:56 +02:00
Michael Weiss
73013bdfac
libdrm: 2.4.104 -> 2.4.105 ()
Note: There are no "*-symbol-check" files anymore.
2021-04-07 18:39:37 +02:00
Tethys Svensson
962cac656b flint: 2.5.2 -> 2.7.1 2021-04-07 16:10:59 +02:00
Jan Solanti
f94c84f844 pipewire: 0.3.24 -> 0.3.25 2021-04-07 16:23:43 +03:00
Thomas Tuegel
4d4cdf9c91
knewstuff: delay resolving knsrcdir 2021-04-07 05:44:56 -05:00
Thomas Tuegel
d6e4f4fa65
knewstuff: remove backported patch 2021-04-07 05:44:56 -05:00
Thomas Tuegel
ec490b9d2c
kio: update patches 2021-04-07 05:44:56 -05:00
Thomas Tuegel
acb2d5d9db
kpackage: update patches 2021-04-07 05:44:51 -05:00
Thomas Tuegel
8bc1acd926
kdeFrameworks: mark broken with Qt < 5.14 2021-04-07 05:44:29 -05:00
Thomas Tuegel
c97fefbc6f
kconfigwidgets: update patches 2021-04-07 05:37:59 -05:00
Thomas Tuegel
3042bf4a91
kdeFrameworks: 5.79 -> 5.80 2021-04-07 05:37:58 -05:00
Mario Rodas
26279f95f1 grpc: 1.36.4 -> 1.37.0
https://github.com/grpc/grpc/releases/tag/v1.37.0
2021-04-07 04:20:00 +00:00
Jan Tojnar
b47bf79d2a Merge branch 'staging-next' into staging 2021-04-07 05:41:17 +02:00