Package Details: stargate 24.02.2-2

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: carsme
Last Packager: carsme
Votes: 6
Popularity: 0.167206
First Submitted: 2021-10-30 09:27 (UTC)
Last Updated: 2024-02-10 16:20 (UTC)

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

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.