Search Criteria
Package Details: evdi-git 1.14.7.r3.g59a3a86-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/evdi-git.git (read-only, click to copy) |
---|---|
Package Base: | evdi-git |
Description: | kernel module that enables management of multiple screens, primarily for DisplayLink USB VGA DVI HDMI DisplayPort video |
Upstream URL: | https://github.com/DisplayLink/evdi |
Licenses: | GPL |
Conflicts: | evdi |
Provides: | evdi |
Submitter: | None |
Maintainer: | severach |
Last Packager: | severach |
Votes: | 29 |
Popularity: | 0.27 |
First Submitted: | 2017-08-10 17:05 (UTC) |
Last Updated: | 2024-10-19 17:39 (UTC) |
Dependencies (3)
- dkms (dkms-gitAUR, dkms-fast-zstdAUR)
- git (git-gitAUR, git-glAUR) (make)
- libdrm (libdrm-gitAUR) (make)
Required by (3)
- displaylink (requires evdi)
- displaylink-beta (requires evdi)
- displaylink-runit (requires evdi)
Latest Comments
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »
bnavigator commented on 2020-05-11 14:42 (UTC) (edited on 2020-05-11 17:29 (UTC) by bnavigator)
EDIT: upstream has already
LIBVER := 1.7.0
in library/Makefile. Let's use that file for pkgver()Make both packages with
% makepkg
and install with# pacman -U <package>
as rootIf the dkms automatism fails because of previously broken stuff, try to build/install manually
kaipee2 commented on 2020-05-11 12:29 (UTC)
@bnavigator can you explain what you did to install the latest release?
bnavigator commented on 2020-05-09 21:52 (UTC)
Works for me:
(I patched the pkgver() function to use the latest tag 1.6.4 instead of the last reachable tag 1.6.2, otherwise it is the same package)
kaipee2 commented on 2020-05-04 10:48 (UTC) (edited on 2020-05-04 10:49 (UTC) by kaipee2)
Current version successfully builds but does not work with latest kernel 5.6
alaskanarcher commented on 2020-04-14 22:37 (UTC)
@brody, I'm not the maintainer but I'm not sure that adding linux-headers to makedepends will work for those using non-standard kernel packages.
brody commented on 2020-03-26 13:46 (UTC)
Please add 'linux-headers' to makedepends. Then the package is buildable within a clean chroot environment.
Kind regards
Matze commented on 2020-02-18 10:30 (UTC)
https://github.com/DisplayLink/evdi/commit/30fce259c84c1c9aa9e19f2fc60da86a87d7a33c#diff-ac1d3d13a2d744cb069a623a4550cc26
This broke the PKGBUILD script triggering the error check in line 74. Add "rm libevdi.so" below line 69 as quickfix.
yaron commented on 2020-02-17 10:18 (UTC) (edited on 2020-02-17 10:18 (UTC) by yaron)
Looks like the following commit should resolve the 5.5 issue:
https://github.com/DisplayLink/evdi/commit/4722ad8cb55da60e3e1c000284fc0ecaffa17065
hq1 commented on 2020-02-13 10:39 (UTC)
I was able to compile it by removing all the patches from PKGBUILD and using the main git tree.
5.5.3-arch1-1
thx1138 commented on 2020-02-12 19:52 (UTC)
To summarize, how to build on the 5.5 kernel, but not on the 5.4 kernel or earlier:
1) mkdir and cd to a custom build directory.
2) Manually download the PKGBUILD and the two patch files, and rename the PKKBUILD:
https://aur.archlinux.org/cgit/aur.git/plain/PKGBUILD?h=evdi-git
https://crazy.dev.frugalware.org/evdi-all-in-one-fixes.patch
https://gitweb.frugalware.org/frugalware-current/raw/master/source/lib-extra/evdi/kernel-5.5-test.patch
3) Edit the evdi-all-in-one-fixes.patch and delete the whole first diff, for travis.yml.
4) Edit the PKGBUILD -
A) comment-out the following lines, as these files do not exist:
install=${pkgname}.install and
changelog="${pkgname}.Changelog"
B) Add the line, under "source=(":
'https://gitweb.frugalware.org/frugalware-current/raw/master/source/lib-extra/evdi/kernel-5.5-test.patch')
C) Delete the trailing right-parenthesis after the line "#'relro.patch'". The parser fails with the intervening comment, and no, that is not a trailing forward-slash, as was mistakenly stated in an earlier comment.
D) Modify the Integrity checks for the modified source line:
md5sums=('SKIP'
'SKIP'
'SKIP')
sha256sums=('SKIP'
'SKIP'
'SKIP')
5) Finally, try building with:
makepkg -Csi
« First ‹ Previous 1 .. 8 9 10 11 12 13 14 15 16 Next › Last »