Search Criteria
Package Details: vcmi-git r7614.8c77f0488-1
Git Clone URL: | https://aur.archlinux.org/vcmi-git.git (read-only, click to copy) |
---|---|
Package Base: | vcmi-git |
Description: | Open-source engine for Heroes of Might and Magic III |
Upstream URL: | http://vcmi.eu |
Keywords: | homm3 |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | Raziel23 |
Maintainer: | fenuks |
Last Packager: | fenuks |
Votes: | 44 |
Popularity: | 0.23 |
First Submitted: | 2014-04-07 07:23 |
Last Updated: | 2020-08-07 08:46 |
Dependencies (17)
- boost-libs (boost171, boost-libs-git)
- desktop-file-utils (desktop-file-utils-git)
- ffmpeg (ffmpeg-semifull-git, ffmpeg-tmblock-git, ffmpeg4.0, ffmpeg-cuda, ffmpeg-v4l2-request-git, ffmpeg-svt, ffmpeg-headless, ffmpeg-gl-transition, ffmpeg-git, ffmpeg-decklink, ffmpeg-intel-full-git, ffmpeg-mmal, ffmpeg-svt-av1-git, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-nocuda, ffmpeg-ndi, ffmpeg-amd-full, ffmpeg-full-git, ffmpeg-amd-full-git)
- fuzzylite
- gtk-update-icon-cache (gtk3-git, gtk-update-icon-cache-ubuntu)
- hicolor-icon-theme (hicolor-icon-theme-git)
- libxkbcommon-x11 (libxkbcommon-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- sdl2_image (sdl2_image-minimal-git)
- sdl2_mixer (sdl2_mixer-hg, sdl2_mixer-minimal-git)
- sdl2_ttf (sdl2_ttf-git)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-git) (make)
- innoextract (innoextract-git) (optional) – required by vcmibuilder
- unshield (unshield-git) (optional) – required by vcmibuilder
- unzip (unzip-natspec, unzip-iconv) (optional) – required by vcmibuilder
Required by (1)
- vcmi-demo (requires vcmi)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
nipsky commented on 2021-01-08 22:14
Ok, turned out there was no buildertmp/app/ under ~/.local/share/vcmi/buildertmp/app. Not sure why that hadn’t been created. After creating the missing folders, the builder worked up to a point, but created another app/ directory under buildertmp/app/. Copying the former’s content into the latter one finally made the builder work. Really strange.
fenuks commented on 2021-01-08 21:26
If you have
innoextract
andunzip
installed, then maybe try to run script withbash -x /usr/bin/vcmibuilder --gog "setup_homm3_complete_2.0.0.16.exe"
, and share output on pastebin, or similar service.nipsky commented on 2021-01-08 20:33
I’m using the command like this in the installer’s directory:
vcmibuilder --gog "setup_homm3_complete_2.0.0.16.exe"
Using an absolute path gives the same result.fenuks commented on 2021-01-08 20:07
@nipsky Could you please paste command you are issuing? Vcmibuilder script hasn't been changed in four months, and it worked for me in past for both CD, and GOG versions.
nipsky commented on 2021-01-08 19:49
Hi, not matter what I point vcmibuilder to, I’m getting:
I tried this with two different GOG installers and an installed GOG version.
fenuks commented on 2020-08-07 08:50
@gee Thank you, silly mistake. Fixed. I mainly wanted to make binaries to work without tuning LD_LIBRARY_PATH, and later I thought it would be good to build off-tree as well. I didn't spot the error simply because I had unclean src/ dir from previous build.
gee commented on 2020-08-07 00:37
Hello,
I think you're missing a "cd build" in the package section. ;)
Thank you!
fenuks commented on 2020-08-04 00:28
Please add
aarch64
to list of architectures (it compiles and runs just fine).Other than that, why libvcmi.so is in /usr/lib/vcmi, which makes binaries inconvenient to be run via commandline?
tgheretford commented on 2019-11-21 20:53
CMake crashes out of the generation of build files for vcmi-git (and oddly enough, also the vcmi AUR package) with the following message:
"CMake Error in lib/CMakeLists.txt: Imported target "Boost::date_time" includes non-existent path
in its INTERFACE_INCLUDE_DIRECTORIES."
agru commented on 2019-10-12 10:28
Does not compile with recent boost (>1.70), upstream MR present but not yet merged.
Use
source=("$pkgname::git+<https://github.com/vcmi/vcmi.git#commit=7f242c9bbb7>")
as a workaround until upstream is fixed.https://github.com/vcmi/vcmi/pull/615