monotykamary/Cadence
Project ID: 19416
Description
A project dedicated to building falkTX/Cadence, with specs and patches forked from ycollet/fedora-spec.
When forking this, I discovered that this package seems to be an absolute minimal install of Cadence; so much so, it forgot to include qt and dbus dependencies for itself. You will need to install modules manually that will suit your audio use case:
- a2jmidid.x86_64
- pulseaudio-module-jack.x86_64
- alsa-plugins-jack.i686
- alsa-plugins-jack.x86_64
- zita-at1.x86_64
- zita-rev1.x86_64
- allegro-jack-plugin.x86_64
...
To add yourself to the jackusers group:
sudo usermod -aG jackuser $(whoami)
To add yourself to the audio group:
sudo usermod -aG audio $(whoami)
Installation Instructions
To install this repo as an elevated user, enter the following command:
$ sudo dnf copr enable monotykamary/Cadence
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
Fedora 38 | i386 (0)*, x86_64 (4)* | Fedora 38 (0 downloads) |
Fedora 39 | i386 (0)*, x86_64 (2)* | Fedora 39 (26 downloads) |
Fedora 40 | i386 (2)*, x86_64 (0)* | Fedora 40 (13 downloads) |
Fedora 41 | i386 (0)*, x86_64 (12)* | Fedora 41 (9 downloads) |
Fedora rawhide | i386 (0)*, x86_64 (1)* | Fedora rawhide (103 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable monotykamary/Cadence
More info about enabling Copr repositories