Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

carla-devel-2.5.9-1.9 RPM for x86_64

From OpenSuSE Tumbleweed for x86_64

Name: carla-devel Distribution: openSUSE Tumbleweed
Version: 2.5.9 Vendor: openSUSE
Release: 1.9 Build date: Sun Dec 1 16:36:52 2024
Group: Development/Libraries/C and C++ Build host: reproducible
Size: 395722 Source RPM: carla-2.5.9-1.9.src.rpm
Packager: https://bugs.opensuse.org
Url: https://kx.studio/Applications:Carla
Summary: Header files to access Carla's API
This package contains header files needed when writing software using
Carla's several APIs.

Provides

Requires

License

BSD-2-Clause AND GPL-2.0-or-later AND BSD-3-Clause

Changelog

* Sun Dec 01 2024 davejplater@gmail.com
  - Update to version 2.5.9:
    * Fix crash when showing plugin UIs under wayland
    * Fix OSC control unregister
    * Fix the backporting
    * Fixup CI
    * Fix missing painter.restore() in case of CanvasPort errors
    * Bump version to 2.5.9
    * Import fixes from main branch
    * Update CI version
    * Adjust for liblo API breakage, dont define lo_message type
    * wine related fixes
* Thu Mar 28 2024 jun wang <jgwang@suse.com>
  - Update to version 2.5.8
    * Fix double backslash encoding in pre-included serd
    * Fix a few minor ttl details in carla.lv2 (to make
      validators happy)
    * Fix potential audio buffer overflow issues due to
      over-optimization in math utilities
    * Fix winevst for DLL_PROCESS_ATTACH
* Tue Oct 10 2023 davejplater@gmail.com
  - Disable troublesome liblo
  - Update to version 2.5.7:
    * Fix auto-upload of release artifacts
    * Bump version to 2.5.7
    * Fix typo leading to missing LV2 files
    * Import minor fixes from main branch
    * Fix a comment
    * Allow configuration of Carla client name when headless
    * Remove useless linker flag
    * Fix some wine bridge details
* Sun Aug 20 2023 ecsos@opensuse.org
  - Update to version 2.5.6:
    * Fixup CI not building on release
    * Fix carla-vst GUI for macOS retina displays
    * Fix crash with jack under ARM
    * Auto-scale carla-vst plugin GUI
    * Bump version to 2.5.6
    * Set error message when trying to start JACK driver without JACK
    * Skip special treatment for ladish
    * Fix a compiler warning
    * Fix carla-lv2 pre-run with 0 frames
    * Fix compatibility of plugin discovery with 2.6.x tools
    * Fix exported symbols
  - Disable vst for Tumbleweed also because of build error.
