diff --git a/Carla.spec b/Carla.spec index 358ff00..242d608 100644 --- a/Carla.spec +++ b/Carla.spec @@ -51,7 +51,6 @@ Epoch: 1 License: GPLv2+ and BSD and Boost and ISC and MIT and zlib URL: https://github.com/falkTX/Carla Source0: https://github.com/falkTX/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz -#Source1: carla.appdata.xml # https://github.com/falkTX/Carla/issues/1444 Patch0: %{name}-libdir.patch Patch1: %{name}-expression-error.patch @@ -182,13 +181,8 @@ chmod a+x %{buildroot}%{_datadir}/%{pname}/{carla,carla-control,carla-jack-multi # fix perm due rpmlint W: unstripped-binary-or-object /usr/lib64/carla/libcarla_interposer-jack-x11.so find %{buildroot}%{_libdir} -name '*.so' -exec chmod +x '{}' ';' -# Install appdata file -#mkdir -p %%{buildroot}%%{_datadir}/metainfo -#install -p -m 0644 %%SOURCE1 %%{buildroot}%%{_datadir}/metainfo - %check desktop-file-validate %{buildroot}%{_datadir}/applications/*.desktop -# appstream-util validate-relax --nonet %%{buildroot}%%{_datadir}/metainfo/%%{pname}.appdata.xml appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/studio.kx.carla.appdata.xml %files @@ -216,7 +210,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/studio.kx %{_datadir}/icons/hicolor/*/apps/%{pname}*.png %{_datadir}/icons/hicolor/*/apps/%{pname}*.svg %{_datadir}/mime/packages/%{pname}.xml -#%%{_datadir}/metainfo/%%{pname}.appdata.xml %{_datadir}/metainfo/studio.kx.carla.appdata.xml %files vst @@ -239,6 +232,7 @@ appstream-util validate-relax --nonet %{buildroot}%{_datadir}/metainfo/studio.kx * Sun Feb 20 2022 Martin Gansser - 1:2.4.2-1 - Update to 2.4.2 +- Add Carla-single-libs-path.patch * Sat Jan 29 2022 Martin Gansser - 1:2.4.1-3 - Add Carla-expression-error.patch diff --git a/carla.appdata.xml b/carla.appdata.xml deleted file mode 100644 index 85dd7c0..0000000 --- a/carla.appdata.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - carla.desktop - CC0-1.0 - GPLv2+ and BSD and Boost and ISC and MIT and zlib - Carla - Audio plugin host - - -

- 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.

-- test every suffix of the sf whether its prefix is not a LHS of the rule, -

Features:

-
    -
  • LADSPA, DSSI, LV2 and VST plugin formats
  • -
  • SF2/3 and SFZ sound banks
  • -
  • Internal audio and midi file player
  • -
  • Automation of plugin parameters via MIDI CC
  • -
  • Remote control over OSC
  • -
  • Rack and Patchbay processing modes, plus Single and Multi-Client if using JACK
  • -
  • Native audio drivers (ALSA, DirectSound, CoreAudio, etc) and JACK
  • -
-

In experimental phase / work in progress:

-
    -
  • Export any Carla loadable plugin or sound bank as an LV2 plugin
  • -
  • Plugin bridge support (such as running 32bit plugins on a 64bit Carla, or Windows plugins on Linux)
  • -
  • Run JACK applications as audio plugins
  • -
  • Transport controls, sync with JACK Transport or Ableton Link
  • -
-

- Carla is also available as an LV2 plugin for MacOS and Linux, and VST plugin for - Linux. -

-
- - https://kx.studio/Applications:Carla -