File carla.changes of Package carla
-------------------------------------------------------------------
Thu Nov 3 03:35:46 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
- enable ARM build
-------------------------------------------------------------------
Fri Oct 21 00:28:32 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
- remove patches:
fix-array-include-for-gcc12.patch
Fixes-for-mxml-3.0.patch
- Update to version 2.5.2:
* Fix includedir/libdir variables in pkg-config files
* Fix LV2 plugins sending MIDI events out of order when using MIDI
mapping for control output ports
* Fix VST2 all-notes/sound-off events after re-activation
* Fix "use outer frame for carla-lv2" from v2.5.1
* Correct jackbridge build flags, prevent LTO from being used in wine stuff
- Version 2.5.1 changes:
* Do not set scale factor for LV2 plugin UIs on macOS
* Fix external MIDI connections for JUCE engine driver
* Fix a few memory leaks and runtime issues
* Fix several race conditions
* Fix logic around engine driver listings
* Fix position of external patchbay graph nodes not being restored
when switching from internal to external
* Fix RISC-V builds
* Fix win32 bridge builds on win64 systems (forcing usage of
i686-w64-mingw32 if needed)
* Ignore some compiler warnings from Qt side
* Use an outer frame for carla-lv2 outgoing events
- Version 2.5.0 changes:
* Add JSFX plugin support
* Add SDL engine driver
* Adapt engine code to allow single-threaded web-assembly builds
* Fix macOS installer to run without rosetta2
* Use full driver settings dialog if opened via menu and engine
is not running
* Update built-in DPF
* Update to JUCE 7.0.1
- Version 2.4.4 changes:
Fixes:
* Fix inaccurate MIDI CC rounding
* Fix one more python3.10 compatibility issue
* Fix one more Windows UTF-16 issue
Other changes:
* Do not use -fno-gnu-unique on BSD
* Support mod:volts as LV2 unit
* Update dependency list in INSTALL.md
-------------------------------------------------------------------
Mon May 16 02:07:44 UTC 2022 - kv@kott.no-ip.biz
- Update to version 2.4.3+git.20220504.54effcd90:
* Fix macOS build
* Fix inaccurate midi CC rounding (#1612)
* juce never links against x11
* Update dependency list
* Bump version to 2.4.3
* Set new X-NSM-Exec desktop file properties
* Better integrate with internal Qt toolbar visibility state Closes #1583
* Fix a missing include for X11/BSD builds Closes #1597
* Fix CarlaString for std::map compatibility
* Added sys/types.h to build on Alpine
* Use utf16 in a few more places
* One more water case handling for utf16/windows
* Use utf16 methods for Windows water File operations
* Test builds with LTO enabled
* Update submodule
* Replace CARLA_EXPORT with separate API / PLUGIN export option
* Use -fno-gnu-unique by default
* Implement VERBOSE make flag
* Fix one more py3.10 compat issue
* FIx old macOS build
* Fix build with old macOS
* Fix strict build
* And another one
* Another int/float python fix
* Fix Haiku build
* Haiku cannot use -pthread
* Do not error out when including AppConfig.h
* Adjust the rest of the code for CARLA_BACKEND_NAMESPACE macro use
* macOS plugin UI fixes
* Allow custom carla namespace, useful for static builds
* Fix compat with old pyqt
* Fix make clean for STATIC_PLUGIN_TARGET
* One more XSetInputFocus exception fix
* Do not use RT threads for dummy engine / plugin testing
* Fix a memory leak in the CarlaString class
* Use gcc built-in expect to speed up safe asserts
* Move second image to it's own screenshot tag
* FreeBSD patch in AppConfig.h
* Update external plugins submodule
* Reload audio file if sample rate changes
* Correct the offset used in the custom data restore fix
* Update copyright year for the modified files
* Use temporary files for big custom data values in bridges
* Ensure custom data restore is exactly how it was saved Fixes #1521
* interposer: More debug, remove superfulous check causing crashes
* Ignore JACK applications trying to handle MIDI when it is disabled
* Add "[carla]" prefix to printed messages directly by carla Closes #1498
* Fix crash when LV2 X11 UI has non-mapped child window Closes #1486
* Fix strict build
* Notify of embed resizes on bridges
* Initial implementation for embedding UIs of bridged plugins
* lv2: mark port as sidechain if part of a sidechain group
* Add audio port hints to backend, starting with lv2 sidechain
* Give notice when carla needs to be restarted after lv2 rescan
* Revert "See if wine32 CI test passes"
* See if wine32 CI test passes
* Fix up CI
-------------------------------------------------------------------
Mon May 16 02:05:47 UTC 2022 - kv@kott.no-ip.biz
- Update to version 2.4.3+git.20220107.613e69505:
*
-------------------------------------------------------------------
Sat Mar 12 21:39:05 UTC 2022 - Giordano Boschetti <geekosdaw@gmail.com>
- Update to 2.4.2
*Fix one more py3.10 compat issue
-------------------------------------------------------------------
Mon Jan 10 03:02:24 UTC 2022 - Konstantin Voinov <kv@kott.no-ip.biz>
- update to 2.4.1
-------------------------------------------------------------------
Wed Sep 25 03:26:46 UTC 2019 - Giordano Boschetti <geekosdaw@gmail.com>
- Updated to 2.0.0 from db6dadd6 git commit
- Fix Tumbleweed Build
-------------------------------------------------------------------
Mon Sep 9 01:41:53 UTC 2019 - giordano boschetti <giordanoboschetti@gmail.com>
- 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)