Package Details: giada 0.25.1-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: GPL3
Provides: giada, vst3-host
Submitter: dvzrv
Maintainer: silverhikari
Last Packager: silverhikari
Votes: 1
Popularity: 0.36
First Submitted: 2022-01-28 19:02 (UTC)
Last Updated: 2023-08-10 23:10 (UTC)

Required by (18)

Sources (9)

Pinned Comments

Latest Comments

1 2 Next › Last »

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?

Martchus commented on 2022-05-11 13:55 (UTC)

Looks like this needs patching (maybe since some GCC update):

/build/giada/src/giada-0.19.0/src/utils/string.cpp: In function ‘std::string giada::u::string::format(const char*, ...)’:
/build/giada/src/giada-0.19.0/src/utils/string.cpp:87:14: error: ‘unique_ptr’ is not a member of ‘std’
   87 |         std::unique_ptr<char[]> tmp(new char[size]);
      |              ^~~~~~~~~~
/build/giada/src/giada-0.19.0/src/utils/string.cpp:34:1: note: ‘std::unique_ptr’ is defined in header ‘<memory>’; did you forget to ‘#include <memory>’?
   33 | #include <iomanip>
  +++ |+#include <memory>
   34 | 

silverhikari commented on 2022-04-21 22:16 (UTC)

decided to remove the out-of-date flags as at the moment, as there is no way to build the newer versions or older version at the moment because the error listed in pinned.