Package Details: raze 1.7.1-1

Git Clone URL: https://aur.archlinux.org/raze.git (read-only, click to copy)
Package Base: raze
Description: Build engine port backed by GZDoom tech
Upstream URL: https://github.com/coelckers/Raze
Licenses: GPL2, custom:BUILD
Submitter: grubber
Maintainer: caepom
Last Packager: caepom
Votes: 4
Popularity: 0.000118
First Submitted: 2020-02-06 08:54 (UTC)
Last Updated: 2023-04-20 02:54 (UTC)

Latest Comments

cncz commented on 2023-05-30 05:01 (UTC) (edited on 2023-05-30 05:02 (UTC) by cncz)

Compilation fails immediately in libraries/ZVulkan/src/vulkanbuilders.cpp:

throw std::runtime_error(std::string("Shader compile failed: ") + shader.getInfoLog());


‘std::runtime_error’ is defined in header ‘<stdexcept>’; did you forget to ‘#include <stdexcept>’?

caepom commented on 2022-12-11 21:41 (UTC)

@mjr4077au Thank you for pointing that out

mjr4077au commented on 2022-12-11 21:32 (UTC)

@caepom, the patch shouldn't be needed anymore. I got sick of maintaining it and patched the source to allow specifiying a system directory. Check out raze-git's PKGBUILD, for instance: https://aur.archlinux.org/packages/raze-git

If we're missing a slash in the log file output, we can fix that upstream as well.

lualuv897 commented on 2021-10-18 11:37 (UTC)

Update 1.2.1 dropped 2 days ago:

https://github.com/coelckers/Raze/releases/tag/1.2.1

mjr4077au commented on 2021-07-18 02:30 (UTC)

We just dropped 1.1.3 :)

https://github.com/coelckers/Raze/releases/tag/1.1.3

xcom commented on 2021-04-30 13:24 (UTC)

Raze 1.0.3 is out. https://github.com/coelckers/Raze

yoshi314 commented on 2021-04-08 04:31 (UTC)

1.0.0 is out.

nvllsvm commented on 2020-02-15 16:32 (UTC) (edited on 2020-02-15 16:34 (UTC) by nvllsvm)

Like GZDoom, raze provides a default soundfont which should be included in the package.

    install soundfont/raze.sf2 "$pkgdir"/usr/share/raze/soundfonts/raze.sf2 -D -m 644

spinvis commented on 2020-02-12 10:42 (UTC)

Thanks so much for the package. Quickly informing you that 0.4.2 is released. The fix file paths patch doesn't apply to it, file paths have changed. Also getting a compilation error but that seems to be a source issue.