Search Criteria
Package Details: decker 1.66-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/decker.git (read-only, click to copy) |
|---|---|
| Package Base: | decker |
| Description: | Multimedia platform for creating interactive documents |
| Upstream URL: | http://beyondloom.com/decker/ |
| Keywords: | decker ditherpunk hypercard |
| Licenses: | MIT |
| Submitter: | cmounce |
| Maintainer: | cmounce |
| Last Packager: | cmounce |
| Votes: | 3 |
| Popularity: | 0.24 |
| First Submitted: | 2024-05-31 06:20 (UTC) |
| Last Updated: | 2026-05-03 20:07 (UTC) |
Dependencies (5)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- sdl2AUR (sdl2-gitAUR, sdl2-compat-gitAUR, sdl2-compat)
- sdl2_image
- xxd (vim-minimal-gitAUR, gvim-gitAUR, vim-cli-gitAUR, vim-classic-gitAUR, gvim-classic-gitAUR, gvim-gtk2AUR, gvim, tinyxxd, vim) (make)
Latest Comments
cmounce commented on 2026-05-03 20:16 (UTC)
Update on the SDL issue: it was a bug in SDL 3.
If you switched to
sdl2as a workaround for Decker, you can safely go back tosdl2-compatonce yoursdl3package is up to date.cmounce commented on 2026-03-22 00:32 (UTC)
FYI: If you run into issues when changing the size of Decker's window (going fullscreen, toggling toolbars), it may be an issue with
sdl2-compat. I swapped outsdl2-compat-2.32.64-1forsdl2-2.32.10-1-- it does mean taking on another AUR dependency, but switching to the actualsdl2solved the issue for me. (I haven't figured out why, though!)cmounce commented on 2024-12-22 05:49 (UTC)
@tetrachromat Added! Thanks for doing the investigation re: parallel builds.
tetrachromat commented on 2024-12-16 06:00 (UTC) (edited on 2024-12-16 16:42 (UTC) by tetrachromat)
Hey @cmounce, sorry for taking so long to get back to you- I was wrong about the make ordering, so I wanted to make sure my feedback was correct, and it was harder to find time to dedicate to diagnosing the issue than I expected.
The issue was with my makeflags set to build decker in parallel. I have
-j12specified in mymakepkg.conf, but it looks like the build doesn't play nicely with that. Seems like this is a common problem. Could you add that-j1override to the pkgbuild?cmounce commented on 2024-11-24 01:50 (UTC)
Hi @tetrachromat, the order of params passed to
makeis nowlilt decker docs. Sorry for the breakage! I built the package in a clean chroot and it built fine, so I hope this is fixed--let me know if it isn't.tetrachromat commented on 2024-11-13 17:27 (UTC)
I'm having trouble with this package because lilt needs to be built ahead of the rest of the program. Adding
make liltinbuild()before thedeckeranddocstargets seems to resolve the issue- can the pkgbuild be updated?cmounce commented on 2024-07-07 03:38 (UTC)
Hey @aaadelnrrv, thanks for the suggestion! I just added docs to the PKGBUILD.
aaadelnrrv commented on 2024-07-02 05:04 (UTC)
Hey, glad to see decker being packaged!
I have one suggestion from when I hacked together a pkgbuild for myself a while back:
You could build the documentation (
docsmake target) and then install the resulting files tousr/share/doc/decker/e.g.