* Sun Aug 20 2023 ecsos@opensuse.org
  - Update to version 2.5.5:
    * Fix leak during discovery
    * yml is weird...
    * Fix release CI artifacts
    * Try resource dir as library path first
    * Fix conflict with other tools using Carla
    * Fix release CI details
    * Skip LTO in release builds
    * Fix release CI
    * Add release CI file in this repo
    * Allow to skip MIDI ports in patchbay plugin, in use for OBS
    * Link resources for internal plugin
    * bridge: ignore SIGTERM signal when running as child client
    * Implement getPluginCategoryFromString
    * Add getBinaryTypeAsString utility function
    * Switch from USE_QT macro to CARLA_UTILS_USE_QT
    * install util headers during "make install"
    * Fix macOS build
    * Fix manual include of CarlaBridgeDefines.hpp
    * Fix build
    * Fix manual inclusion of CarlaMacUtils.cpp
    * Make bridge and mac utils public, add to utils lib
    * Mark CarlaMutex and CarlaString as public, needed for msvc
    * Fix a compiler warning
    * Fix showing engine device settings
    * Fix build
    * CI: Ignore pyqt5 for macOS tests
    * Fix windows build, typo
    * Update CI workflows following main branch
    * Bump version to 2.5.5
    * Add bridge opcode for reloading plugin info
    * bridge: change custom data "big size" to 4096, bump api version
    * minor bridge spec comments
    * dont return nullptr on some functions, for -Wformat-overflow
    * lv2: handle invalid empty paths the same way as lilv
    * Log ScopedActionLock action names
    * set some runtime script interpreters to /bin/sh
    * Allow usage of CARLA_DISCOVERY_PATH env var for cached types
    * Reduce starting pipe message to debug
    * Import discovery fixes from main branch, allow IPC
    * set NOMINMAX for utils windows include
    * Cleanup ringbuffer code
    * bridge utils: do not use sprintf
    * Remove use of REAL_BUILD macro
    * Adjustments as needed for Carla as OBS plugin
    * fix carla build on m1 (#1757)
    * Use _WIN32 instead of __WIN32__ for internal lilv
    * Use -fno-strict-aliasing for sord source builds
* Tue Apr 04 2023 Christophe Marin <christophe@krop.fr>
  - Update to 2.5.4
    * Fix crash/regression when using LV2 plugins without worker
      extension
    * Fix compat with PyQt >= PyQt 5.15.8
    * Fix macOS build
    * Simplify JACK event handling, now using a single queue on the
      main thread
  - Drop patches, merged upstream:
    * 0001-Fix-compat-with-PyQt-PyQt-5.15.8.patch
    * 0001-Fix-crash-regression-when-using-LV2-plugins-without-.patch
* Sat Mar 11 2023 Dave Plater <davejplater@gmail.com>
  - Add patch to fix #boo1209057
    0001-Fix-crash-regression-when-using-LV2-plugins-without-.patch
  - Added patch 0001-Fix-compat-with-PyQt-PyQt-5.15.8.patch
  - Made build macros more specific
* Mon Feb 13 2023 christophe@krop.fr
  - Update to version 2.5.3:
    * Bump version to 2.5.3
    * Ignore LTO in CI builds, takes too long
    * Support the more verbose LV2 MIDI CC definitions
    * Always set time frame information for JUCE hosted plugins
    * Use SDL driver by default on Haiku
    * Fix canvaspreview out-of-bounds panning for patchbay
    * Allow to receive LV2 atoms of any size up to max-length
    * missing </li> code
    * Update CI rules
    * Fix carla_findMaxNormalizedFloat call
* Sat Jan 07 2023 mia@0x0.st
  - Update to version 2.5.2:
    * Improve debug messages
    * Correct jackbridge build flags
    * LTO must not be used for building wine stuff (not just linking)
    * Also prevent -flto from wine link flags
    * Prevent -static-lib{gcc,stdc++} flags from going to winelib stuff
    * Use LIB_EXT for wine libs copying
    * Bump version to 2.5.2
    * fix pkgconfig files having bad includedir/libdir variables
    * Revert "outer frame for carla-lv2" stuff, make it verbose instead
    * Import fixes from main branch into hotfix-2.5 one
  - Refresh/Git format patches:
    * carla-systemlibs.patch
    - > 0001-Use-system-flac-vorbis-ogg.patch
    * carla-remove-pkgconf-rpath.patch
    - > 0002-Remove-rpath-from-.pc-files.patch
    * use-correct-plugin-paths.patch
    - > 0003-Use-correct-plugin-paths-for-openSUSE.patch
* Mon Oct 10 2022 christophe@krop.fr
  - Update to version 2.5.1:
    * Force usage of i686-w64-mingw32 for win32 builds on 64bit systems
    * Restore positions of external patchbay graph nodes
    * Adjust for JUCE MIDI API changes, fix external MIDI connections
    * Correct last commit, ensure ysfx uses generic approach for wasm
    * Ignore MIDI ports known to cause issues in JUCE engine
    * Change default driver on windows from DirectSound to Windows Audio
    * Ignore some compiler warnings from qt side
    * Fix logic around engine driver listings
    * Use an outer frame for carla-lv2 outgoing events
    * Fix a small leak
    * Fix free/delete[] misusage
    * Make malloc usage consistent in CarlaString class
    * Cleanup ysfx setup
    * Fully remove water::Variant use
    * Stop using NamedValueSet in AudioProcessorGraph
    * Do not set scale factor for LV2 plugin UIs on macOS
    * Bump version to 2.5.1
    * Fix several race conditions
    * Use generic implementation for ysfx eel riscv builds
    * Correct last commit
    * Alternative approach for systems without MAP_LOCKED (build&runtime)
    * Math utils performance tweaks
    * Set X11 utf8 window title for plugin UIs
    * noop: remove trailing whitespace
    * Fix build with older SDL2
    * Fix typo
    * Fix build with new wine
    * Make sure SDL is disabled for static plugin target
    * Add missing file
    * Update included DPF
    * Fix not building static binaries on windows (2.5.0 regression)
    * Fix win32 CI stuff
    * Make ysfx compatible with FreeBSD
    * Add #if defined(__FreeBSD__) to avoid #include <alloca.h> on FreeBSD
    * Try to fix i386 build
  - Enable support for Win64 VST
  - Update build requirements

Files

/usr/include/carla
/usr/include/carla/CarlaBackend.h
/usr/include/carla/CarlaEngine.hpp
/usr/include/carla/CarlaHost.h
/usr/include/carla/CarlaPlugin.hpp
/usr/include/carla/CarlaPluginPtr.hpp
/usr/include/carla/CarlaUtils.h
/usr/include/carla/includes
/usr/include/carla/includes/CarlaDefines.h
/usr/include/carla/includes/CarlaMIDI.h
/usr/include/carla/includes/CarlaNative.h
/usr/include/carla/includes/CarlaNativePlugin.h
/usr/include/carla/utils
/usr/include/carla/utils/CarlaBackendUtils.hpp
/usr/include/carla/utils/CarlaBase64Utils.hpp
/usr/include/carla/utils/CarlaBinaryUtils.hpp
/usr/include/carla/utils/CarlaBridgeDefines.hpp
/usr/include/carla/utils/CarlaBridgeUtils.hpp
/usr/include/carla/utils/CarlaMacUtils.hpp
/usr/include/carla/utils/CarlaMathUtils.hpp
/usr/include/carla/utils/CarlaMutex.hpp
/usr/include/carla/utils/CarlaProcessUtils.hpp
/usr/include/carla/utils/CarlaRingBuffer.hpp
/usr/include/carla/utils/CarlaRunner.hpp
/usr/include/carla/utils/CarlaScopeUtils.hpp
/usr/include/carla/utils/CarlaSemUtils.hpp
/usr/include/carla/utils/CarlaShmUtils.hpp
/usr/include/carla/utils/CarlaString.hpp
/usr/include/carla/utils/CarlaThread.hpp
/usr/include/carla/utils/CarlaUtils.hpp
/usr/lib64/pkgconfig/carla-host-plugin.pc
/usr/lib64/pkgconfig/carla-native-plugin.pc
/usr/lib64/pkgconfig/carla-standalone.pc
/usr/lib64/pkgconfig/carla-utils.pc


Generated by rpm2html 1.8.1

Fabrice Bellet, Mon Aug 3 00:14:01 2026