Package Details: libtcod 2.2.1-1

Git Clone URL: https://aur.archlinux.org/libtcod.git (read-only, click to copy)
Package Base: libtcod
Description: Roguelike graphics/utility library
Upstream URL: https://github.com/libtcod/libtcod
Keywords: graphics library roguelike utility
Licenses: BSD
Provides: libtcod.so
Submitter: feufochmar
Maintainer: robindegen
Last Packager: robindegen
Votes: 31
Popularity: 0.20
First Submitted: 2012-08-31 18:06 (UTC)
Last Updated: 2025-10-07 11:57 (UTC)

Latest Comments

1 2 3 4 Next › Last »

HexDecimal commented on 2025-10-07 21:28 (UTC)

@robindegen The relative path comes from following guidelines to make the CMake package relocatable. Setting an absolute prefix is supposed to make the relative paths absolute, but I'm uncertain of the details. Maybe check the CMake GNUInstallDirs docs?

robindegen commented on 2025-10-07 12:03 (UTC)

The patch for the libtcodConfig.cmake.in is a huge hack currently. When I have more time I will try to figure out a better fix. The issue is that the CMAKE_INSTALL_INCLUDEDIR points to "include" as a relative path; but it probably should be something like CMAKE_INSTALL_PREFIX/CMAKE_INSTALL_INCLUDEDIR in this case; otherwise the find script doesn't work on the user's side.

robindegen commented on 2025-08-15 09:40 (UTC)

I managed to push it after a few retries. It should be fixed now

robindegen commented on 2025-08-15 09:35 (UTC)

Thanks. I fixed it but due to the current aur server issues i can't push the change at this moment; the git appears to be down still. Once aur is back properly i will push it.

sokam commented on 2025-08-15 01:47 (UTC)

This package needs updating. Currently does not compile. The issue was fixed on this commit: https://github.com/libtcod/libtcod/commit/3ce9cd66aa57764c3f3676f5edd58f57f5e9b7dd

robindegen commented on 2025-07-20 19:54 (UTC)

This package wasn't updated in years. I took it over and updated it to 2.1.1 which is the latest version at the time of writing.

ltmf commented on 2022-12-01 18:07 (UTC)

https://github.com/hexadecimal.gpg

ltmf commented on 2022-12-01 18:07 (UTC)

The package does not provide a valid key. Please save us the headache next time.

Eremiell commented on 2022-09-12 17:50 (UTC)

Can't figure where to get the GPG public key. All the usual places seem to fail.

adsun commented on 2019-09-16 17:51 (UTC) (edited on 2019-09-16 17:51 (UTC) by adsun)

This needs python in makedepends, otherwise autoreconf fails.