Search Criteria
Package Details: tic-80-git r2883.3cf27c5e-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/tic-80-git.git (read-only, click to copy) |
---|---|
Package Base: | tic-80-git |
Description: | TIC-80 tiny computer emulator |
Upstream URL: | https://tic80.com/ |
Licenses: | MIT |
Provides: | tic-80 |
Submitter: | MaryJaneInChain |
Maintainer: | MaryJaneInChain |
Last Packager: | MaryJaneInChain |
Votes: | 17 |
Popularity: | 0.000127 |
First Submitted: | 2019-09-25 10:00 (UTC) |
Last Updated: | 2024-02-19 09:48 (UTC) |
Dependencies (8)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glu (glu-gitAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- libglvnd (libglvnd-gitAUR)
- lua-sdl2 (lua-sdl2-gitAUR)
- cmake (cmake-gitAUR, cmake3AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- ruby-rake (ruby-rake-12AUR) (make)
Latest Comments
« First ‹ Previous 1 2 3 4 5 Next › Last »
dreieck commented on 2024-05-22 12:01 (UTC)
package()
fails for me withinstall: cannot stat 'bin/player-sdl': No such file or directory
:It seems that you need to set
-DBUILD_PLAYER=ON
. Also other binaries are affected!dreieck commented on 2024-05-22 11:58 (UTC)
This project uses gut submodules.
Can you please follow ↗ the Arch Linux guidelines on git submodules and download them in the
source
array and only reference them inprepare()
?Regards and thanks for the package!
dreieck commented on 2024-05-22 11:46 (UTC)
Please add
conflicts=("tic-80")
.Regards and thanks for maintaining!
MaryJaneInChain commented on 2024-02-19 09:10 (UTC)
@Popolon Thanks! I updated already.
Popolon commented on 2024-02-15 23:44 (UTC)
Please, add the following parameters in cmake:
and copy the following binaries too:
The addition of --depth=1 (shallow git clone) in git submodule recursion could accelerate download a lot.
dlezo commented on 2022-02-07 19:56 (UTC)
Just to let everybody know: everything is working now. With the current version of SDL (sdl2-2.0.20-1) there is no need to patch the source. Thank you all for your work!
silverhikari commented on 2022-01-29 23:46 (UTC) (edited on 2022-01-29 23:47 (UTC) by silverhikari)
for those who are having trouble with sdl2 at the moment, add these lines to the prepare function under the submodules update. this will fixs it in the mean time until they change the head on sdl2.
test0 commented on 2022-01-22 14:27 (UTC)
Next SDL2 update should fix this building error.
https://github.com/nesbox/TIC-80/issues/1769
MaryJaneInChain commented on 2022-01-18 18:00 (UTC) (edited on 2022-01-18 18:09 (UTC) by MaryJaneInChain)
Although my compiling was failed because of some SDL Wayland stuff fails, I still updated the PKGBUILD.
If anyone know how to fix those SDL Wayland stuff, please let me know...
MaryJaneInChain commented on 2022-01-18 17:41 (UTC) (edited on 2022-01-18 17:41 (UTC) by MaryJaneInChain)
Wow, TIC-80 has changed so much since the last time I updated it.
I tried to update the PKGBUILD file and compiled it again but I got some SDL Wayland fails just like @Genstar.
By the way, the pkgvar part seens broken because of 'HEAD':
I'm still trying to fix it, what a pity that I'm not a specialist of PKGBUILD.
« First ‹ Previous 1 2 3 4 5 Next › Last »