Search Criteria
Package Details: stargate 22.03.1-1
Git Clone URL: | https://aur.archlinux.org/stargate.git (read-only, click to copy) |
---|---|
Package Base: | stargate |
Description: | A digital audio workstation (DAW) with a powerful pattern-based workflow |
Upstream URL: | https://stargateaudio.github.io/ |
Keywords: | daw |
Licenses: | GPL |
Submitter: | xantares |
Maintainer: | None |
Last Packager: | kiasoc5 |
Votes: | 4 |
Popularity: | 0.028008 |
First Submitted: | 2021-10-30 09:27 (UTC) |
Last Updated: | 2022-03-06 22:48 (UTC) |
Dependencies (23)
- alsa-lib (alsa-lib-git, alsa-lib-minimal-git, alsa-lib-x205ta)
- fftw (fftw-amd)
- libsndfile (libsndfile-minimal-git, libsndfile-git)
- portaudio
- portmidi
- python-jinja
- python-mido
- python-mutagen
- python-numpy (python-numpy-git, python-numpy1.22, python-numpy-openblas, python-numpy-mkl-bin, python-numpy-mkl, python-numpy-flame)
- python-psutil
- python-pymarshal
- python-pyqt6
- python-wavefile
- python-yaml (python-yaml-git)
- qt6-svg
- rubberband
- sbsms
- jq (jq-git) (make)
- libsbsms (make)
- ffmpeg (ffmpeg-nox-git, ffmpeg-svt-vp9-git, ffmpeg-intel-full-git, ffmpeg-yt-dlp-bin, ffmpeg-shinobi, ffmpeg-git, ffmpeg-ndi, ffmpeg-mmal, ffmpeg-decklink, ffmpeg-amd-full-git, ffmpeg-amd-full, ffmpeg-gpl-bin, ffmpeg-v4l2-request-git, ffmpeg-headless, ffmpeg-nocuda, ffmpeg-nonvidia, ffmpeg-cuda, ffmpeg-jxl, ffmpeg-mpp, ffmpeg-libfdk_aac, ffmpeg-full, ffmpeg-full-git, ffmpeg-obs) (optional)
- Show 3 more dependencies...
Latest Comments
oldcastle commented on 2022-02-09 00:17 (UTC)
It's not working.
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/stargateaudio/stargate/archive/refs/tags/release-22.02.1.tar.gz Aborting... Failed to build stargate
oldcastle commented on 2022-02-09 00:17 (UTC)
It's not working.
curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume. ==> ERROR: Failure while downloading https://github.com/stargateaudio/stargate/archive/refs/tags/release-22.02.1.tar.gz Aborting... Failed to build stargate
kiasoc5 commented on 2021-11-13 06:11 (UTC)
The build should now use entirely system packages.
kiasoc5 commented on 2021-11-08 00:17 (UTC) (edited on 2021-11-08 00:23 (UTC) by kiasoc5)
I'm working to remove pip and devendor dependencies from the build.
halcek commented on 2021-11-04 11:48 (UTC) (edited on 2021-11-04 11:54 (UTC) by halcek)
Without
python-numpy
the DAW won't start.Also, please consider adding
aarch64
to the list of supported architectures.Thanks,
Vvyibaba commented on 2021-11-04 11:20 (UTC) (edited on 2021-11-04 11:22 (UTC) by Vvyibaba)
Seems like numpy and sglib needs to be added
Adding PYTHONPATH /usr Did not detect local development environment, trying system installation Adding PYTHONPATH /usr/lib/stargate/stargate [2021-11-04 12:14:46,004] INFO /usr/bin/stargate : 59 - sys.argv == ['/usr/bin/stargate'] [2021-11-04 12:14:46,010] INFO /usr/lib/stargate/stargate/sgui/sgqt.py: 19 - Using PyQt5 [2021-11-04 12:14:46,127] ERROR /usr/lib/stargate/stargate/sglib/log.py: 62 - Traceback (most recent call last):
File "/usr/bin/stargate", line 122, in main start_stargate(args.project_file)
File "/usr/bin/stargate", line 78, in start_stargate app, scaler = _setup()
File "/usr/bin/stargate", line 57, in _setup from sglib.log import LOG, setup_logging
ModuleNotFoundError: No module named 'sglib'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/bin/stargate", line 141, in <module> main()
File "/usr/bin/stargate", line 138, in main start_stargate(args.project_file)
File "/usr/bin/stargate", line 78, in start_stargate app, scaler = _setup()
File "/usr/bin/stargate", line 62, in _setup from sgui.util import setup_theme
File "/usr/lib/stargate/stargate/sgui/util.py", line 5, in <module> from sglib.lib.translate import _
File "/usr/lib/stargate/stargate/sglib/lib/translate.py", line 17, in <module> from sglib.lib.util import SHARE_DIR
File "/usr/lib/stargate/stargate/sglib/lib/util.py", line 3, in <module> from sglib.math import clip_max, clip_min
File "/usr/lib/stargate/stargate/sglib/math.py", line 8, in <module> import numpy
ModuleNotFoundError: No module named 'numpy'
sekret commented on 2021-11-01 18:55 (UTC)
Please add python-jinja, python-yaml and python-psutil to depends. The executable complained about them being missing in that order.
kiasoc5 commented on 2021-10-30 16:44 (UTC)
Please add 'jq' and 'python-pip' to build dependencies. Otherwise the build fails in clean chroot.