Search Criteria
Package Details: widelands-git 1.1+git-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/widelands-git.git (read-only, click to copy) |
---|---|
Package Base: | widelands-git |
Description: | An elaborate realtime multiplayer strategy game with emphasis on economy and transport - development version. In the spirit of BlueByte's 'Siedler II/ Settlers 2'. |
Upstream URL: | http://widelands.org/ |
Licenses: | GPL2 |
Conflicts: | widelands, widelands-bzr, widelands-data |
Provides: | widelands |
Replaces: | widelands-bzr |
Submitter: | dreieck |
Maintainer: | matthiakl |
Last Packager: | matthiakl |
Votes: | 5 |
Popularity: | 0.126141 |
First Submitted: | 2020-03-12 15:34 (UTC) |
Last Updated: | 2022-04-28 16:16 (UTC) |
Dependencies (14)
- asio
- gettext (gettext-git)
- glew (glew-libepoxy, glew-egl-glx, glew-git)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libpng (libpng-apng, libpng-minimal-git, libpng-git)
- sdl2_image (sdl2_image-minimal-git)
- sdl2_mixer (sdl2_mixer-minimal-git)
- sdl2_ttf (sdl2_ttf-git)
- zlib (zlib-static, zlib-git, zlib-ng, zlib-ng-compat-git)
- cmake (cmake-git) (make)
- coreutils (coreutils-git, coreutils-selinux, coreutils-hybrid, coreutils-hybrid-git) (make)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- python (python38, python37, nogil-python, python39, python36, python32, python311) (make)
- minizip (minizip-git) (optional) – use system minizip instead of embedded one
Required by (2)
- siedler2-data (requires widelands) (optional)
- widelands-maps-rttr-localver (requires widelands) (optional)
Latest Comments
dreieck commented on 2022-04-26 12:49 (UTC)
Disowning, since I am not playing this & keeping up with upstream changes is too much for me right now.
Please, anyone interested, adopt!
andy5995 commented on 2022-04-26 06:27 (UTC)
@dreieck FYI, install paths will be changing before the next release. https://github.com/widelands/widelands/pull/5359
dreieck commented on 2022-04-10 18:32 (UTC)
boost-libs
dependency andboost
makedependency and addedasio
dependency. Hope that is correct. Thanks for reporting.aarch64
as supported architecture. Thanks for reporting.git+git://
togit+https://
. Thanks for reporting.TheWindUpPirate commented on 2022-04-05 15:41 (UTC)
I was getting an error:
The unauthenticated git protocol on port 9418 is no longer supported.
Fixed by changing the PKGBUILD source line to:"${_pkgname}::git+https://github.com/${_pkgname}/${_pkgname}.git"
kaputtnik commented on 2022-01-01 13:31 (UTC)
FYI: The current development version does not have boost as dependency anymore. Instead asio will be a new dependency.
MarcusE1W commented on 2021-10-13 18:35 (UTC)
Hi. The package has been build successfully for the Pinebook Pro with ARM processor. So you probably could add aarch64 as supported architecture.
dreieck commented on 2021-09-01 22:05 (UTC)
@Dark-Sky, @Ordoviz: Thanks for pointint out. Fixed.
Ordoviz commented on 2021-01-17 21:28 (UTC)
@dreieck: This package is broken due to a small typo (see last comment). I noticed that you recently updated one of your packages so I have hope that you will see this comment.
Dark-Sky commented on 2020-11-22 18:26 (UTC)
In the PKGBUILD this needs to be changed:
From: -DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bib/msgmerge \ To: -DGETTEXT_MSGMERGE_EXECUTABLE=/usr/bin/msgmerge \
dreieck commented on 2020-08-28 17:30 (UTC) (edited on 2020-08-28 17:31 (UTC) by dreieck)
@guzzisti: Done (using another approach to determine the number of processing units:
nproc
, so I didmake -j "$(nproc)"
).guzzisti commented on 2020-08-24 10:08 (UTC)
could you please enable parallel builds to reduce build time, e.g.
dreieck commented on 2020-03-12 15:35 (UTC)
Successor of widelands-bzr, since widelands development code moved to github.