Commit Graph

49 Commits

Author SHA1 Message Date
Weijia Wang
58b5b2748f treewide: fix version in changelog 2024-04-21 19:33:05 +02:00
Jens Binkert
596cd1416e evdi: 1.14.1-unstable-2024-01-30 1.14.4 2024-04-12 08:45:33 +02:00
Pol Dellaiera
12490c7151
evdi: update code style 2024-02-02 21:36:30 +01:00
Pol Dellaiera
93d5d8dcde
evdi: sort meta attributes 2024-02-02 21:36:28 +01:00
Pol Dellaiera
7ae4984c30
evdi: add missing phase hooks 2024-02-02 21:35:23 +01:00
Pol Dellaiera
25b075dffd
evdi: use finalAttrs pattern 2024-02-02 21:35:21 +01:00
illustris
1e60fbe7e0
linuxPackages.evdi: 1.14.1 -> 1.14.1-unstable-2024-01-30 2024-02-01 15:25:37 +05:30
Anthony Roussel
408ed815c6 linuxPackages.evdi: fix build for Linux 4.19
The build fails with:

```console
module/evdi_fb.c: In function 'evdifb_create':
module/evdi_fb.c:427:21:
error: assignment discards 'const' qualifier from pointer target type [-Werror=discarded-qualifiers]
  427 |         info->fbops = efbdev->fb_ops;
      |                     ^
````

A resolution is to treat discard-qualifiers warnings as non-error.

See https://hydra.nixos.org/build/239848621
2023-11-08 13:04:01 +01:00
Anthony Roussel
43fbdc751b linuxPackages.evdi: mark broken on linux 6.6
Fixes #265868
`evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
2023-11-08 13:04:01 +01:00
Rowan Goemans
ca7dccc8a9 displaylink: Add aarch64 support 2023-10-25 21:17:16 +02:00
Anthony Roussel
812b1f2955
linuxPackages.evdi: 1.13.1 -> 1.14.1
https://github.com/DisplayLink/evdi/compare/v1.13.1...v1.14.1
2023-09-21 10:15:39 +02:00
eyJhb
95aa2a1124 evdi: removed eyJhb as maintainer 2023-06-28 08:16:17 +02:00
Jens Binkert
e30b53b990
evdi: unstable-20221013 -> 1.13.1 (#239883) 2023-06-27 20:45:11 +02:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
tobim
3cf2d77f64
linuxPackages.evdi: 1.12.0 -> 2022-10-13 (#196198)
* linuxPackages.evdi: 1.12.0 -> 2022-10-13

---------

Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2023-02-02 22:07:54 -03:00
Sebastian Sellmeier
192dece221
evdi: 1.11.0 -> 1.12.0 2022-08-14 14:30:08 +02:00
Alyssa Ross
09143afa61 linuxPackages.evdi: enable parallel building
Tested at -j48.
2022-06-28 20:52:53 +00:00
Alyssa Ross
d5872d277c linuxPackages.evdi: 1.10.1 -> 1.11.0
Fixes build with Linux 5.18.
2022-06-28 20:52:53 +00:00
Rick van Schijndel
4bc5551e0f
Merge pull request #163801 from r-ryantm/auto-update/evdi
linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1
2022-05-03 21:44:38 +02:00
R. Ryantm
b5017f53af linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1 2022-03-12 08:56:34 +00:00
Nick Cao
490bf9cae5
evdi: prepend kernel.makeFlags to makeFlags 2022-03-07 12:23:45 +08:00
Sebastian Sellmeier
32c5f80a14
displaylink: 5.4.1-55.174 -> 5.5.0-beta-59.118, evdi: unstable-2021-07-07 -> v1.10.0 (including build-flag-patch - credits see PR) 2022-01-12 12:51:23 +01:00
Alyssa Ross
a32d921183 linuxPackages.evdi: mark broken on Linux 5.15 2021-11-06 11:43:56 -07:00
Artturin
335632575c linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-7 2021-08-04 16:29:16 +03:00
fortuneteller2k
60b1a047b7 linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 build 2021-07-06 10:51:18 +08:00
eyjhb
e153deef61
evdi: v1.7.2 -> unstable-20210401 2021-04-19 08:35:00 +02:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
eyjhb
2636ff59fb
evdi: unstable-20200416 -> v1.7.2 2020-12-15 21:02:30 +01:00
eyjhb
6f5b995a9d
evdi: added maintainer eyjhb 2020-07-16 10:17:29 +02:00
eyjhb
f72d51cc4e
evdi: 2020-02-22 -> 2020-04-16 2020-07-11 11:59:58 +02:00
sjau
473c80526a evdi: 2019-01-16 -> 2019-02-25 2020-03-03 16:43:59 +01:00
sjau
edd636f7cd evdi: 1.6.4 -> git-2020-01-16 2020-01-24 09:17:11 +01:00
R. RyanTM
cd6ac55fb1 linuxPackages.evdi: 1.6.3 -> 1.6.4 2020-01-15 14:41:21 +01:00
Peter Hoeg
198fdd98fb linuxPackages.evdi: 1.6.2 -> 1.6.3
This works with kernel 5.3.x
2019-11-01 12:46:59 +08:00
Janne Heß
cd5376cb4b evdi: Unbreak on Linux 5.2 and lower
The changelog mentions 5.2 support:
https://github.com/DisplayLink/evdi/releases/tag/v1.6.2
2019-08-22 17:35:34 +02:00
Will Dietz
7e5f0cd4e9
evdi: 1.6.1 -> 1.6.2
https://github.com/DisplayLink/evdi/releases/tag/v1.6.2

Since it's short:

    support for 5.2 kernel
    Intel-IOMMU workaround
    workaround for problem with FourCC when switching Xorg <-> Wayland
    fix issues found with Coverity
2019-07-09 06:05:40 -05:00
R. RyanTM
45ae520de0 linuxPackages.evdi: 1.6.0 -> 1.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2019-07-03 09:29:54 +02:00
R. RyanTM
66002ce902 linuxPackages.evdi: 1.5.1 -> 1.6.0 (#56636)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2019-03-15 16:59:30 +01:00
R. RyanTM
c7c021757b linuxPackages.evdi: 1.5.0.2 -> 1.5.1
* linuxPackages.evdi: 1.5.0.2 -> 1.5.1 (#50754)

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions

* evdi: refresh meta

Licenses : lib is LGPL-2.1-only while module is GPL-2.0-only

Supported kernel versions: builds with 4.15 / 4.16 / 4.17 since commit 90c26648acbe9a2f7ce4e0331e39045819323bf2
2018-11-21 20:23:41 +01:00
Uli Baum
9665e64848 linuxPackages.evdi: mark broken on aarch64
never built in available Hydra history
2018-10-12 23:02:32 +02:00
R. RyanTM
ef043c727f linuxPackages.evdi: 1.5.0 -> 1.5.0.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/evdi/versions
2018-09-06 22:17:55 -07:00
Nikolay Amiantov
1acf9f360d linuxPackages.evdi: mark as broken on Linux 4.15 2018-02-27 03:26:31 +03:00
Nikolay Amiantov
f5b04628f0 linuxPackages.evdi: disable fortify hardening
Also fix version (this revision is actually tagged).
2018-02-27 03:17:57 +03:00
schuppentier
6f7c197700 evdi: 1.4.1+git2017-06-12 -> unstable-2018-01-12 (#33907) 2018-01-16 09:05:42 +00:00
Tuomas Tynkkynen
94454384c2 linuxPackages.evdi: Mark broken on >= 4.13 2017-09-14 18:54:33 +03:00
Tim Steinbach
4f3b8c5e7c
evdi: 1.4.1 -> 1.4.1+git2017-06-12 2017-08-29 19:59:31 -04:00
Silvan Mosberger
f5fa5fa4d6 pkgs: refactor needless quoting of homepage meta attribute (#27809)
* pkgs: refactor needless quoting of homepage meta attribute

A lot of packages are needlessly quoting the homepage meta attribute
(about 1400, 22%), this commit refactors all of those instances.

* pkgs: Fixing some links that were wrongfully unquoted in the previous
commit

* Fixed some instances
2017-08-01 22:03:30 +02:00
Joachim Fasting
b1f0af7ef6
linuxPackages.evdi: specify minimum kernel version, per upstream
Upstream says 3.16 is the oldest supported kernel.  No versions prior to
3.18 build on Hydra. See e.g., https://hydra.nixos.org/build/53599831.
2017-06-09 12:54:57 +02:00
Nikolay Amiantov
030862f63c linuxPackages.evdi: init at 1.4.1 2017-05-19 02:53:09 +03:00