Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2018-11-26 10:21:30
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and      /work/SRC/openSUSE:Factory/.carla.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "carla"

Mon Nov 26 10:21:30 2018 rev:11 rq:649040 version:1.9.12+git20181025.cbd3ef95

Changes:
--------
--- /work/SRC/openSUSE:Factory/carla/carla.changes      2018-02-28 
20:03:08.287081857 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.19453/carla.changes   2018-11-26 
10:22:55.433548115 +0100
@@ -1,0 +2,71 @@
+Wed Nov 14 18:01:00 UTC 2018 - Edgar Aichinger <[email protected]>
+
+- spec: define provides-exclude for internal libjack.so.0
+
+-------------------------------------------------------------------
+Mon Nov 12 11:28:46 UTC 2018 - Edgar Aichinger <[email protected]>
+
+- updated carla-systemlibs.patch to current sources
+- removed carla.libjack-soversion.patch (workaround for a past link problem, 
not needed anymore)
+
+-------------------------------------------------------------------
+Thu Nov  8 10:12:16 UTC 2018 - Edgar Aichinger <[email protected]>
+
+- updated to 2.0-RC2 (aka 1.9.12)
+  * reenabled fluidsynth support
+  
+-------------------------------------------------------------------
+Thu Sep 27 11:42:26 UTC 2018 - Edgar Aichinger <[email protected]>
+
+- updated to 2.0-RC1 (aka 1.9.11)
+  * removed fluidsynth support temporarily (API changed)
+  * removed carla.libjack-soversion.patch and carla-systemlibs.patch
+    temporarily, will update these as needed in near future
+
+-------------------------------------------------------------------
+Thu Aug 09 08:37:32 UTC 2018 - [email protected]
+
+- fiddled with _service to include the git submodule ("native external 
plugins")
+- major spec file cleanup (remove rdflib bcond, adjust BuildRequires to 
utilize pkgconfig () etc.
+- now carla's own GUI uses Qt5 instead of Qt4
+-------------------------------------------------------------------
+Sat Aug 04 14:56:53 UTC 2018 - [email protected]
+
+- Update to version 1.9.9+git20180721.c03571a9:
+  * Forgot to bump version in a script
+  * Bump version to beta7
+  * Update submodule
+  * Don't show option regarding qutting carla in carla plugin settings
+  * Don't show quit confirmation dialog when running as plugin
+  * More aggressive hacks around linuxsampler
+  * Fix spelling
+  * Fix SharedResourcePointer includes
+  * Allow CarlaMutex to be constructed on the heap
+  * Minor compiler warning fix
+  + Add confirmation dialog for quitting Carla
+  + Add confirmation dialog for "Remove All" and "New File" actions
+  + Add internal MIDI Channel A/B plugin
+  + Add semitones parameter to internal midi-transpose plugin
+  + Implement move up/down plugins in rack (right-click menu)
+  + Implement LV2 UI port notifications to feedback messages to UI
+  + Implement more libjack stubs, Catia now loads inside Carla :)
+  + Transport controls are now considered stable and always enabled, no longer 
in experimental settings
+  + Disable ableton-link and audio kits search UI elements if not built/enabled
+  + Do not capture logs if running in nogui mode
+  + Do not use or check for kVstParameterUsesIntegerMinMax VST property
+  + Do not lockup on close in case audio driver stops working
+  + Export LV2 window is now a simple combo-box, making it more usable
+  + Save plugin author name in exported LV2 plugin
+  + Increase polling rate for non-gui mode (30 Hz), fixes slow OSC handling
+  + Fix mouse position offset of Carla-embed mouse events
+  + Fix processing of internal plugins with multi MIDI inputs
+  + Fix crash when closing a session containing bridges with Ctrl+C
+  + Fix patchbay/graph to work with variable buffer sizes
+  + Fix some issues regarding integer parameter control
+  + Fix controlling logarithmic parameters with MIDI CC
+  + Fix "MIDI CC 0x01" not selectable in some systems
+  + Fix loading of VST plugin parameters and LV2 state for plugin bridges
+  + Fix carla-single usage under ladish
+  + Fix file dialog filter of the internal MIDI file plugin
+
+-------------------------------------------------------------------

Old:
----
  carla-1.9.7+git20171111.5b97ec1e.tar.xz
  carla.libjack-soversion.patch

New:
----
  carla-1.9.12+git20181025.cbd3ef95.tar.xz
  carla.obsinfo

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ carla.spec ++++++
--- /var/tmp/diff_new_pack.HZl92i/_old  2018-11-26 10:22:58.617544371 +0100
+++ /var/tmp/diff_new_pack.HZl92i/_new  2018-11-26 10:22:58.621544366 +0100
@@ -12,18 +12,13 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+%define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 
-%if 0%{?suse_version} == 1315
-# Leap does not have it
-%bcond_with rdflib
-%else
-%bcond_without rdflib
-%endif
 Name:           carla
-Version:        1.9.7+git20171111.5b97ec1e
+Version:        1.9.12+git20181025.cbd3ef95
 Release:        0
 Summary:        An audio plugin host
 License:        GPL-2.0-or-later
@@ -32,52 +27,39 @@
 Url:            http://kxstudio.sourceforge.net/cadence
 Source:         %{name}-%{version}.tar.xz
 Patch1:         carla-systemlibs.patch
-Patch2:         carla.libjack-soversion.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-BuildRequires:  alsa-devel
+BuildRequires:  fdupes
 BuildRequires:  file-devel
-BuildRequires:  python-qt4-devel
-BuildRequires:  pkgconfig(flac)
-BuildRequires:  pkgconfig(vorbisenc)
-
-%if %{defined fedora}
-BuildRequires:  pulseaudio-libs-devel
-BuildRequires:  python3-PyQt4-devel
-Requires:       python3-PyQt4
-BuildRequires:  qt5-qtbase-devel
-%else
-BuildRequires:  libpulse-devel
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  python3-qt4-devel
-Requires:       python3-qt4
-%endif
-
-%if 0%{?suse_version}
-BuildRequires:  fdupes
+BuildRequires:  pkg-config
 BuildRequires:  python3-devel
-BuildRequires:  update-desktop-files
-%if %{with rdflib}
-# optional but recommended
+BuildRequires:  python3-qt5-devel
 BuildRequires:  python3-rdflib
-%endif
-%endif
-
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(alsa)
+BuildRequires:  pkgconfig(flac)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(sndfile)
+BuildRequires:  pkgconfig(vorbisenc)
 # for extra native plugins
-BuildRequires:  fftw3-devel
-BuildRequires:  fltk-devel
-BuildRequires:  fluidsynth-devel
-BuildRequires:  zlib-devel
+BuildRequires:  non-ntk-fluid
+BuildRequires:  pkgconfig(fftw3f)
+BuildRequires:  pkgconfig(gl)
+BuildRequires:  pkgconfig(liblo)
+BuildRequires:  pkgconfig(libprojectM)
+BuildRequires:  pkgconfig(mxml)
+BuildRequires:  pkgconfig(zlib)
 # for plugin GUIs
-BuildRequires:  gtk2-devel
-BuildRequires:  gtk3-devel
-BuildRequires:  libX11-devel
+BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(x11)
 # for extra samplers support
-BuildRequires:  libgig-devel
-BuildRequires:  liblo-devel
-BuildRequires:  libqt4-devel
-BuildRequires:  mxml-devel
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig(QtCore)
+BuildRequires:  pkgconfig(fluidsynth)
+
+Requires:       python3-base
+Requires:       python3-qt5
 
 %description
 Carla is an audio plugin host, with support for many audio drivers
@@ -106,20 +88,13 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
-rm -rfv source/modules/juce_audio_formats/codecs/flac
-rm -rfv source/modules/juce_audio_formats/codecs/oggvorbis
 export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
 
-make \
-%ifnarch %ix86 x86_64
-       BASE_OPTS= \
-%endif
-       %{?_smp_mflags} \
-       features
+# list build configuration, no need for optflags or -j
+make features
 
 # bulding with high -j numbers often results in build failures, thus we're 
disabling _smp_flags for now 
 make \
@@ -134,7 +109,7 @@
 mv %{buildroot}%{_datadir}/carla/resources/zynaddsubfx-ui 
%{buildroot}%{_libdir}/carla
 ln -s %{_libdir}/carla/zynaddsubfx-ui 
%{buildroot}%{_datadir}/carla/resources/zynaddsubfx-ui
 # flags
-for file in carla_modgui.py carla_settings.py digitalpeakmeter.py 
pixmapdial.py pixmapkeyboard.py; do
+for file in carla carla-control carla-jack-multi carla-jack-single 
carla-patchbay carla-rack carla_app.py carla_backend.py carla_backend_qt.py 
carla_config.py carla_control.py carla_database.py carla_host.py 
carla_shared.py carla_skin.py carla_utils.py carla_widgets.py carla_settings.py 
externalui.py ladspa_rdf.py patchcanvas.py patchcanvas_theme.py 
resources_rc.py; do
        chmod +x "%{buildroot}%{_datadir}/carla/$file"
 done
 # SUSE specific
@@ -153,9 +128,6 @@
 %dir %{_libdir}/lv2
 %dir %{_libdir}/lv2/carla.lv2
 %{_libdir}/lv2/carla.lv2/*
-%dir %{_libdir}/python3
-%dir %{_libdir}/python3/dist-packages
-%{_libdir}/python3/dist-packages/*
 %dir %{_datadir}/carla
 %{_datadir}/carla/*
 %{_datadir}/applications/*.desktop

++++++ _service ++++++
--- /var/tmp/diff_new_pack.HZl92i/_old  2018-11-26 10:22:58.641544343 +0100
+++ /var/tmp/diff_new_pack.HZl92i/_new  2018-11-26 10:22:58.641544343 +0100
@@ -2,11 +2,14 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/falkTX/Carla.git</param>
     <param name="scm">git</param>
+    <param name="submodules">enable</param>
     <param name="exclude">.git</param>
        <param name="filename">carla</param>
-    <param name="versionformat">1.9.7+git%cd.%h</param>
-    <param name="revision">master</param>
-    <param name="changesgenerate">enable</param>       
+    <param name="versionformat">1.9.12+git%cd.%h</param>
+    <param name="revision">cbd3ef95</param>
+    <param name="changesgenerate">disable</param>      
+  </service>
+  <service name="tar" mode="disabled">
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">carla-*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.HZl92i/_old  2018-11-26 10:22:58.653544328 +0100
+++ /var/tmp/diff_new_pack.HZl92i/_new  2018-11-26 10:22:58.653544328 +0100
@@ -1,6 +1,14 @@
 <servicedata>
-       <service name="tar_scm">
+       <service name="obs_scm">
                <param name="url">https://github.com/falkTX/Carla.git</param>
-       <param 
name="changesrevision">5b97ec1e00fda8ec9442da18878b10de47ffd726</param>
+       <param 
name="changesrevision">430740a896d8f7546e02b524302e2cfda4509ff9</param>
+       </service>
+    <service name="tar_scm">
+        <param name="url">https://github.com/falkTX/Carla.git</param>
+        <param 
name="changesrevision">430740a896d8f7546e02b524302e2cfda4509ff9</param>
+    </service>
+    <service name="recompress">
+        <param name="file">carla-*.tar</param>
+        <param name="compression">xz</param>
        </service>
 </servicedata>

++++++ carla-1.9.7+git20171111.5b97ec1e.tar.xz -> 
carla-1.9.12+git20181025.cbd3ef95.tar.xz ++++++
/work/SRC/openSUSE:Factory/carla/carla-1.9.7+git20171111.5b97ec1e.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new.19453/carla-1.9.12+git20181025.cbd3ef95.tar.xz
 differ: char 26, line 1

++++++ carla-systemlibs.patch ++++++
--- /var/tmp/diff_new_pack.HZl92i/_old  2018-11-26 10:22:58.669544310 +0100
+++ /var/tmp/diff_new_pack.HZl92i/_new  2018-11-26 10:22:58.669544310 +0100
@@ -1,68 +1,76 @@
-diff -up carla-1.9.7+git20171111.5b97ec1e/source/backend/Makefile.orig 
carla-1.9.7+git20171111.5b97ec1e/source/backend/Makefile
---- carla-1.9.7+git20171111.5b97ec1e/source/backend/Makefile.orig      
2017-11-11 19:38:28.000000000 +0100
-+++ carla-1.9.7+git20171111.5b97ec1e/source/backend/Makefile   2017-11-16 
12:29:29.530325818 +0100
-@@ -63,8 +63,13 @@ STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LI
- STANDALONE_LINK_FLAGS += $(LINUXSAMPLER_LIBS)
+diff -up carla/source/backend/Makefile.systemlibs carla/source/backend/Makefile
+--- carla/source/backend/Makefile.systemlibs   2018-11-08 20:25:26.000000000 
+0100
++++ carla/source/backend/Makefile      2018-11-12 12:09:41.077718615 +0100
+@@ -56,6 +56,9 @@ STANDALONE_LINK_FLAGS += $(MAGIC_LIBS)
+ STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LIBS)
  STANDALONE_LINK_FLAGS += $(X11_LIBS)
  
 +STANDALONE_LINK_FLAGS += $(FLAC_LIBS)
 +STANDALONE_LINK_FLAGS += $(VORBIS_LIBS)
 +
- UTILS_LINK_FLAGS += $(LILV_LIBS)
- UTILS_LINK_FLAGS += $(WATER_LIBS)
-+UTILS_LINK_FLAGS += $(FLAC_LIBS)
-+UTILS_LINK_FLAGS += $(VORBIS_LIBS)
+ # 
----------------------------------------------------------------------------------------------------------------------------
+ 
+ all: $(TARGETS)
+diff -up carla/source/backend/utils/Makefile.systemlibs 
carla/source/backend/utils/Makefile
+--- carla/source/backend/utils/Makefile.systemlibs     2018-11-08 
20:25:26.000000000 +0100
++++ carla/source/backend/utils/Makefile        2018-11-12 12:11:43.501736201 
+0100
+@@ -25,6 +25,8 @@ LIBS += $(MODULEDIR)/water.files.a
+ 
+ LINK_FLAGS += $(LILV_LIBS)
+ LINK_FLAGS += $(WATER_LIBS)
++LINK_FLAGS += $(FLAC_LIBS)
++LINK_FLAGS += $(VORBIS_LIBS)
  
  ifeq ($(HAVE_X11),true)
- UTILS_LINK_FLAGS += $(X11_LIBS)
-diff -up carla-1.9.7+git20171111.5b97ec1e/source/bridges-plugin/Makefile.orig 
carla-1.9.7+git20171111.5b97ec1e/source/bridges-plugin/Makefile
---- carla-1.9.7+git20171111.5b97ec1e/source/bridges-plugin/Makefile.orig       
2017-11-11 19:38:28.000000000 +0100
-+++ carla-1.9.7+git20171111.5b97ec1e/source/bridges-plugin/Makefile    
2017-11-16 12:32:23.886167734 +0100
-@@ -94,6 +94,11 @@ NATIVE_LINK_FLAGS  += $(LINUXSAMPLER_LIB
- NATIVE_LINK_FLAGS  += $(FFMPEG_LIBS)
- NATIVE_LINK_FLAGS  += $(SNDFILE_LIBS)
+ LINK_FLAGS += $(X11_LIBS)
+diff -up carla/source/bridges-plugin/Makefile.systemlibs 
carla/source/bridges-plugin/Makefile
+--- carla/source/bridges-plugin/Makefile.systemlibs    2018-11-08 
20:25:26.000000000 +0100
++++ carla/source/bridges-plugin/Makefile       2018-11-12 12:16:05.041847461 
+0100
+@@ -78,6 +78,11 @@ NATIVE_LINK_FLAGS  += $(FLUIDSYNTH_LIBS)
+ 
+ NATIVE_LINK_FLAGS  += $(MAGIC_LIBS)
  
 +NATIVE_BUILD_FLAGS += $(FLAC_FLAGS)
-+NATIVE_BUILD_FLAGS += $(VORBIS_FLAGS)
 +NATIVE_LINK_FLAGS  += $(FLAC_LIBS)
++NATIVE_BUILD_FLAGS += $(VORBIS_FLAGS)
 +NATIVE_LINK_FLAGS  += $(VORBIS_LIBS)
 +
  LIBS_native        += $(MODULEDIR)/audio_decoder.a
- LIBS_native        += $(MODULEDIR)/native-plugins.base.a
- 
-diff -up carla-1.9.7+git20171111.5b97ec1e/source/bridges-ui/Makefile.orig 
carla-1.9.7+git20171111.5b97ec1e/source/bridges-ui/Makefile
---- carla-1.9.7+git20171111.5b97ec1e/source/bridges-ui/Makefile.orig   
2017-11-11 19:38:28.000000000 +0100
-+++ carla-1.9.7+git20171111.5b97ec1e/source/bridges-ui/Makefile        
2017-11-16 12:37:12.317906867 +0100
-@@ -41,10 +41,10 @@ BUILD_QT4_FLAGS     = $(BUILD_CXX_FLAGS)
- LINK_QT4_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs QtCore QtGui) 
-ldl
+ LIBS_native        += $(MODULEDIR)/native-plugins.a
+ LIBS_native        += $(MODULEDIR)/sfzero.a
+diff -up carla/source/bridges-ui/Makefile.systemlibs 
carla/source/bridges-ui/Makefile
+--- carla/source/bridges-ui/Makefile.systemlibs        2018-08-04 
16:35:52.000000000 +0200
++++ carla/source/bridges-ui/Makefile   2018-11-12 12:21:34.637973676 +0100
+@@ -37,10 +37,10 @@ BUILD_QT4_FLAGS     = $(BUILD_CXX_FLAGS)
+ LINK_QT4_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs QtCore QtGui) 
$(LIBDL_LIBS)
  
  BUILD_QT5_FLAGS     = $(BUILD_CXX_FLAGS) -DBRIDGE_QT5 $(shell pkg-config 
--cflags Qt5Core Qt5Gui Qt5Widgets) -I$(OBJDIR) -I$(CWD)/theme
--LINK_QT5_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs Qt5Core Qt5Gui 
Qt5Widgets) -ldl
-+LINK_QT5_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs Qt5Core Qt5Gui 
Qt5Widgets) -ldl $(FLAC_LIBS) $(VORBIS_LIBS)
+-LINK_QT5_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs Qt5Core Qt5Gui 
Qt5Widgets) $(LIBDL_LIBS)
++LINK_QT5_FLAGS      = $(LINK_FLAGS) $(shell pkg-config --libs Qt5Core Qt5Gui 
Qt5Widgets) $(LIBDL_LIBS) $(FLAC_LIBS) $(VORBIS_LIBS)
  
  BUILD_X11_FLAGS     = $(BUILD_CXX_FLAGS) -DBRIDGE_X11 $(X11_FLAGS)
--LINK_X11_FLAGS      = $(LINK_FLAGS) $(X11_LIBS) -ldl
-+LINK_X11_FLAGS      = $(LINK_FLAGS) $(X11_LIBS) -ldl $(FLAC_LIBS) 
$(VORBIS_LIBS)
+-LINK_X11_FLAGS      = $(LINK_FLAGS) $(X11_LIBS) $(LIBDL_LIBS)
++LINK_X11_FLAGS      = $(LINK_FLAGS) $(X11_LIBS) $(LIBDL_LIBS) $(FLAC_LIBS) 
$(VORBIS_LIBS)
  
  BUILD_COCOA_FLAGS   = $(BUILD_CXX_FLAGS) -DBRIDGE_COCOA -ObjC++
- LINK_COCOA_FLAGS    = $(LINK_FLAGS) -framework Cocoa -framework IOKit 
-framework QuartzCore -ldl
-@@ -54,8 +54,11 @@ LINK_WINDOWS_FLAGS  = $(LINK_FLAGS) -sta
+ LINK_COCOA_FLAGS    = $(LINK_FLAGS) -framework Cocoa $(LIBDL_LIBS)
+@@ -50,8 +50,11 @@ LINK_WINDOWS_FLAGS  = $(LINK_FLAGS) -sta
  
- ifeq ($(LINUX),true)
  ifeq ($(HAVE_X11),true)
-+LINK_GTK2_FLAGS += $(FLAC_LIBS) $(VORBIS_LIBS)
  LINK_GTK2_FLAGS += -lX11
-+LINK_GTK3_FLAGS += $(FLAC_LIBS) $(VORBIS_LIBS)
++LINK_GTK2_FLAGS += $(FLAC_LIBS) $(VORBIS_LIBS)
  LINK_GTK3_FLAGS += -lX11
-+LINK_QT4_FLAGS  += $(FLAC_LIBS) $(VORBIS_LIBS)
++LINK_GTK3_FLAGS += $(FLAC_LIBS) $(VORBIS_LIBS)
  LINK_QT4_FLAGS  += -lX11
++LINK_QT4_FLAGS += $(FLAC_LIBS) $(VORBIS_LIBS)
  endif
- endif
-diff -up carla-1.9.7+git20171111.5b97ec1e/source/Makefile.mk.orig 
carla-1.9.7+git20171111.5b97ec1e/source/Makefile.mk
---- carla-1.9.7+git20171111.5b97ec1e/source/Makefile.mk.orig   2017-11-11 
19:38:28.000000000 +0100
-+++ carla-1.9.7+git20171111.5b97ec1e/source/Makefile.mk        2017-11-16 
12:51:31.169134413 +0100
-@@ -346,6 +346,14 @@ LINUXSAMPLER_LIBS += -lws2_32
- endif
+ 
+ # 
---------------------------------------------------------------------------------------------------------------------
+diff -up carla/source/Makefile.mk.systemlibs carla/source/Makefile.mk
+--- carla/source/Makefile.mk.systemlibs        2018-11-08 20:25:26.000000000 
+0100
++++ carla/source/Makefile.mk   2018-11-12 12:03:16.933663447 +0100
+@@ -413,6 +413,14 @@ FLUIDSYNTH_FLAGS = $(shell pkg-config $(
+ FLUIDSYNTH_LIBS  = $(shell pkg-config $(PKG_CONFIG_FLAGS) --libs fluidsynth)
  endif
  
 +FLAC_FLAGS  = $(shell pkg-config --cflags flac)
@@ -74,18 +82,18 @@
 +BASE_FLAGS += $(VORBIS_FLAGS)
 +
  ifeq ($(HAVE_SNDFILE),true)
- SNDFILE_FLAGS = $(shell pkg-config --cflags sndfile)
- SNDFILE_LIBS  = $(shell pkg-config --libs sndfile)
-diff -up carla-1.9.7+git20171111.5b97ec1e/source/plugin/Makefile.orig 
carla-1.9.7+git20171111.5b97ec1e/source/plugin/Makefile
---- carla-1.9.7+git20171111.5b97ec1e/source/plugin/Makefile.orig       
2017-11-11 19:38:28.000000000 +0100
-+++ carla-1.9.7+git20171111.5b97ec1e/source/plugin/Makefile    2017-11-16 
12:49:04.341266050 +0100
-@@ -81,6 +81,9 @@ LINK_FLAGS += $(LINUXSAMPLER_LIBS)
+ SNDFILE_FLAGS = $(shell pkg-config $(PKG_CONFIG_FLAGS) --cflags sndfile)
+ SNDFILE_LIBS  = $(shell pkg-config $(PKG_CONFIG_FLAGS) --libs sndfile)
+diff -up carla/source/plugin/Makefile.systemlibs carla/source/plugin/Makefile
+--- carla/source/plugin/Makefile.systemlibs    2018-11-08 20:25:26.000000000 
+0100
++++ carla/source/plugin/Makefile       2018-11-12 12:24:06.390012077 +0100
+@@ -73,6 +73,9 @@ LINK_FLAGS += $(LIBLO_LIBS)
  LINK_FLAGS += $(MAGIC_LIBS)
  LINK_FLAGS += $(X11_LIBS)
  
 +LINK_FLAGS += $(FLAC_LIBS)
 +LINK_FLAGS += $(VORBIS_LIBS)
-+ 
- # 
----------------------------------------------------------------------------------------------------------------------------
- 
- TARGETS = \
++
+ ifeq ($(MACOS),true)
+ SYMBOLS_NATIVE  = -Wl,-exported_symbol,_carla_get_native_rack_plugin
+ SYMBOLS_NATIVE += -Wl,-exported_symbol,_carla_get_native_patchbay_plugin

++++++ carla.obsinfo ++++++
name: carla
version: 1.9.11+git20180916.430740a8
mtime: 1537112212
commit: 430740a896d8f7546e02b524302e2cfda4509ff9


Reply via email to