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
Search Criteria
Package Details: giada 1.1.1-2
Package Actions
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: | 3 |
Popularity: | 0.139201 |
First Submitted: | 2022-01-28 19:02 (UTC) |
Last Updated: | 2025-02-14 23:51 (UTC) |
Dependencies (36)
- fmt (fmt-gitAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libfreetype.so (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR, freetype2-qdoled-aw3225qfAUR, freetype2, lib32-freetype2)
- libice
- libjack.so (jackAUR, jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, lib32-jack2, lib32-pipewire-jack, pipewire-jack)
- libpulse-simple.so (pulseaudio-dummyAUR, libpulse)
- libpulse.so (pulseaudio-dummyAUR, libpulse)
- librtmidi.so (rtmidi)
- libsamplerate.so (libsamplerate-gitAUR, lib32-libsamplerate, libsamplerate)
- libsm
- libsndfile.so (libsndfile-gitAUR, lib32-libsndfile, libsndfile)
- libx11 (libx11-gitAUR)
- libxcursor
- libxext (libxext-gitAUR)
- libxfixes
- libxft (libxft-gitAUR)
- Show 16 more dependencies...
Required by (41)
- a-sid (requires vst3-host) (optional)
- adt (requires vst3-host) (optional)
- aida-x-git (requires vst3-host)
- airwindows-consolidated-git (requires vst3-host) (optional)
- cabbage-bin (requires vst3-host) (optional)
- cardinal-data-git (requires vst3-host) (optional)
- cardinal-git (requires vst3-host) (optional)
- cardinal-vst3-git (requires vst3-host)
- cchorus (requires vst3-host) (optional)
- chowmatrix-git (requires vst3-host) (optional)
- cloudreverb (requires vst3-host) (optional)
- dexed-git (requires vst3-host) (optional)
- dfjpverb (requires vst3-host) (optional)
- dfzitarev1 (requires vst3-host) (optional)
- dragonfly-reverb-git (requires vst3-host) (optional)
- dsp56300-emulator-vst3 (requires vst3-host)
- geonkick-git (requires vst3-host) (optional)
- guitarix.vst (requires vst3-host) (optional)
- guitarix.vst-git (requires vst3-host) (optional)
- ildaeil (requires vst3-host) (optional)
- Show 21 more...
Sources (9)
- git+https://github.com/cameron314/concurrentqueue.git
- git+https://github.com/fltk/fltk.git
- git+https://github.com/juce-framework/JUCE.git
- git+https://github.com/monocasual/geompp.git
- git+https://github.com/monocasual/giada/#tag=1.1.1
- git+https://github.com/monocasual/mcl-atomic-swapper.git
- git+https://github.com/monocasual/mcl-audio-buffer.git
- git+https://github.com/monocasual/rtaudio.git
- git+https://github.com/steinbergmedia/vst3sdk.git
Latest Comments
« First ‹ Previous 1 2
silverhikari commented on 2022-06-16 17:51 (UTC)
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.
chrisco23 commented on 2022-02-09 20:39 (UTC)
I read these comments and the upstream link but I still do not know what is to be done.
Uninstall it and hope that somewhere down the line in 2022 I'll remember to reinstall?
dvzrv commented on 2022-01-30 17:49 (UTC)
@simona, @ronjouch: This has been reported upstream (https://github.com/monocasual/giada/issues/553) and is the reason why this package is now back in the AUR.
ronjouch commented on 2022-01-30 15:02 (UTC)
I confirm the build failure reported by simona.
Reproducible 100% of the time with a default makepkg.conf
(no custom build flags / ccache / config whatsoever), on an up-to-date Arch as of January 30.
simona commented on 2022-01-30 14:48 (UTC)
/home/simona/.cache/yay/giada/src/giada-0.20.0-src/src/utils/log.h:84:29: error: format not a string literal and no format arguments [-Werror=format-security]
84 | std::fprintf(f, format, string_to_c_str(std::forward<Args>(args))...);
| ~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/home/simona/.cache/yay/giada/src/giada-0.20.0-src/src/utils/log.h:90:28: error: format not a string literal and no format arguments [-Werror=format-security]
90 | std::printf(format, string_to_c_str(std::forward<Args>(args))...);
| ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
cc1plus: some warnings being treated as errors
Pinned Comments