Package Details: furnace-git r6948.6754ccb9-1

Git Clone URL: https://aur.archlinux.org/furnace-git.git (read-only, click to copy)
Package Base: furnace-git
Description: A multi-system chiptune tracker compatible with DefleMask modules
Upstream URL: https://github.com/tildearrow/furnace
Keywords: amiga atari audio c64 chiptune gameboy genesis nes tracker
Licenses: GPL
Conflicts: furnace
Provides: furnace
Submitter: Essem
Maintainer: Essem
Last Packager: Essem
Votes: 1
Popularity: 0.000000
First Submitted: 2022-02-18 18:27 (UTC)
Last Updated: 2023-10-20 22:04 (UTC)

Latest Comments

pezz commented on 2023-07-09 05:11 (UTC)

furnace is in the extra repo now as well, should probably set a "conflicts" in your PKGBUILD.

silverhikari commented on 2023-01-22 02:25 (UTC)

can you set a epoch value, as the upstream change going from "devXXX" to a semantic numbering form has cause the package manager to keep thing the package is being downgraded even if it is being upgraded causing it to be continually considered outdated.

sten_gun commented on 2022-05-27 19:42 (UTC)

patch gcc12.patch is not needed anymore

pjag commented on 2022-05-14 22:43 (UTC) (edited on 2022-05-14 22:44 (UTC) by pjag)

Compilation breaks right now for me:

/home/pj/.cache/yay/furnace-git/src/furnace/src/engine/platform/sound/n163/n163.cpp: In member function ‘void n163_core::reset()’:
/home/pj/.cache/yay/furnace-git/src/furnace/src/engine/platform/sound/n163/n163.cpp:129:29: error: no matching function for call to ‘begin(n163::u8 [128])’
  129 |         std::fill(std::begin(m_ram), std::end(m_ram), 0);
      |                   ~~~~~~~~~~^~~~~~~

... and a bunch of similar stuff after that.