Search Criteria
Package Details: python-glcontext 3.0.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-glcontext.git (read-only, click to copy) |
---|---|
Package Base: | python-glcontext |
Description: | A library providing OpenGL implementation for ModernGL on multiple platforms. |
Upstream URL: | https://github.com/moderngl/glcontext |
Licenses: | MIT |
Submitter: | groctel |
Maintainer: | groctel |
Last Packager: | groctel |
Votes: | 3 |
Popularity: | 0.000004 |
First Submitted: | 2021-04-04 21:15 (UTC) |
Last Updated: | 2024-08-11 16:42 (UTC) |
Dependencies (9)
- egl-wayland (egl-wayland-gitAUR)
- libx11 (libx11-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-psutil
- python-build (make)
- python-installer (python-installer-gitAUR) (make)
- python-setuptools (make)
- python-wheel (make)
- python-pytest (check)
Latest Comments
groctel commented on 2021-05-28 12:34 (UTC)
Thank you @fl0r1an! I've updated the dependencies :)
fl0r1an commented on 2021-05-27 21:02 (UTC)
I think there is a package missing in the make dependencies. I build it in a chroot and it gave me the error:
glcontext/x11.cpp:4:10: fatal error: X11/Xlib.h: No such file or directory 4 | #include <X11/Xlib.h> |
The file /usr/include/X11/xlib.h belongs to the package libx11 in the extra Repository. I added it to makedepends and then it worked.
Kind regards :)