Search Criteria
Package Details: zytrax-git 1.0.alpha.r13.gd60cc42-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/zytrax-git.git (read-only, click to copy) |
|---|---|
| Package Base: | zytrax-git |
| Description: | Easy to use, tracker-inspired music sequencer. |
| Upstream URL: | http://zytrax.org/ |
| Licenses: | MIT |
| Submitter: | guilhermefelipe |
| Maintainer: | guilhermefelipe |
| Last Packager: | guilhermefelipe |
| Votes: | 0 |
| Popularity: | 0.000000 |
| First Submitted: | 2019-06-12 14:48 (UTC) |
| Last Updated: | 2023-07-12 15:32 (UTC) |
Dependencies (6)
- gtkmm3
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- scons (make)
- vst-plugins (optional) – Package group for vst plugins
Latest Comments
pio commented on 2025-10-25 19:12 (UTC)
Hi, this was fixed upstream, so you can remove the patch.
guilhermefelipe commented on 2023-07-12 15:42 (UTC)
Thanks @okxa, I added a patch with your suggestion.
okxa commented on 2023-06-21 08:57 (UTC) (edited on 2023-06-21 10:42 (UTC) by okxa)
The build seems to detect the variable from
XDG_CURRENT_DESKTOPenv var.zytrax-git/src/zytrax-git/SConstructexporting that variable gets it to build, but it fails with
As suggested by compiler, this can be circumvented by adding
#include <cstdint>to base64.h, and compling withmakepkg -e.Reported this to upstream: https://github.com/reduz/zytrax/issues/19
a821 commented on 2022-03-28 12:08 (UTC)
Fails to compile in a clean chroot. The build.log file is rather short.
pio commented on 2020-09-30 15:49 (UTC)
If it fails to compile with "Invalid value for option platform",
export XDG_CURRENT_DESKTOP=somethingbefore runningmakepkg