@TheJJ added, thanks
Search Criteria
Package Details: openage-git 0.5.3.r1.g3c24463de-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/openage-git.git (read-only, click to copy) |
---|---|
Package Base: | openage-git |
Description: | A free (as in freedom) clone of the Age of Empires II engine |
Upstream URL: | https://openage.sft.mx/ |
Keywords: | aoe game |
Licenses: | GPL3 |
Conflicts: | openage |
Provides: | openage |
Submitter: | linkmauve |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 16 |
Popularity: | 0.003558 |
First Submitted: | 2015-03-23 17:01 (UTC) |
Last Updated: | 2023-12-23 13:47 (UTC) |
Dependencies (32)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- gperftools (gperftools-gitAUR)
- harfbuzz (harfbuzz-gitAUR)
- libepoxy (libepoxy-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libogg (libogg-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- ncurses (ncurses-gitAUR)
- nyan-langAUR (nyan-lang-gitAUR)
- opus (opus-gitAUR)
- opusfile (opusfile-gitAUR)
- python (python37AUR, python311AUR, python310AUR)
- python-lz4
- python-mako
- python-numpy (python-numpy-flameAUR, python-numpy-mkl-binAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-pillow (python-pillow-gitAUR)
- python-pygments
- Show 12 more dependencies...
Required by (0)
Sources (1)
FabioLolix commented on 2017-09-20 15:55 (UTC)
TheJJ commented on 2017-09-20 15:40 (UTC)
The package should now depend on libpng (https://github.com/SFTtech/openage/commit/3007be01712396b1495d9c7da364844b33957705)
strubbl: the compilation problem was fixed: https://github.com/SFTtech/openage/pull/909
strubbl commented on 2017-09-01 14:36 (UTC)
does not compile anymore:
make[2]: *** No rule to make target '../libopenage/gamedata/civilisation.gen.cpp', needed by 'libopenage/CMakeFiles/libopenage_autogen'. Stop.
i have uploaded the full log here: https://gist.github.com/Strubbl/c91b9d81f9ec52f227990baeb3124e41
craftyguy commented on 2017-06-09 04:04 (UTC)
There should be a dependency on qt5-quickcontrols, which is needed to render the controls
fzerorubigd commented on 2017-03-22 18:15 (UTC)
No longer using this.
benneti commented on 2017-01-21 22:45 (UTC)
I think dependencies should be updated to include qtquick:
depends=('python' 'libgl' 'libepoxy' 'ftgl' 'fontconfig' 'freetype2' 'harfbuzz' 'sdl2' 'sdl2_image' 'opusfile' 'opus-tools' 'ttf-dejavu' 'qt5-declarative' 'qt5-quickcontrols')
makedepends=('git' 'cmake' 'python-pillow' 'gcc' 'cython' 'python-pygments' 'python-numpy' 'opus-tools')
and maybe you could add the following to the PKGBUILD to fix some issues
probably best in package():
# Fix install problem (/usr/lib64 is a symlink)
mv $pkgdir/usr/lib64/* $pkgdir/usr/lib/
rmdir $pkgdir/usr/lib64
cp "$srcdir/$_pkgbase/run" $pkgdir/usr/bin/openage
propably in post_install()
# Fix missing files on startup
mkdir -p ~/.openage
mkdir -p ~/.openage/assets
cp -R /usr/share/openage/* ~/.openage/assets
electricprism commented on 2016-12-12 05:49 (UTC)
error: failed to commit transaction (conflicting files)
openage-git: /usr/lib64 exists in filesystem
janisozaur commented on 2016-12-11 22:14 (UTC)
I think this package needs updating, it tries to install to /usr/lib64 which for some reason causes filesystem (the package) to fail its transaction and on subsequent initcpio remake it prevents the system from booting due to missing /init.
arch-chroot'ing from live USB, removing openage-git then reinstalling packages: "filesystem systemd linux" fixes it, for anyone having the same issue.
rhoit commented on 2016-08-26 16:16 (UTC)
you need to add these in dependencies
python-astroid
python-isort
python-lazy-object-proxy
python-mccabe
python-wrapt
python-pillow
python-pylint
qt5-quickcontrols
rhoit commented on 2016-08-26 14:23 (UTC)
gives error while installing had to force install to solve this.
error: failed to commit transaction (conflicting files)
openage-git: /usr/lib64 exists in filesystem
Pinned Comments
fzerorubigd commented on 2016-03-18 10:35 (UTC)