Search Criteria
Package Details: python-sge 2.0.2-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/python-sge.git (read-only, click to copy) |
---|---|
Package Base: | python-sge |
Description: | The Seclusion Game Engine, or SGE, is a general-purpose 2-D game engine. |
Upstream URL: | https://python-sge.github.io/ |
Keywords: | engine python sge |
Licenses: | LGPL |
Conflicts: | python-sge |
Provides: | python-sge |
Submitter: | CrisisModel |
Maintainer: | CrisisModel |
Last Packager: | CrisisModel |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2021-10-18 12:55 (UTC) |
Last Updated: | 2023-02-01 21:22 (UTC) |
Dependencies (4)
- python (python37AUR, python311AUR, python310AUR)
- python-pygame-gitAUR
- python-unisegAUR (python-unisegAUR)
- python-setuptools (make)
Latest Comments
martinf99 commented on 2022-09-05 16:27 (UTC)
That explains it then
CrisisModel commented on 2022-09-05 15:05 (UTC) (edited on 2022-09-05 15:10 (UTC) by CrisisModel)
The reason python-pygame-git was chosen was because the engine failed to run with the version of python-pygame that was in the repos, because the repos contained a version that was built with an older version of sdl than was available in the official repos. So, python-pygame-git was used so that pygame would be compiled with the locally installed version of sdl rather than relying on the official pygame package.
It looks like they updated the official python-pygame package recently. When I changed it to python-pygame-git, the official package hadn't been updated since December 29, 2021. Unless they're going to start keeping python-pygame up-to-date, I'll keep the dependency as python-pygame-git.
martinf99 commented on 2022-09-05 14:55 (UTC) (edited on 2022-09-05 14:56 (UTC) by martinf99)
IS there a reseon that python-sge depends on python-pygame-git instead of python-pygame? The build seems to work with either