SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for carla-2.5.1+git58.dc9b58b4-81.32.x86_64.rpm :

* Sun Oct 16 2022 obs-service-tar-scmAATTinvalid- Update to version 2.5.1+git58.dc9b58b4:
* Fix headless build
* Cleanup
* Improve debug messages
* Correct jackbridge build flags
* Fix internal jack client for new main-thread-idle behaviour
* 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
* Disable LTO for wine32 and wine64 steps if enabled
* Use LIB_EXT for wine libs copying
* Thu Oct 06 2022 kvAATTkott.no-ip.biz- Update to version 2.5.1+git0.7d23ab72b:
* 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 on FreeBSD
* Try to fix i386 build
* Update copyright information related to JUCE
* Update juce plugin time related code for new APIs
* Another python3.10 compat fix
* Expose through backend API hints which plugin UIs are file based
* Do not use wine in CI builds if we can skip it
* Dont use LTO for windows CI builds for now
* Fix win32 builds
* Bump version to 2.5.0
* Fix windows/mingw build
* Fix strict build
* Fix macOS build
* Use full driver settings dialog in engine menu if not running
* Fix macOS build
* Update to JUCE 7.0.1, still to update to new playhead APIs
* Update included DPF
* Simplify wasm runner, using emscripten_set_interval
* Adjust to the non-threaded usage
* Also block sem_timedwait usage
* Make sure no threads are used on wasm
* Disable audiofile ops debug on wasm, verified to work
* Set default LV2 path for emscripten
* Add missing opus as supported extension in audio file plugin
* Report plugin UI close in embed mode
* Link DGL against CoreVideo on macOS
* Use emscripten_set_timeout_loop instead of manual management
* water: Add back a way to get win appdata and programfiles
* Cleanup
* Really fix build, unless compiler crashes..
* Another build fix
* Fix a typo
* Ignore pthread_yield for now
* Set _FILE_OFFSET_BITS=64 for ysfx
* Fix windows build
* Fix build after latest changes
* One more build fix
* Fix regular build
* Reenable audiofile seeking on wasm, which works now
* Do not allow to use capture logging thread on wasm
* Bring Runner class from DPF, use it for Engine background details
* More tweaks for wasm, engine verified to work, still with hacks
* Do not enable pthreads for wasm builds
* Update dgl and distrho modules
* Dont use simd for wasm just yet, fix missing APP_EXT usage
* Dont strip wasm binaries, cleanup
* Fix make clean
* More tweaks for wasm and sdl
* Add SDL/wasm test code
* Fix SDL engine for SDL1, work wasm workarounds
* Allow to disable JACK, and skip bridges for wasm
* AudioFileReader: workarounds for wasm non-threaded behaviour
* CarlaThread: Ignore a few things for wasm usage
* Initial SDL engine implementation
* emscripten related tweaks
* Keep VST3 hosting through JUCE, for now
* Rework and cleanup makefiles, add WASM var
* Allow to build with custom DGL namespace
* ysfx build tweaks as needed for armhf and MOD builds
* Fix water::DirectoryIterator for windows builds
* Fix a typo
* Another attempt at fixing ARM build
* Support mod:volts as LV2 unit
* Start handling VST3 events
* A few vst3 host fixes, no longer crash on load
* Tweak about/features for vst3 usage without juce
* Hacky juce test code for investigating vst3 keyboard input
* Add some stubs to vst3 host code
* Fix the previous armhf fix
* Start python level automated tests, WIP
* Make macOS installer allowed to install without rosetta2
* Another armhf fix
* Alternative approach to fix armhf builds
* Allow to link against custom DPF/DGL
* Fix armhf (non-aarch64) build
* Correction for ysfx %progbits
* Make sure to not export ysfx symbols
* Another small change needed for ysfx on arm
* Fix external plugins submodule, was changed by mistake
* Reorder makefile static plugin target rules
* Add -fsigned-char to ysfx flags
* Fix non-linux build
* Fix 32bit build and some warnings
* Fix ysfx no-gui build
* Update ysfx
* Fix wine plugin build
* Cleanup for CARLA_DECLARE_NON_COPYABLE macro use, minor jsfx things
* Disable juce usage on non mac/win builds
* Fix DISTRHO_UI_FILE_BROWSER usage
* Allow to build internal plugins with a custom dpf
* More tweaks needed for macOS builds
* Tweaks to get external dpf plugins to build together
* Allow DGL in static builds
* Fix a typo
* Fix macOS build
* Build fixes
* Initial code for juce-less VST3 native hosting
* Thu Jun 23 2022 kvAATTkott.no-ip.biz- Update to version 2.4.3+git.55.f2c60477e:
*
* Thu Jun 23 2022 kvAATTkott.no-ip.biz- Update to version 2.4.3+git.90.ba5ca7006:
* Support mod:volts as LV2 unit
* Start handling VST3 events
* A few vst3 host fixes, no longer crash on load
* Tweak about/features for vst3 usage without juce
* Hacky juce test code for investigating vst3 keyboard input
* Add some stubs to vst3 host code
* Fix the previous armhf fix
* Start python level automated tests, WIP
* Make macOS installer allowed to install without rosetta2
* Another armhf fix
* Thu Jun 23 2022 Konstantin Voinov - revert prior JUCE-less VST3 hosting
* Tue May 24 2022 Konstantin Voinov - remove Fixes-for-mxml-3.0.patch now upstream
* Wed Sep 25 2019 Giordano Boschetti - Updated to 2.0.0 from db6dadd6 git commit- Fix Tumbleweed Build
* Mon Sep 09 2019 giordano boschetti - Added support for Bridges (require mingw32 and mingw64 repositories on top for build)
* Separated package and dependencies for best convenience
* Add Dependence to python3-pyliblo for carla-control (not start without python binding to liblo)
 
ICM