Search Criteria
Package Details: blockattack 2.9.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/blockattack.git (read-only, click to copy) |
---|---|
Package Base: | blockattack |
Description: | Open source Tetris Attack clone |
Upstream URL: | https://blockattack.net |
Licenses: | GPL |
Submitter: | arisinfenix |
Maintainer: | FredBezies (arisinfenix) |
Last Packager: | FredBezies |
Votes: | 0 |
Popularity: | 0.000000 |
First Submitted: | 2018-11-22 19:33 (UTC) |
Last Updated: | 2024-06-08 12:40 (UTC) |
Dependencies (12)
- boost-libs
- 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)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- physfs (physfs-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- sdl2_image
- sdl2_mixer
- sdl2_ttf
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- zip (zip-natspecAUR) (make)
Latest Comments
arisinfenix commented on 2020-09-28 06:12 (UTC)
Patch for 2.6.0 https://gist.github.com/arisinfenix/137e7a77f29a9cbffdf939d7acfbeebf
FredBezies commented on 2020-09-27 15:21 (UTC) (edited on 2020-09-28 06:46 (UTC) by FredBezies)
2.6.0 is currently broken. I opened a bug: https://github.com/blockattack/blockattack-game/issues/25
Edit: thanks to arisinfenix for the patch.
jlaunay commented on 2020-04-14 00:24 (UTC) (edited on 2020-04-14 00:53 (UTC) by jlaunay)
Can't build with boost 1.72.0-1
EDIT: I don't know if it's the right way to do it but I managed to compile it by adding
Line 66 in CMakeLists.txt just before the line
Quick and dirty fix, add the following sed line in prepare() in the PKGBUILD
FredBezies commented on 2019-09-30 07:24 (UTC)
@ArnaudNux: did you install aur package called utf8cpp?
See https://aur.archlinux.org/packages/utf8cpp/
After installing it, everything works.
ArnaudNux commented on 2019-09-29 21:22 (UTC)
-- Build files have been written to: /home/arnaud/tempo/yaourt-tmp-arnaud/aur-blockattack/src/build Scanning dependencies of target blockattack [ 3%] Building CXX object CMakeFiles/blockattack.dir/source/code/BlockGame.cpp.o [ 6%] Building CXX object CMakeFiles/blockattack.dir/source/code/DialogBox.cpp.o [ 9%] Building CXX object CMakeFiles/blockattack.dir/source/code/HelpAboutState.cpp.o [ 12%] Building CXX object CMakeFiles/blockattack.dir/source/code/HelpGamepadState.cpp.o [ 16%] Building CXX object CMakeFiles/blockattack.dir/source/code/HelpHowtoState.cpp.o [ 19%] Building CXX object CMakeFiles/blockattack.dir/source/code/MenuSystem.cpp.o [ 22%] Building CXX object CMakeFiles/blockattack.dir/source/code/ReadKeyboard.cpp.o /home/arnaud/tempo/yaourt-tmp-arnaud/aur-blockattack/src/blockattack-game-2.5.0/source/code/ReadKeyboard.cpp:25:10: fatal error: utf8cpp/utf8.h: No such file or directory 25 | #include <utf8cpp/utf8.h> | ^~~~~~~~~~~~~~~~ compilation terminated. make[2]: [CMakeFiles/blockattack.dir/build.make:141: CMakeFiles/blockattack.dir/source/code/ReadKeyboard.cpp.o] Error 1 make[2]: Waiting for unfinished jobs.... make[1]: [CMakeFiles/Makefile2:76: CMakeFiles/blockattack.dir/all] Error 2 make: [Makefile:152: all] Error 2 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build blockattack. ==> Restart building blockattack ? [y/N]
FredBezies commented on 2019-06-23 10:04 (UTC) (edited on 2019-06-23 10:05 (UTC) by FredBezies)
Thanks to @arisfenix the patch and the PKGBUILD tweaking!
FredBezies commented on 2019-05-26 07:50 (UTC) (edited on 2019-05-26 07:54 (UTC) by FredBezies)
Will try to upgrade it to version 2.5.0 asap, but there is a bug:
Will look at it later.
Bug reported: https://github.com/blockattack/blockattack-game/issues/17