Package Details: giada 1.0.0-1

Git Clone URL: https://aur.archlinux.org/giada.git (read-only, click to copy)
Package Base: giada
Description: A free, minimal, hardcore audio tool for DJs, live performers and electronic musicians
Upstream URL: https://www.giadamusic.com/
Licenses: GPL-3.0-or-later
Groups: pro-audio
Provides: giada, vst3-host
Submitter: dvzrv
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 2
Popularity: 0.117944
First Submitted: 2022-01-28 19:02 (UTC)
Last Updated: 2024-02-27 15:26 (UTC)

Required by (23)

Sources (9)

Pinned Comments

Latest Comments

1 2 Next › Last »

xiota commented on 2023-12-27 00:42 (UTC)

Commit hashes for git submodules in the source array aren't needed because the primary repo references the correct commits. The git modules in prepare() take care of it.

irulanCorrino commented on 2023-12-16 07:53 (UTC) (edited on 2023-12-16 23:20 (UTC) by irulanCorrino)

build fails unless catch2-v2 is specified in PKGBUILD:

checkdepends=(catch2-v2)

catch2v3 [and catch2, the same stuff] is 'a modern multi-header library', but giada needs catch2.hpp which is, naturally, not in v3 packages.

EDIT: OH I LOVE when folks respond quickly! thanks!!!
'silverhikari pushed a new commit to giada.' [just in 11hrs]

SpotlightKid commented on 2023-07-05 06:42 (UTC)

The package now installs the whole JUCE framework under /usr/include/JUCE-7.0.5/ and also a bunch of JUCE CMake file under /usr/lib/cmake/JUCE-7.0.5/. The package function should be changed to delete them.

SpotlightKid commented on 2022-10-28 14:26 (UTC) (edited on 2022-10-28 14:29 (UTC) by SpotlightKid)

Also: for a release package, you should really pin the git submodules of the dependencies.

For example like so:

https://github.com/osam-cologne/archlinux-proaudio/blob/7bb2fa99ee6091035d1394342946a9bfcd276efb/packages/elephantdsp-roomreverb/PKGBUILD#L22

SpotlightKid commented on 2022-10-28 14:24 (UTC)

The PKGBUILD contains a pair of backticks on line 63, which don't seem to belong there.

Martchus commented on 2022-10-14 11:28 (UTC)

Looks like git should be a make dependency:

==> ERROR: Cannot find the git package needed to handle git sources.

silverhikari commented on 2022-08-01 06:32 (UTC)

you can update now as of 07-03 as things have been fixed though the issues may reappear it is a patch and not a fix, but i decided i should leave this comment here just to update the comment i wrote on the 16th of june

silverhikari commented on 2022-06-16 17:51 (UTC)

UPDATE: started working on updating the package to 0.22.0, got a fix for the Werror-security issue from the fedora package. along with that fix there are also two other fixes dealing with enabling external json support and fixing a issue with exchange:std with the bundled Juce framework. at the moment the package fails to build at "No rule to make target '/usr/lib/libdl.so', needed by 'giada'", made a issue at the github so that is the current point

Kunda commented on 2022-06-08 21:11 (UTC) (edited on 2022-06-08 21:11 (UTC) by Kunda)

v0.21 is available: https://github.com/monocasual/giada/releases/tag/v0.21.0
Can someone try to build it?
If not report issue to the https://github.com/monocasual/giada/issues queue?