Package CloudReverb: Information

    Source package: CloudReverb
    Version: 0.4.1-alt1
    Latest version according to Repology
    Build time:  Jan 3, 2026, 09:41 PM in the task #404420
    Category: Sound
    Report package bug
    License: MIT
    Summary: Algorithmic reverb plugin based on CloudSeed
    Description: 
    CloudReverb is an audio plugin for algorithmic reverb. The algorithm
    is borrowed from CloudSeed VST by Valdemar Erlingsson, but the plugin
    was rewritten in JUCE for portability.
    
    This plugin was designed for emulating huge, endless spaces and
    modulated echoes. does not attempt to model any specific device,
    or even to be a general-purpose reverb plugin at all. It is best
    employed as a special effect, for creating thick, lush pads out
    of simple input sounds.

    List of RPM packages built from this SRPM:
    lv2-CloudReverb-plugin (x86_64, aarch64)
    lv2-CloudReverb-plugin-debuginfo (x86_64, aarch64)
    vst3-CloudReverb-plugin (x86_64, aarch64)
    vst3-CloudReverb-plugin-debuginfo (x86_64, aarch64)

    Maintainer: Ivan A. Melnikov

    List of contributors:
    Ivan A. Melnikov

    ACL:
    Ivan A. Melnikov
    @everybody

      1. cmake
      2. gcc-c++
      3. pkgconfig(alsa)
      4. pkgconfig(freetype2)
      5. pkgconfig(jack)
      6. pkgconfig(lv2)
      7. pkgconfig(x11)
      8. pkgconfig(xcursor)
      9. pkgconfig(xext)
      10. pkgconfig(xinerama)
      11. pkgconfig(xrandr)
      12. pkgconfig(xrender)
      13. rpm-macros-cmake

    Last changed


    Jan. 3, 2026 Ivan A. Melnikov 0.4.1-alt1
    - 0.4.1
    Nov. 26, 2025 Ivan A. Melnikov 0.4-alt3
    - explicitly define JUCE_TARGET_ARCHITECTURE (fixes FTBFS
      on loongarch64).
    Nov. 26, 2025 Ivan A. Melnikov 0.4-alt2
    - drop i586 support