Search Criteria
Package Details: vvvvvv-git 20230402.c88f249f-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/vvvvvv-git.git (read-only, click to copy) |
---|---|
Package Base: | vvvvvv-git |
Description: | A retro-styled 2D platformer |
Upstream URL: | https://thelettervsixtim.es/ |
Licenses: | custom |
Conflicts: | vvvvvv |
Provides: | vvvvvv |
Submitter: | Xesxen |
Maintainer: | Xesxen |
Last Packager: | Xesxen |
Votes: | 4 |
Popularity: | 0.000000 |
First Submitted: | 2020-01-10 19:01 (UTC) |
Last Updated: | 2023-04-03 20:08 (UTC) |
Dependencies (4)
- sdl2_mixer
- sh (dashbinshAUR, bash-devel-static-gitAUR, zshbinshAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR, bash)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
Required by (0)
Sources (9)
- git+https://github.com/FNA-XNA/FAudio
- git+https://github.com/icculus/physfs/
- git+https://github.com/leethomason/tinyxml2/
- git+https://github.com/lvandeve/lodepng
- git+https://github.com/Mashpoe/c-hashmap
- git+https://github.com/TerryCavanagh/VVVVVV.git
- https://thelettervsixtim.es/makeandplay/data.zip
- vvvvvv.desktop
- vvvvvv.sh
Latest Comments
1 2 Next › Last »
hexcoder commented on 2024-11-30 17:23 (UTC) (edited on 2024-11-30 17:27 (UTC) by hexcoder)
As reported by Stutonk I had to adapt it like that:
Stutonk commented on 2024-07-21 03:16 (UTC) (edited on 2024-07-21 03:17 (UTC) by Stutonk)
Build was broken for me. Had to add
git+https://github.com/Tehreer/SheenBidi
to sources with an accompanying'SKIP'
and thenSheenBidi
to thefor .. in
list inprepare()
.lithium_sulfate commented on 2022-04-13 08:32 (UTC) (edited on 2022-04-13 12:29 (UTC) by lithium_sulfate)
On March 14, 2022, upstream has migrated the external 3rd party libraries to git submodules, which has broken compilation with the current PKGBUILD. I modified it to accommodate the upstream change and fix the build (on my end, at least):
Xesxen commented on 2020-11-30 00:21 (UTC)
Fixed, apparently I forgot to clean my own build directory when doing the final compile check. Sorry for that
rien333 commented on 2020-11-30 00:11 (UTC) (edited on 2020-11-30 00:11 (UTC) by rien333)
The following change to the PKGBUILD seems to break the
package()
phase on my end:This results in the error:
I think the problem here is that contrary to what the offending line 60 seems to assume (i.e.
cd "${srcdir}/data"
), there is nodata
directory, but only adata.zip
file in$srcdir
. You should probably ensure this file is unpacked, I guess.abouvier commented on 2020-10-14 19:35 (UTC)
You should use
/usr/lib
instead of/opt
, just likemame
.abouvier commented on 2020-10-03 14:46 (UTC)
dbus
is needed for building.Xesxen commented on 2020-01-12 00:44 (UTC) (edited on 2020-01-12 00:59 (UTC) by Xesxen)
The binary name apparently changed in commit a977f497250ba218e6c8b4722205df22348cc3fc, so I've updated the PKGBUILD to reflect this.
I also ran into an issue where -Werror was always enabled, so I've fixed this in 833b2fbf1d14b6d85b97ddeb3ae830f1988ae2c2. (this fixes the issue with edentity[testeditor])
rien333 commented on 2020-01-11 23:38 (UTC) (edited on 2020-01-11 23:38 (UTC) by rien333)
I found out that my previous problem came about from the inclusion of
-O2
in myCXXFLAGS
. Upstream is aware of the offending code.However, I'm experiencing a different, unrelated problem during the
package()
stage:Indeed, there is no such file in
${srcdir}/VVVVVV/desktop_version/build
. There is a working binary calledVVVVVV
in that folder, however.rien333 commented on 2020-01-11 20:28 (UTC) (edited on 2020-01-11 22:25 (UTC) by rien333)
@kleintux Upstream says it's more likely a problem with the PKGBUILD. Indeed, if I do everything in
build()
manually in a fresh repo, it builds fine.Kind of sounds like a bug in my setup (although my
/etc/makepkg.conf
is relatively vanilla). In the fresh repo, I've manually exported all env vars inmakepkg.conf
, and then ranmake clean
+make
, but then it also builds fine. Anyone has an idea whats up? How could onlymakepkg
produce this error?EDIT: See also the comments in the github thread I linked above. Might be upstream anyway.
1 2 Next › Last »