about summary refs log tree commit diff
path: root/pkgs/os-specific/linux/evdi
AgeCommit message (Collapse)AuthorFilesLines
2024-04-21treewide: fix version in changelogWeijia Wang1-1/+1
2024-04-12evdi: 1.14.1-unstable-2024-01-30 1.14.4Jens Binkert1-3/+3
2024-02-02evdi: update code stylePol Dellaiera1-2/+12
2024-02-02evdi: sort `meta` attributesPol Dellaiera1-3/+3
2024-02-02evdi: add missing phase hooksPol Dellaiera1-0/+2
2024-02-02evdi: use `finalAttrs` patternPol Dellaiera1-3/+3
2024-02-01linuxPackages.evdi: 1.14.1 -> 1.14.1-unstable-2024-01-30illustris1-4/+4
2023-11-08linuxPackages.evdi: fix build for Linux 4.19Anthony Roussel1-1/+5
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-08linuxPackages.evdi: mark broken on linux 6.6Anthony Roussel1-1/+1
Fixes #265868 `evdi` kernel module is incompatible with Linux 6.6, so mark it as broken.
2023-10-25displaylink: Add aarch64 supportRowan Goemans1-1/+1
2023-09-21linuxPackages.evdi: 1.13.1 -> 1.14.1Anthony Roussel2-37/+4
https://github.com/DisplayLink/evdi/compare/v1.13.1...v1.14.1
2023-06-28evdi: removed eyJhb as maintainereyJhb1-1/+1
2023-06-27evdi: unstable-20221013 -> 1.13.1 (#239883)Jens Binkert2-6/+45
2023-02-22treewide: move NIX_CFLAGS_COMPILE to the env attrsetArtturin1-1/+1
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-02linuxPackages.evdi: 1.12.0 -> 2022-10-13 (#196198)tobim1-3/+3
* linuxPackages.evdi: 1.12.0 -> 2022-10-13 --------- Co-authored-by: superherointj <5861043+superherointj@users.noreply.github.com>
2022-08-14evdi: 1.11.0 -> 1.12.0Sebastian Sellmeier1-2/+2
2022-06-28linuxPackages.evdi: enable parallel buildingAlyssa Ross1-0/+2
Tested at -j48.
2022-06-28linuxPackages.evdi: 1.10.1 -> 1.11.0Alyssa Ross1-2/+2
Fixes build with Linux 5.18.
2022-05-03Merge pull request #163801 from r-ryantm/auto-update/evdiRick van Schijndel1-2/+2
linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1
2022-03-12linuxKernel.packages.linux_5_16.evdi: 1.10.0 -> 1.10.1R. Ryantm1-2/+2
2022-03-07evdi: prepend kernel.makeFlags to makeFlagsNick Cao1-1/+1
2022-01-12displaylink: 5.4.1-55.174 -> 5.5.0-beta-59.118, evdi: unstable-2021-07-07 -> ↵Sebastian Sellmeier1-4/+6
v1.10.0 (including build-flag-patch - credits see PR)
2021-11-06linuxPackages.evdi: mark broken on Linux 5.15Alyssa Ross1-1/+1
2021-08-04linuxPackages.evdi: unstable-2021-06-11 -> unstable-2021-07-7Artturin1-17/+4
2021-07-06linuxPackages.evdi: 2021-04-01 -> 2021-06-11, fix 5.13 buildfortuneteller2k1-5/+18
2021-04-19evdi: v1.7.2 -> unstable-20210401eyjhb1-4/+4
2021-01-11treewide: with stdenv.lib; in meta -> with lib;Profpatsch1-2/+2
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
2020-12-15evdi: unstable-20200416 -> v1.7.2eyjhb1-3/+3
2020-07-16evdi: added maintainer eyjhbeyjhb1-0/+1
2020-07-11evdi: 2020-02-22 -> 2020-04-16eyjhb1-4/+4
2020-03-03evdi: 2019-01-16 -> 2019-02-25sjau1-10/+3
2020-01-24evdi: 1.6.4 -> git-2020-01-16sjau1-8/+15
2020-01-15linuxPackages.evdi: 1.6.3 -> 1.6.4R. RyanTM1-2/+2
2019-11-01linuxPackages.evdi: 1.6.2 -> 1.6.3Peter Hoeg1-6/+9
This works with kernel 5.3.x
2019-08-22evdi: Unbreak on Linux 5.2 and lowerJanne Heß1-1/+1
The changelog mentions 5.2 support: https://github.com/DisplayLink/evdi/releases/tag/v1.6.2
2019-07-09evdi: 1.6.1 -> 1.6.2Will Dietz1-4/+4
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-03linuxPackages.evdi: 1.6.0 -> 1.6.1R. RyanTM1-2/+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
2019-03-15linuxPackages.evdi: 1.5.1 -> 1.6.0 (#56636)R. RyanTM1-2/+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-11-21linuxPackages.evdi: 1.5.0.2 -> 1.5.1R. RyanTM1-5/+5
* 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-10-12linuxPackages.evdi: mark broken on aarch64Uli Baum1-1/+1
never built in available Hydra history
2018-09-06linuxPackages.evdi: 1.5.0 -> 1.5.0.2R. RyanTM1-2/+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-02-27linuxPackages.evdi: mark as broken on Linux 4.15Nikolay Amiantov1-1/+1
2018-02-27linuxPackages.evdi: disable fortify hardeningNikolay Amiantov1-3/+3
Also fix version (this revision is actually tagged).
2018-01-16evdi: 1.4.1+git2017-06-12 -> unstable-2018-01-12 (#33907)schuppentier1-4/+6
2017-09-14linuxPackages.evdi: Mark broken on >= 4.13Tuomas Tynkkynen1-1/+1
2017-08-29evdi: 1.4.1 -> 1.4.1+git2017-06-12Tim Steinbach1-4/+4
2017-08-01pkgs: refactor needless quoting of homepage meta attribute (#27809)Silvan Mosberger1-1/+1
* 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-06-09linuxPackages.evdi: specify minimum kernel version, per upstreamJoachim Fasting1-0/+1
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-05-19linuxPackages.evdi: init at 1.4.1Nikolay Amiantov1-0/+31