Package Details: shadered 1.5.6-1

Git Clone URL: https://aur.archlinux.org/shadered.git (read-only, click to copy)
Package Base: shadered
Description: Lightweight tool for creating and testing HLSL and GLSL shaders.
Upstream URL: https://github.com/dfranx/SHADERed
Licenses: MIT
Submitter: Emeric
Maintainer: Emeric
Last Packager: 1ace
Votes: 7
Popularity: 0.000145
First Submitted: 2020-02-27 19:10 (UTC)
Last Updated: 2022-11-03 10:21 (UTC)

Latest Comments

1 2 3 Next › Last »

1ace commented on 2022-12-31 12:35 (UTC)

@chief-detektor: from a quick glance this looks correct; did you submit that to the project? (https://github.com/dfranx/SHADERed)

chief-detektor commented on 2022-12-20 13:19 (UTC) (edited on 2022-12-20 13:24 (UTC) by chief-detektor)

Here is a patch and an updated PKGBUILD if someone wants to build this package by him/herself.

The fix is actually pretty easy:

patch: https://drive.google.com/file/d/1jhYm1IHO4zhcM58-AzpvBpwtY3muUaok/view?usp=sharing

PKGBUILD: https://drive.google.com/file/d/1ZbOKJhs1DcLSiHQjPhw5ppIVPW8EXVOa/view?usp=sharing

1ace commented on 2021-04-26 07:25 (UTC)

melvyn2 is right that 1.5.2 came out, but it doesn't build on ArchLinux; see:
https://github.com/dfranx/SHADERed/issues/198
Once that's fixed upstream, we'll be able to update this package.

In the mean time, those who need the update can use the pre-built shadered-bin package which is up to date.

Emeric commented on 2021-04-08 13:08 (UTC)

This is weird, I got it to build on my computer, but not twice, and it doesn't work either on the git package. Not sure what's happening, I've reverted back to 1.5.

simona commented on 2021-04-07 23:46 (UTC)

/bin/ld: lib/libSpvGenTwoLib.so: undefined reference to `spvgentwo::Instruction::Instruction<>(spvgentwo::BasicBlock*, spvgentwo::spv::Op)'
collect2: error: ld returned 1 exit status

Emeric commented on 2021-04-07 10:06 (UTC)

Ok I've set it up to use the commit fixing this issue, it's working.

Emeric commented on 2021-04-05 20:32 (UTC)

Yes indeed I had the same error trying this today.

1ace commented on 2021-04-05 20:22 (UTC)

Actually, I decided to post an issue upstream anyway: https://github.com/dfranx/SHADERed/issues/196

1ace commented on 2021-04-05 20:17 (UTC)

Forgot to mention, the errors I get are linker errors in the final executable, all in the form undefined reference to 'spvgentwo::[...].

It's not entirely impossible that @dfranx forgot to commit a submodule update of https://github.com/dfranx/SpvGenTwo :]