Add Carla-refresh-plugin-crash.patch

This commit is contained in:
Martin Gansser 2022-03-19 17:54:46 +01:00
parent 00a5a6fa31
commit ca1c416e27
3 changed files with 16 additions and 40 deletions

View File

@ -0,0 +1,11 @@
--- source/frontend/carla_database.py.orig 2022-03-19 16:55:20.796092166 +0100
+++ source/frontend/carla_database.py 2022-03-19 16:56:17.009719997 +0100
@@ -1358,7 +1358,7 @@
# -----------------------------------------------------------------------------------------------------------------
- @pyqtSlot(int, str)
+ @pyqtSlot(float, str)
def slot_handlePluginLook(self, percent, plugin):
self.ui.progressBar.setFormat("%s" % plugin)
self.ui.progressBar.setValue(percent)

View File

@ -2,7 +2,7 @@
Name: Carla
Version: 2.4.2
Release: 1%{?dist}
Release: 2%{?dist}
Summary: Audio plugin host
# The entire source code is GPLv2+ except
@ -55,6 +55,7 @@ Source0: https://github.com/falkTX/%{name}/archive/v%{version}.tar.gz#/%{
Patch0: %{name}-libdir.patch
Patch1: %{name}-expression-error.patch
Patch2: %{name}-single-libs-path.patch
Patch3: %{name}-refresh-plugin-crash.patch
#ExcludeArch: ppc64le
@ -226,6 +227,9 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/studio.kx
%{_libdir}/pkgconfig/%{pname}-host-plugin.pc
%changelog
* Sat Mar 19 2022 Martin Gansser <martinkg@fedoraproject.org> - 1:2.4.2-2
- Add Carla-refresh-plugin-crash.patch
* Sun Feb 20 2022 Martin Gansser <martinkg@fedoraproject.org> - 1:2.4.2-1
- Update to 2.4.2
- Add Carla-single-libs-path.patch

View File

@ -1,39 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<component type="desktop">
<id>carla.desktop</id>
<metadata_license>CC0-1.0</metadata_license>
<project_license>GPLv2+ and BSD and Boost and ISC and MIT and zlib</project_license>
<name>Carla</name>
<summary>Audio plugin host</summary>
<description>
<p>
Carla is a fully-featured audio plugin host, with support for many audio drivers
and plugin formats. It's open source and licensed under the GNU General Public
License, version 2 or later. </p>-- test every suffix of the sf whether its prefix is not a LHS of the rule,
<p>Features: </p>
<ul>
<li>LADSPA, DSSI, LV2 and VST plugin formats</li>
<li>SF2/3 and SFZ sound banks</li>
<li>Internal audio and midi file player</li>
<li>Automation of plugin parameters via MIDI CC</li>
<li>Remote control over OSC</li>
<li>Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK</li>
<li> Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACK</li>
</ul>
<p>In experimental phase / work in progress: </p>
<ul>
<li>Export any Carla loadable plugin or sound bank as an LV2 plugin</li>
<li>Plugin bridge support (such as running 32bit plugins on a 64bit Carla, or Windows plugins on Linux)</li>
<li>Run JACK applications as audio plugins</li>
<li>Transport controls, sync with JACK Transport or Ableton Link</li>
</ul>
<p>
Carla is also available as an LV2 plugin for MacOS and Linux, and VST plugin for
Linux.
</p>
</description>
<url type="homepage">https://kx.studio/Applications:Carla</url>
</component>