Skip to content

Commit

Permalink
x11-drivers/evdi: add 1.14.2, drop 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperTux88 committed Feb 24, 2024
1 parent 2e141fc commit e32d4da
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 57 deletions.
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
BDEPEND=app-admin/chrpath app-arch/unzip sys-apps/grep[pcre] virtual/pkgconfig virtual/pkgconfig
DEFINED_PHASES=compile install postinst postrm unpack
DEPEND=~x11-drivers/evdi-1.14.1 virtual/libusb:1
DEPEND=>=x11-drivers/evdi-1.14.1 virtual/libusb:1
DESCRIPTION=DisplayLink USB Graphics Software
EAPI=8
HOMEPAGE=https://www.synaptics.com/products/displaylink-graphics
INHERIT=systemd udev
KEYWORDS=~amd64
LICENSE=DisplayLink-EULA
RDEPEND=~x11-drivers/evdi-1.14.1 virtual/libusb:1
RDEPEND=>=x11-drivers/evdi-1.14.1 virtual/libusb:1
RESTRICT=mirror bindist
SLOT=0
SRC_URI=https://www.synaptics.com/sites/default/files/exe_files/2023-08/DisplayLink%20USB%20Graphics%20Software%20for%20Ubuntu5.8-EXE.zip -> displaylink-driver-5.8.0.zip
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 systemd c8b03e8df84486aa991d4396686e8942 udev eec0bbab06977f1cfc5597269c1fa152
_md5_=df41852633cb69556161294c13584a3c
_md5_=a08b2914e4d65b4201e09d66a02da75f
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ KEYWORDS=~amd64
LICENSE=GPL-2 LGPL-2.1
RDEPEND=x11-libs/libdrm sys-apps/kmod[tools] dist-kernel? ( virtual/dist-kernel:= )
SLOT=0
SRC_URI=https://github.com/DisplayLink/evdi/archive/v1.14.1.tar.gz -> evdi-1.14.1.tar.gz
SRC_URI=https://github.com/DisplayLink/evdi/archive/v1.14.2.tar.gz -> evdi-1.14.2.tar.gz
_eclasses_=toolchain-funcs e56c7649b804f051623c8bc1a1c44084 multilib c19072c3cd7ac5cb21de013f7e9832e0 dist-kernel-utils 145861da258122cbba5240a850f1a5e8 edo c0eb9cbe6b0bd01fcb4918f12598a4d3 linux-info c4f1201b96a8a2c1f3b86cc8b2c71c91 multiprocessing 30ead54fa2e2b5f9cd4e612ffc34d0fe linux-mod-r1 137b318f89f77c2b66124fcc7790737a
_md5_=cf8164dbfceb212929d1646be3382f56
_md5_=d3165ce2139402813d5baa15fe373ce8
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64"

DEPEND="
~x11-drivers/evdi-1.14.1
>=x11-drivers/evdi-1.14.1
virtual/libusb:1
"
RDEPEND="${DEPEND}"
Expand Down
2 changes: 1 addition & 1 deletion x11-drivers/evdi/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST evdi-1.14.1.tar.gz 80554 BLAKE2B 4e574b9722050221603007b730efd31dc5c93e4a4fabaf369e47444d59b8a8a031004561c53daa25a239666da6f8e499ebf8d949b39ac8eecea5e610ffb26945 SHA512 a4eee90a395856b524b596989c24637cb328ddabc841d3f5a0d14fc0481f1c288a164d97cf9bb448c8dbae64a6b264425d793185625a5503726d396d91975c3f
DIST evdi-1.14.2.tar.gz 87688 BLAKE2B 6bef81459e5c2c6e74261e01deeb71e461159c766bc43be82af22c89b0a7a616125ee1943659df3fbc8b38723e2de81d58488fd5a9e9ea1de5b6e165062540e0 SHA512 27c516c14b9503528da5c04d8f318fc1c21a1692e72da860feb96957b13f437da9ed000b045b3e4ef1109cba7ca0fd7813c32f00c74f71419ecf50a58ca957eb
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ RDEPEND="${DEPEND}"

CONFIG_CHECK="~FB_VIRTUAL ~I2C DRM ~USB_SUPPORT USB_ARCH_HAS_HCD"

PATCHES=(
"${FILESDIR}"/${P}-fix-kernel-6-6.patch
)

src_compile() {
local modlist=( evdi=video:"${S}/module" )
linux-mod-r1_src_compile
Expand Down
46 changes: 0 additions & 46 deletions x11-drivers/evdi/files/evdi-1.14.1-fix-kernel-6-6.patch

This file was deleted.

0 comments on commit e32d4da

Please sign in to comment.