Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package carla for openSUSE:Factory checked in at 2021-10-18 21:59:17 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/carla (Old) and /work/SRC/openSUSE:Factory/.carla.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "carla" Mon Oct 18 21:59:17 2021 rev:27 rq:925822 version:2.4.1 Changes: -------- --- /work/SRC/openSUSE:Factory/carla/carla.changes 2021-08-23 10:09:18.256167024 +0200 +++ /work/SRC/openSUSE:Factory/.carla.new.1890/carla.changes 2021-10-18 22:02:07.574090710 +0200 @@ -1,0 +2,53 @@ +Sun Oct 17 09:19:27 UTC 2021 - ec...@opensuse.org + +- Update to version 2.4.1: + * Don't expose symbols for STATIC_PLUGIN_TARGET + * Fix STATIC_PLUGIN_TARGET build + * Bump version to 2.4.1 + * Fix MemoryOutputStream destructor after the latest changes + * Fix a strict compiler warning + * explicit casting start + * Install CarlaNativePlugin.h + * Add NATIVE_PLUGIN_OPCODE_HOST_USES_EMBED, for special hosts + * Update LV2 UI parameter values after embedding + * Add STATIC_PLUGIN_TARGET macro; Fix wrong memory reads on lv2 list + * Tweaks for Ildaeil, MemoryOutputStream::getDataAndRelease() + * Correct last commit + * Add carla_get_plugin_latency host function + * More USING_RTAUDIO setup, build jackbridge.min.a + * Start using USING_RTAUDIO macro + * Lead by example + * Separate system and dependency checks to new file + * Safer way to fetch X11 UI size + * Revert "Same fix for removeInternal" + * Set PLUGIN_HAS_CUSTOM_EMBED_UI flag for LV2 plugins as possible + * Fix build with some libraries in custom prefixes + * Makefile user variables + * Replace -lpthread with -pthread + * Send keyboard and focus events to VST3 UIs as needed + * Say hello to IRC :) + * Fix unused parameters preventing real ones showing up + * Fetch/set some extra info for VST3 plugin parameters + * Import travesty files and rename a file + * Fix VST3 cleanup order, component should be last + * Use pthread_attr_setdetachstate when RT thread fails too + * Start threads in detached state instead of calling detach + * Check for valid x11 display before using it + * CI: Add a few more linux build deps + * Update external plugins, fixing static memory leak + * Same fix for removeInternal + * Fix misuse of water Arrays + * Update README.md + * Install header CarlaPluginPtr.hpp + * Cleanup + * Fix a compiler warning + * Automatically close bridges if main Carla dies, macOS edition + * Pass keyboard events to vst2 plugins in win/macOS + * Do not set scale factor for vst2 native implementation under macOS + * Make XY-Controller lines less think, close with Esc + * Fix xy-controller GUI now possible to show on "make install" target + * Ship lv2 gtk bridges with win/mac + * Alternative approach to finding qt5 package for make dist +- Rebase carla-systemlibs.patch. + +------------------------------------------------------------------- Old: ---- carla-2.4.0.tar.xz New: ---- carla-2.4.1.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ carla.spec ++++++ --- /var/tmp/diff_new_pack.jkV5BU/_old 2021-10-18 22:02:08.206091167 +0200 +++ /var/tmp/diff_new_pack.jkV5BU/_new 2021-10-18 22:02:08.206091167 +0200 @@ -29,7 +29,7 @@ #NOTE: to update this package please change these two version fields in "_service" <param name="revision">v2.1.1</param> and #<param name="versionformat">2.1.1</param> to the version that you want and execute "osc service runall" # It will even fill in the .changes file. Please don't touch the Version: in the spec file, it will be filled automaticaly. -Version: 2.4.0 +Version: 2.4.1 Release: 0 Summary: An audio plugin host License: BSD-2-Clause AND GPL-2.0-or-later AND BSD-3-Clause ++++++ _service ++++++ --- /var/tmp/diff_new_pack.jkV5BU/_old 2021-10-18 22:02:08.250091199 +0200 +++ /var/tmp/diff_new_pack.jkV5BU/_new 2021-10-18 22:02:08.254091201 +0200 @@ -6,8 +6,8 @@ <param name="exclude">.git</param> <param name="exclude">data/windows</param> <param name="exclude">source/native-plugins/external/*</param> - <param name="revision">v2.4.0</param> - <param name="versionformat">2.4.0</param> + <param name="revision">v2.4.1</param> + <param name="versionformat">2.4.1</param> <param name="changesgenerate">enable</param> <param name="filename">carla</param> </service> ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.jkV5BU/_old 2021-10-18 22:02:08.278091219 +0200 +++ /var/tmp/diff_new_pack.jkV5BU/_new 2021-10-18 22:02:08.278091219 +0200 @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/falkTX/Carla.git</param> - <param name="changesrevision">b02121e9a2cc6229b3863a54405c52614471895c</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">51028655d09c9a21fc51cadd7bc48210295aa791</param></service></servicedata> \ No newline at end of file ++++++ carla-2.4.0.tar.xz -> carla-2.4.1.tar.xz ++++++ /work/SRC/openSUSE:Factory/carla/carla-2.4.0.tar.xz /work/SRC/openSUSE:Factory/.carla.new.1890/carla-2.4.1.tar.xz differ: char 26, line 1 ++++++ carla-systemlibs.patch ++++++ --- /var/tmp/diff_new_pack.jkV5BU/_old 2021-10-18 22:02:08.322091251 +0200 +++ /var/tmp/diff_new_pack.jkV5BU/_new 2021-10-18 22:02:08.326091253 +0200 @@ -1,7 +1,7 @@ -Index: carla-2.4.0/source/backend/utils/Makefile +Index: carla-2.4.1/source/backend/utils/Makefile =================================================================== ---- carla-2.4.0.orig/source/backend/utils/Makefile -+++ carla-2.4.0/source/backend/utils/Makefile +--- carla-2.4.1.orig/source/backend/utils/Makefile ++++ carla-2.4.1/source/backend/utils/Makefile @@ -43,6 +43,8 @@ endif LINK_FLAGS += $(LILV_LIBS) @@ -11,10 +11,10 @@ ifeq ($(HAVE_X11),true) LINK_FLAGS += $(X11_LIBS) -Index: carla-2.4.0/source/bridges-plugin/Makefile +Index: carla-2.4.1/source/bridges-plugin/Makefile =================================================================== ---- carla-2.4.0.orig/source/bridges-plugin/Makefile -+++ carla-2.4.0/source/bridges-plugin/Makefile +--- carla-2.4.1.orig/source/bridges-plugin/Makefile ++++ carla-2.4.1/source/bridges-plugin/Makefile @@ -154,6 +154,11 @@ NATIVE_LINK_FLAGS += $(FLUIDSYNTH_LIBS) NATIVE_LINK_FLAGS += $(MAGIC_LIBS) @@ -27,11 +27,11 @@ LIBS_native += $(MODULEDIR)/audio_decoder.a LIBS_native += $(MODULEDIR)/native-plugins.a LIBS_native += $(MODULEDIR)/sfzero.a -Index: carla-2.4.0/source/bridges-ui/Makefile +Index: carla-2.4.1/source/bridges-ui/Makefile =================================================================== ---- carla-2.4.0.orig/source/bridges-ui/Makefile -+++ carla-2.4.0/source/bridges-ui/Makefile -@@ -28,19 +28,19 @@ LINK_FLAGS += $(WATER_LIBS) -lpthr +--- carla-2.4.1.orig/source/bridges-ui/Makefile ++++ carla-2.4.1/source/bridges-ui/Makefile +@@ -28,19 +28,19 @@ LINK_FLAGS += $(WATER_LIBS) -pthre # --------------------------------------------------------------------------------------------------------------------- BUILD_GTK2_FLAGS = $(BUILD_CXX_FLAGS) -DBRIDGE_GTK2 $(X11_FLAGS) @@ -56,12 +56,12 @@ BUILD_COCOA_FLAGS = $(BUILD_CXX_FLAGS) -DBRIDGE_COCOA -ObjC++ LINK_COCOA_FLAGS = $(LINK_FLAGS) -framework Cocoa $(LIBDL_LIBS) -Index: carla-2.4.0/source/Makefile.mk +Index: carla-2.4.1/source/Makefile.mk =================================================================== ---- carla-2.4.0.orig/source/Makefile.mk -+++ carla-2.4.0/source/Makefile.mk -@@ -583,6 +583,14 @@ QT5_FLAGS = $(shell $(PKG_CONFIG) $(PKG_ - QT5_LIBS = $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --libs Qt5Core Qt5Gui Qt5Widgets) +--- carla-2.4.1.orig/source/Makefile.mk ++++ carla-2.4.1/source/Makefile.mk +@@ -198,6 +198,14 @@ ifeq ($(HAVE_PYQT),true) + BASE_FLAGS += -DHAVE_PYQT endif +FLAC_FLAGS = $(shell pkg-config --cflags flac) @@ -73,12 +73,12 @@ +BASE_FLAGS += $(VORBIS_FLAGS) + ifeq ($(HAVE_SNDFILE),true) - SNDFILE_FLAGS = $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --cflags sndfile) - SNDFILE_LIBS = $(shell $(PKG_CONFIG) $(PKG_CONFIG_FLAGS) --libs sndfile) -Index: carla-2.4.0/source/plugin/Makefile + BASE_FLAGS += -DHAVE_SNDFILE + endif +Index: carla-2.4.1/source/plugin/Makefile =================================================================== ---- carla-2.4.0.orig/source/plugin/Makefile -+++ carla-2.4.0/source/plugin/Makefile +--- carla-2.4.1.orig/source/plugin/Makefile ++++ carla-2.4.1/source/plugin/Makefile @@ -114,6 +114,9 @@ LINK_FLAGS += $(JUCE_GUI_EXTRA_LIBS) endif endif @@ -89,11 +89,11 @@ ifeq ($(MACOS),true) SYMBOLS_NATIVE = -Wl,-exported_symbol,_carla_get_native_rack_plugin SYMBOLS_NATIVE += -Wl,-exported_symbol,_carla_get_native_patchbay_plugin -Index: carla-2.4.0/source/backend/Makefile +Index: carla-2.4.1/source/backend/Makefile =================================================================== ---- carla-2.4.0.orig/source/backend/Makefile -+++ carla-2.4.0/source/backend/Makefile -@@ -72,6 +72,8 @@ STANDALONE_LINK_FLAGS += $(LIBLO_LIBS) +--- carla-2.4.1.orig/source/backend/Makefile ++++ carla-2.4.1/source/backend/Makefile +@@ -78,6 +78,8 @@ STANDALONE_LINK_FLAGS += $(LIBLO_LIBS) STANDALONE_LINK_FLAGS += $(MAGIC_LIBS) STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LIBS) STANDALONE_LINK_FLAGS += $(X11_LIBS)