Mageia Bugzilla – Attachment 14376 Details for
Bug 21554
would add support for DisplayLink adapters to mageia
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
New Account
|
Forgot Password
[patch]
Patch for pyevdvi
pyevdi-detect-python-3.10+.patch (text/plain), 511 bytes, created by
katnatek
on 2024-02-13 04:04:31 CET
(
hide
)
Description:
Patch for pyevdvi
Filename:
MIME Type:
Creator:
katnatek
Created:
2024-02-13 04:04:31 CET
Size:
511 bytes
patch
obsolete
>diff -up evdi-1.14.1/pyevdi/Makefile.omv~ evdi-1.14.1/pyevdi/Makefile >--- evdi-1.14.1/pyevdi/Makefile.omv~ 2023-09-26 14:48:33.631191151 +0200 >+++ evdi-1.14.1/pyevdi/Makefile 2023-09-26 14:52:27.481530373 +0200 >@@ -39,7 +39,7 @@ tests: > LD_LIBRARY_PATH=../library python3 -m pytest test/ > > >-LIBDIR ?= /usr/lib/python$$(python3 -c "import sys; print (sys.version[:3])")/lib-dynload >+LIBDIR ?= /usr/lib/python$$(python3 -c "import sys; print (sys.version.split()[0])" |cut -d. -f1-2)/lib-dynload > > > install:
diff -up evdi-1.14.1/pyevdi/Makefile.omv~ evdi-1.14.1/pyevdi/Makefile --- evdi-1.14.1/pyevdi/Makefile.omv~ 2023-09-26 14:48:33.631191151 +0200 +++ evdi-1.14.1/pyevdi/Makefile 2023-09-26 14:52:27.481530373 +0200 @@ -39,7 +39,7 @@ tests: LD_LIBRARY_PATH=../library python3 -m pytest test/ -LIBDIR ?= /usr/lib/python$$(python3 -c "import sys; print (sys.version[:3])")/lib-dynload +LIBDIR ?= /usr/lib/python$$(python3 -c "import sys; print (sys.version.split()[0])" |cut -d. -f1-2)/lib-dynload install:
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21554
:
14373
|
14374
|
14375
|
14376
|
14399
|
14400
|
14401
|
14431