Package Details: tic80-pro-git 1.1.2837-1

Git Clone URL: https://aur.archlinux.org/tic80-pro-git.git (read-only, click to copy)
Package Base: tic80-pro-git
Description: TIC-80 is a fantasy computer for making, playing and sharing tiny games. This is the pro version, built from git, for those who don't have money to buy it.
Upstream URL: https://tic80.com
Licenses: MIT
Conflicts: tic80
Submitter: ascanio
Maintainer: ascanio
Last Packager: ascanio
Votes: 4
Popularity: 0.66
First Submitted: 2024-09-27 20:55 (UTC)
Last Updated: 2024-09-27 20:55 (UTC)

Latest Comments

arthurfragoso commented on 2025-08-24 03:31 (UTC)

I was getting this error:

tic80-pro-git/src/TIC-80/vendor/sdl2/src/audio/pipewire/SDL_pipewire.c:623:37: error: passing argument 1 of ‘pw_node_enum_params’ from incompatible pointer type [-Wincompatible-pointer-types]
  623 |             pw_node_enum_params(node->proxy, 0, info->params[i].id, 0, 0, NULL);
      |                                 ~~~~^~~~~~~
      |                                     |
      |                                     struct pw_proxy *

I was able to fix using a patch created with the help of ChatGPT to use the system SDL library instead of compiling a new one. Feel free to update the PKGBUILD if you like it.

And if anyone is having a problem with the CMake version, just use: CMAKE_POLICY_VERSION_MINIMUM=3.5 makepkg -si or CMAKE_POLICY_VERSION_MINIMUM=3.5 yay -Sy tic80-pro-git