Search Criteria
Package Details: shadered 1.4.4-1
Git Clone URL: | https://aur.archlinux.org/shadered.git (read-only, click to copy) |
---|---|
Package Base: | shadered |
Description: | SHADERed is a lightweight tool for creating and testing HLSL and GLSL shaders. |
Upstream URL: | https://github.com/dfranx/SHADERed |
Licenses: | |
Submitter: | Emeric |
Maintainer: | Emeric |
Last Packager: | Emeric |
Votes: | 4 |
Popularity: | 0.31 |
First Submitted: | 2020-02-27 19:10 |
Last Updated: | 2021-02-17 10:23 |
Dependencies (10)
- assimp (doomsday)
- glew (glew-libepoxy, glew-git, glew-egl-glx)
- glm (glm-git, gli)
- gtk3 (gtk3-donnatella, gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-mushrooms, gtk3-git, gtk3-ubuntu, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- sdl2 (sdl2-ime-support, sdl2-rbp-bin, sdl2-hidpi-hg, sdl2-rpi, sdl2-nox, sdl2-nox-git, sdl2-minimal-git, sdl2-minimal-x11-git, sdl2-git)
- sfml (sfml-rpi-git, csfml-bin, sfml-bin, sfml-git)
- spirv-headers (spirv-headers-git)
- cmake (cmake-git) (make)
- git (git-git) (make)
- python (python-dbg) (make)
Latest Comments
Emeric commented on 2020-11-09 15:38
Thanks, fixed and updated to 1.4.2
PedroHLC commented on 2020-11-06 11:07
Missing python in makedepends
Emeric commented on 2020-10-05 14:02
Version 1.4 and up don't run when packaged on linux right now, the soft tries to store configuration files next to the executable in the system, and that's not good...
Emeric commented on 2020-03-12 13:47
Allright icon and launch script should be good ;-) let me know if somethings wrong!
ooo commented on 2020-02-27 21:42
Oops, sorry I checked shadered-git yesterday, and didn't notice you had already updated the .desktop file for it to avoid conflicts.
Emeric commented on 2020-02-27 21:29
I think if you update shadered-git the desktop files should not conflict anymore. I'll add a script in /usr/bin, it's a good idea. Also yeah I don't remember why the icon is not in /usr/share/pixmaps, I'll have a look!
ooo commented on 2020-02-27 21:05
Thanks for creating the PKGBUILD. Few notes and suggestions:
This needs
conflicts=('shadered-git')
, at least due to the .desktop file.Additionally it would be nice to have launcher script installed in /usr/bin/, so it could be run from PATH.
Also, you could install the icon to
/usr/share/icons/hicolor
or/usr/share/pixmaps
so it could be themed, although it looks like you've already looked into that.