Search Criteria
Package Details: ags-git 3.4.1.6.r56.g234c69ef-1
Git Clone URL: | https://aur.archlinux.org/ags-git.git (read-only, click to copy) |
---|---|
Package Base: | ags-git |
Description: | Adventure Game Studio, a development tool that is primarily used to create graphical adventure games |
Upstream URL: | http://www.adventuregamestudio.co.uk/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | quantax |
Maintainer: | carstene1ns |
Last Packager: | 0x647262 |
Votes: | 14 |
Popularity: | 0.000000 |
First Submitted: | 2012-06-24 16:31 |
Last Updated: | 2017-07-30 21:50 |
Dependencies (8)
- allegro (allegro-git, allegro-sdl-git)
- dumb (dumb-a4)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libogg (libogg-git)
- libtheora (libtheora-ptalarbvorm, libtheora-git)
- libvorbis (libvorbis-git, libvorbis-aotuv, libvorbis-aotuv-lancer)
- git (git-git) (make)
- wine (wine-unity3d-git, wine-vulkan-git, wine-valve-git, wine-no-pe, wine-git, wine-valve, wine-stable-next, wine-stable, wine-staging-git, wine-stable-ubuntu, wine-staging) (optional) – For non-native games
Latest Comments
1 2 Next › Last »
carstene1ns commented on 2020-01-08 15:54
It looks to me like the allegro4 rebuild was without X11 support. Need to investigate.
Edit: Right, issue is filed here: FS#64943
unknown78 commented on 2020-01-03 17:47
trying to compile after last xproto update but it doesn't compile and gives instead a -> ogl_headers.h:31:10: fatal error: xalleg.h: No such file or directory"
Anyone have an idea how to fix ?
0x647262 commented on 2017-07-30 21:49
Never mind I found the culprit.
I had an update staged that I never pushed... That's embarrassing...
0x647262 commented on 2017-07-30 15:14
What does your directory tree look like for:
```
/build/ags-git
```
After running:
```
makepkg -sr
```
bastelfreak commented on 2017-07-29 21:20
Hi,
I'm currently unable to build this PKGBUILD in a clean environment:
==> Checking buildtime dependencies...
==> Retrieving sources...
==> Validating source files with sha256sums...
ags ... Skipped
agslua ... Skipped
googletest ... Skipped
==> Extracting sources...
-> Creating working copy of ags git repo...
Cloning into 'ags'...
done.
-> Creating working copy of Lua-for-AGS git repo...
Cloning into 'agslua'...
done.
-> Creating working copy of googletest git repo...
Cloning into 'googletest'...
done.
==> Starting prepare()...
Submodule 'Plugins/agslua/agslua' (https://github.com/duncanc/Lua-for-AGS.git) registered for path 'Plugins/agslua/agslua'
fatal: repository '/build/ags-git/src/Plugins/agslua/agslua' does not exist
fatal: clone of '/build/ags-git/src/Plugins/agslua/agslua' into submodule path '/build/ags-git/src/ags/Plugins/agslua/agslua' failed
Failed to clone 'Plugins/agslua/agslua'. Retry scheduled
fatal: repository '/build/ags-git/src/Plugins/agslua/agslua' does not exist
fatal: clone of '/build/ags-git/src/Plugins/agslua/agslua' into submodule path '/build/ags-git/src/ags/Plugins/agslua/agslua' failed
Failed to clone 'Plugins/agslua/agslua' a second time, aborting
==> ERROR: A failure occurred in prepare().
Aborting...
==> ERROR: Build failed, check /mnt/aur/build_test/ags-git/build
0x647262 commented on 2017-06-04 18:48
https://github.com/adventuregamestudio/ags/issues/410
escondida commented on 2015-12-26 04:12
FYI, this package works with allegro; you don't need the old allegro4. Also, freetype2 is required by xorg.
As a couple of side notes, the package also builds fine without the provided prepare() function, and pkgver(), prepare(), build(), check() and package() all start you out already in $srcdir.
FredBezies commented on 2015-12-10 09:52
You need to rebuild it : https://www.archlinux.org/news/c-abi-change/
Ner0 commented on 2013-05-20 13:53
I really don't know if that's possible using the new PKGUBUILD standards.
CalinLeafshade commented on 2013-05-19 18:24
The package doesn't clone recursively so it misses the Lua plugin submodule. Add 'git clone --recursive' to the package and fix the dependencies to build the lua plugin.