Search Criteria
Package Details: stargate 24.02.2-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/stargate.git (read-only, click to copy) |
---|---|
Package Base: | stargate |
Description: | Innovation-first digital audio workstation (DAW), instrument and effect plugins, wave editor |
Upstream URL: | https://github.com/stargatedaw/stargate |
Keywords: | daw |
Licenses: | GPL-3.0-only |
Submitter: | xantares |
Maintainer: | None |
Last Packager: | carsme |
Votes: | 4 |
Popularity: | 0.000511 |
First Submitted: | 2021-10-30 09:27 (UTC) |
Last Updated: | 2024-02-10 16:20 (UTC) |
Dependencies (27)
- alsa-lib
- fftw
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- libsndfile (libsndfile-gitAUR)
- portaudio
- portmidi
- python (python37AUR, python311AUR, python310AUR)
- python-distro
- python-jinja
- python-midoAUR
- python-numpy (python-numpy-flameAUR, python-numpy-gitAUR, python-numpy1AUR, python-numpy-mkl-binAUR, python-numpy-mklAUR, python-numpy-mkl-tbbAUR)
- python-psutil
- python-pymarshalAUR
- python-pyqt6
- python-rtmidi
- python-wavefileAUR
- python-yaml (python-yaml-gitAUR)
- qt6-svg
- rubberband
- git (git-gitAUR, git-glAUR) (make)
- jq (jq-gitAUR) (make)
- libsbsms (make)
- python-pytest (check)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-cudaAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-fullAUR, ffmpeg-decklinkAUR, ffmpeg-headlessAUR, ffmpeg-amd-fullAUR, ffmpeg-libfdk_aacAUR, ffmpeg-obsAUR, ffmpeg-ffplayoutAUR) (optional)
- lame (lame-svnAUR, lame-altivecAUR) (optional)
- vorbis-tools (vorbis-tools-gitAUR) (optional)
Latest Comments
Kunda commented on 2023-12-23 16:22 (UTC)
Can this package be updated to 23.12.1 ?
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
<deleted-account> commented on 2021-11-13 06:11 (UTC)
The build should now use entirely system packages.
<deleted-account> commented on 2021-11-08 00:17 (UTC)
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.
<deleted-account> commented on 2021-10-30 16:44 (UTC)
Please add 'jq' and 'python-pip' to build dependencies. Otherwise the build fails in clean chroot.