commit carla for openSUSE:Factory

2020-09-29 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-09-29 19:04:25

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.4249 (New)


Package is "carla"

Tue Sep 29 19:04:25 2020 rev:20 rq:838406 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2020-09-27 
11:50:31.300091615 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.4249/carla.changes2020-09-29 
19:04:29.321969208 +0200
@@ -1,0 +2,5 @@
+Mon Sep 28 14:52:01 UTC 2020 - Dave Plater 
+
+- Enabled liblo for Tumbleweed.
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.OZdTA6/_old  2020-09-29 19:04:30.153970219 +0200
+++ /var/tmp/diff_new_pack.OZdTA6/_new  2020-09-29 19:04:30.157970224 +0200
@@ -18,7 +18,11 @@
 
 %define rev 9249bebbf5a8f2358cb912a5b8c429bc0c5b479b
 
+%if 0%{?suse_version} > 1501
+%bcond_without liblo
+%else
 %bcond_with liblo
+%endif
 
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 Name:   carla
@@ -88,6 +92,7 @@
 #End wine
 Requires:   python3-base
 Requires:   python3-qt5
+Requires:   python3-rdflib
 %if %{with liblo}
 Requires:   python3-pyliblo
 %endif




commit carla for openSUSE:Factory

2020-09-27 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-09-27 11:50:28

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.4249 (New)


Package is "carla"

Sun Sep 27 11:50:28 2020 rev:19 rq:837889 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2020-08-20 
22:31:15.244049381 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.4249/carla.changes2020-09-27 
11:50:31.300091615 +0200
@@ -1,0 +2,6 @@
+Sat Sep 26 08:52:16 UTC 2020 - Dave Plater 
+
+- Disable liblo until python-pyliblo is on the way to Tumbleweed
+  see boo#1177001
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.wBfkoU/_old  2020-09-27 11:50:32.292092683 +0200
+++ /var/tmp/diff_new_pack.wBfkoU/_new  2020-09-27 11:50:32.296092688 +0200
@@ -18,6 +18,8 @@
 
 %define rev 9249bebbf5a8f2358cb912a5b8c429bc0c5b479b
 
+%bcond_with liblo
+
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 Name:   carla
 #NOTE: to update this package please change these two version fields in 
"_service" v2.1.1 and
@@ -58,7 +60,9 @@
 # for plugin GUIs
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+%if %{with liblo}
 BuildRequires:  pkgconfig(liblo)
+%endif
 BuildRequires:  pkgconfig(libprojectM)
 BuildRequires:  pkgconfig(libpulse)
 BuildRequires:  pkgconfig(mxml)
@@ -84,6 +88,9 @@
 #End wine
 Requires:   python3-base
 Requires:   python3-qt5
+%if %{with liblo}
+Requires:   python3-pyliblo
+%endif
 ExclusiveArch:  x86_64
 
 %description
@@ -158,7 +165,9 @@
 # SUSE specific
 %if 0%{?suse_version}
  %suse_update_desktop_file -r carla AudioVideo Music
+ %if %{with liblo}
  %suse_update_desktop_file -r carla-control AudioVideo Music
+ %endif
  %fdupes -s %{buildroot}%{_datadir}
  %fdupes -s %{buildroot}%{_includedir}
 %endif




commit carla for openSUSE:Factory

2020-08-20 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-08-20 22:31:08

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.3399 (New)


Package is "carla"

Thu Aug 20 22:31:08 2020 rev:18 rq:828046 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2020-06-26 
21:48:43.946462719 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.3399/carla.changes2020-08-20 
22:31:15.244049381 +0200
@@ -1,0 +2,5 @@
+Thu Aug 20 08:33:09 UTC 2020 - Martin Liška 
+
+- Use memoryperjob constraint instead of %limit_build macro.
+
+---

New:

  _constraints



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.EqvfsB/_old  2020-08-20 22:31:16.960050184 +0200
+++ /var/tmp/diff_new_pack.EqvfsB/_new  2020-08-20 22:31:16.964050185 +0200
@@ -42,7 +42,6 @@
 BuildRequires:  file-devel
 BuildRequires:  filesystem
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  memory-constraints
 # for extra native plugins
 BuildRequires:  non-ntk-fluid
 BuildRequires:  pkgconfig
@@ -121,7 +120,6 @@
 %build
 #remove -m64 from the build
 %define optflags -O2 -Wall -D_FORTIFY_SOURCE=2 -funwind-tables 
-fasynchronous-unwind-tables -Werror=return-type -flto=auto
-%limit_build -m 1000
 export CXXFLAGS="%{optflags}"
 export CFLAGS="%{optflags}"
 

++ _constraints ++


  

  1000

  



commit carla for openSUSE:Factory

2020-06-26 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-06-26 21:48:09

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.3060 (New)


Package is "carla"

Fri Jun 26 21:48:09 2020 rev:17 rq:817061 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2020-06-12 
21:40:10.591956853 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.3060/carla.changes2020-06-26 
21:48:43.946462719 +0200
@@ -1,0 +2,6 @@
+Thu Jun 25 11:22:38 UTC 2020 - Bernhard Wiedemann 
+
+- Link .exe files with --no-insert-timestamp option
+  to make package build reproducible (boo#1041534)
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.bPGcOo/_old  2020-06-26 21:48:44.810465484 +0200
+++ /var/tmp/diff_new_pack.bPGcOo/_new  2020-06-26 21:48:44.810465484 +0200
@@ -142,7 +142,7 @@
 export CXXFLAGS=`echo $CXXFLAGS | sed s/\-flto=auto//`
 echo $CFLAGS
 echo $CXXFLAGS
-make --trace win32 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ 
LIBDIR=%{_libdir} CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
+make --trace win32 CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ 
LIBDIR=%{_libdir} CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS" 
LDFLAGS="-Wl,--no-insert-timestamp"
 make --trace wine32 LIBDIR=%{_libdir} CFLAGS="$CFLAGS" CXXFLAGS="$CXXFLAGS"
 %endif
 




commit carla for openSUSE:Factory

2020-06-12 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2020-06-12 21:38:40

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.3606 (New)


Package is "carla"

Fri Jun 12 21:38:40 2020 rev:16 rq:814173 version:2.1.1

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2019-12-10 
22:43:53.433776454 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.3606/carla.changes2020-06-12 
21:40:10.591956853 +0200
@@ -1,0 +2,74 @@
+Fri Jun 12 10:23:37 UTC 2020 - davejpla...@gmail.com
+
+- Update to version 2.1.1 and remove incorporated patches:
+  0001-Fix-a-const-variable.patch and 
+  0001-Add-missing-QPainterPath-include.patch
+- Upstream changes:
+  * Use CARLA_CATCH_UNWIND in the base utils
+  * Fix build with EXTERNAL_PLUGINS=false
+  * Bump version to 2.1.1
+  * Fixup macOS 10.12 packaging
+  * Fix carla-control not handling CLI arg for custom address
+  * Fix carla-control adding more than 1 plugin
+  * Fix a couple of issues with carla-plugin
+  * Improve performance of inline display rendering
+  * patchcanvas: Fix ports text width calculation
+  * Fix wrong assertion with size 1 MIDI messages in JACK code path
+
+---
+Tue Jun  2 08:08:45 UTC 2020 - Dave Plater 
+
+- Fix factory build with patch from git:
+  0001-Add-missing-QPainterPath-include.patch
+- Added patch from git:
+  0001-Fix-a-const-variable.patch
+
+---
+Thu May 28 11:55:14 UTC 2020 - Dave Plater 
+
+- Use service file to remove data/windows directory from tarball.
+
+---
+Wed Apr 22 12:56:21 UTC 2020 - Dave Plater 
+
+- Update license field and added bsd-2-clause.txt
+
+---
+Thu Apr 16 09:53:23 UTC 2020 - Edgar Aichinger 
+
+- update to version 2.1 final
+- update carla-remove-pkgconf-rpath.patch for version 2.1
+- remove carla-link-mingw.patch (solved upstream)
+
+---
+Sat Apr 11 13:05:03 UTC 2020 - Dave Plater 
+
+- Update to git snapshot version 2.0.0+git20200331 aka v2.1-rc2.
+- Build posix32, wine32 and win32 plugins and plugin utils for
+  Tumbleweed see boo#1168659
+- Added carla-link-mingw.patch to fix win32 build.
+- Upstream changes:
+  *bigmeter plugin does not need fixed buffers fixes #1050
+  *Can always drag vst3 files because of bridges
+  *Increase default size of plugin RT data pool
+  *Fix missing idle in native plugins, leading to no post rt events
+  *Fix jack metadata usage for multiple carla instances
+  *Focus bridged UI when shown #954
+
+---
+Fri Apr  3 09:09:07 UTC 2020 - Dave Plater 
+
+- Add %post message carla-warning.
+
+---
+Fri Mar 27 10:02:24 UTC 2020 - Dave Plater 
+
+- Update to git snapshot version 2.0.0+git20200310 and remove
+  incorporated patch:
+  0001-Place-Qt-stuff-outside-of-custom-namespace.patch
+- Added carla-remove-pkgconf-rpath.patch to remove rpath in pc files
+- Rebased carla-systemlibs.patch
+- Fix Factory build.
+- Many upstream fixes and improvements
+
+---

Old:

  0001-Place-Qt-stuff-outside-of-custom-namespace.patch
  Carla-2.0.0+git20190321.20cc5244.tar.xz
  Carla.obsinfo

New:

  _servicedata
  bsd-2-clause.txt
  carla-2.1.1.tar.xz
  carla-remove-pkgconf-rpath.patch
  carla-warning



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.WjcNVz/_old  2020-06-12 21:40:13.007948576 +0200
+++ /var/tmp/diff_new_pack.WjcNVz/_new  2020-06-12 21:40:13.007948576 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,21 +16,33 @@
 #
 
 
+%define rev 9249bebbf5a8f2358cb912a5b8c429bc0c5b479b
+
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 Name:   carla
-Version:2.0.0+git20190321.20cc5244
+#NOTE: to update this package please change these two version fields in 
"_service" v2.1.1 and
+#2.1.1 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.1.1
 Release:0
 Summary:An audio plugin host
-License: 

commit carla for openSUSE:Factory

2019-12-10 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2019-12-10 22:43:38

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.4691 (New)


Package is "carla"

Tue Dec 10 22:43:38 2019 rev:15 rq:755499 version:2.0.0+git20190321.20cc5244

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2019-05-02 
19:16:49.485363678 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.4691/carla.changes2019-12-10 
22:43:53.433776454 +0100
@@ -1,0 +2,7 @@
+Mon Dec  9 12:47:15 UTC 2019 - Christophe Giboudeaux 
+
+- Add 0001-Place-Qt-stuff-outside-of-custom-namespace.patch to fix
+  build with GCC9.
+- Run spec-cleaner
+
+---

New:

  0001-Place-Qt-stuff-outside-of-custom-namespace.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.ebW2Ot/_old  2019-12-10 22:43:54.529776048 +0100
+++ /var/tmp/diff_new_pack.ebW2Ot/_new  2019-12-10 22:43:54.529776048 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,49 +17,47 @@
 
 
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
-
 Name:   carla
 Version:2.0.0+git20190321.20cc5244
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
-ExclusiveArch:  x86_64
-Url:http://kxstudio.linuxaudio.org/Applications:Carla
+URL:https://kxstudio.linuxaudio.org/Applications:Carla
 Source: Carla-%{version}.tar.xz
-Patch1: carla-systemlibs.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
+Patch0: carla-systemlibs.patch
+# PATCH-FIX-UPSTREAM -- Fix build with GCC9
+Patch1: 0001-Place-Qt-stuff-outside-of-custom-namespace.patch
 BuildRequires:  fdupes
 BuildRequires:  file-devel
 BuildRequires:  libqt5-qtbase-devel
-BuildRequires:  pkg-config
+# for extra native plugins
+BuildRequires:  non-ntk-fluid
+BuildRequires:  pkgconfig
 BuildRequires:  python3-devel
 BuildRequires:  python3-qt5-devel
 BuildRequires:  python3-rdflib
 BuildRequires:  update-desktop-files
 BuildRequires:  pkgconfig(alsa)
-BuildRequires:  pkgconfig(flac)
-BuildRequires:  pkgconfig(libpulse)
-BuildRequires:  pkgconfig(sndfile)
-BuildRequires:  pkgconfig(vorbisenc)
-# for extra native plugins
-BuildRequires:  non-ntk-fluid
 BuildRequires:  pkgconfig(fftw3f)
+BuildRequires:  pkgconfig(flac)
+# for extra samplers support
+BuildRequires:  pkgconfig(fluidsynth)
 BuildRequires:  pkgconfig(gl)
-BuildRequires:  pkgconfig(liblo)
-BuildRequires:  pkgconfig(libprojectM)
-BuildRequires:  pkgconfig(mxml)
-BuildRequires:  pkgconfig(zlib)
 # for plugin GUIs
 BuildRequires:  pkgconfig(gtk+-2.0)
 BuildRequires:  pkgconfig(gtk+-3.0)
+BuildRequires:  pkgconfig(liblo)
+BuildRequires:  pkgconfig(libprojectM)
+BuildRequires:  pkgconfig(libpulse)
+BuildRequires:  pkgconfig(mxml)
+BuildRequires:  pkgconfig(sndfile)
+BuildRequires:  pkgconfig(vorbisenc)
 BuildRequires:  pkgconfig(x11)
-# for extra samplers support
-BuildRequires:  pkgconfig(fluidsynth)
-
+BuildRequires:  pkgconfig(zlib)
 Requires:   python3-base
 Requires:   python3-qt5
+ExclusiveArch:  x86_64
 
 %description
 Carla is an audio plugin host, with support for many audio drivers
@@ -71,7 +69,7 @@
 %package devel
 Summary:Header files to access Carla's API
 Group:  Development/Libraries/C and C++
-BuildRequires:  pkg-config
+BuildRequires:  pkgconfig
 
 %description devel
 This package contains header files needed when writing software using
@@ -86,8 +84,7 @@
 CarlaPatchbay, CarlaRackFX, and CarlaRack.
 
 %prep
-%setup -q -n Carla-%{version}
-%patch1 -p1
+%autosetup -p1 -n Carla-%{version}
 
 %build
 export CXXFLAGS="%{optflags}"
@@ -98,7 +95,7 @@
 
 # bulding with high -j numbers often results in build failures, thus we're 
disabling _smp_flags for now 
 make \
-%ifnarch %ix86 x86_64
+%ifnarch %{ix86} x86_64
BASE_OPTS= \
 %endif
--trace
@@ -120,8 +117,8 @@
 %endif
 
 %files
-%defattr(-,root,root)
-%doc INSTALL.md README.md doc
+%license doc/GPL.txt doc/LGPL.txt
+%doc INSTALL.md README.md doc/Carla-TestCases
 %{_bindir}/*
 %dir %{_libdir}/carla
 %{_libdir}/carla/*
@@ -135,13 +132,11 @@
 %{_datadir}/mime/packages/carla.xml
 
 %files vst
-%defattr(-,root,root)
 %dir %{_libdir}/vst
 %dir %{_libdir}/vst/carla.vst
 %{_libdir}/vst/carla.vst/*
 
 %files devel
-%defattr(-,root,root)
 

commit carla for openSUSE:Factory

2019-05-02 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2019-05-02 19:16:46

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.5148 (New)


Package is "carla"

Thu May  2 19:16:46 2019 rev:14 rq:699558 version:2.0.0+git20190321.20cc5244

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2019-04-03 
09:27:50.543810359 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new.5148/carla.changes2019-05-02 
19:16:49.485363678 +0200
@@ -1,0 +2,5 @@
+Tue Apr 30 07:12:42 UTC 2019 - Edgar Aichinger 
+
+- update to 2.0.0
+
+---

Old:

  Carla-1.9.14+git20190227.737a0b0f.tar.xz

New:

  Carla-2.0.0+git20190321.20cc5244.tar.xz



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.ycXjE0/_old  2019-05-02 19:16:50.217365023 +0200
+++ /var/tmp/diff_new_pack.ycXjE0/_new  2019-05-02 19:16:50.221365030 +0200
@@ -19,7 +19,7 @@
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 
 Name:   carla
-Version:1.9.14+git20190227.737a0b0f
+Version:2.0.0+git20190321.20cc5244
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0-or-later

++ Carla-1.9.14+git20190227.737a0b0f.tar.xz -> 
Carla-2.0.0+git20190321.20cc5244.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Carla-1.9.14+git20190227.737a0b0f/data/carla-native-plugin.pc 
new/Carla-2.0.0+git20190321.20cc5244/data/carla-native-plugin.pc
--- old/Carla-1.9.14+git20190227.737a0b0f/data/carla-native-plugin.pc   
2019-02-27 22:20:39.0 +0100
+++ new/Carla-2.0.0+git20190321.20cc5244/data/carla-native-plugin.pc
2019-03-21 18:32:17.0 +0100
@@ -3,7 +3,7 @@
 includedir=X-INCLUDEDIR-X/carla
 
 Name: carla-native-plugin
-Version: 1.9.14
+Version: 2.0.0
 Description: Carla Native Plugin
 Libs: -Wl,rpath=${libdir} -L${libdir} -lcarla_native-plugin
 Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Carla-1.9.14+git20190227.737a0b0f/data/carla-standalone.pc 
new/Carla-2.0.0+git20190321.20cc5244/data/carla-standalone.pc
--- old/Carla-1.9.14+git20190227.737a0b0f/data/carla-standalone.pc  
2019-02-27 22:20:39.0 +0100
+++ new/Carla-2.0.0+git20190321.20cc5244/data/carla-standalone.pc   
2019-03-21 18:32:17.0 +0100
@@ -3,7 +3,7 @@
 includedir=X-INCLUDEDIR-X/carla
 
 Name: carla-standalone
-Version: 1.9.14
+Version: 2.0.0
 Description: Carla Host Standalone
 Libs: -Wl,rpath=${libdir} -L${libdir} -lcarla_standalone2
 Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Carla-1.9.14+git20190227.737a0b0f/data/carla-utils.pc 
new/Carla-2.0.0+git20190321.20cc5244/data/carla-utils.pc
--- old/Carla-1.9.14+git20190227.737a0b0f/data/carla-utils.pc   2019-02-27 
22:20:39.0 +0100
+++ new/Carla-2.0.0+git20190321.20cc5244/data/carla-utils.pc2019-03-21 
18:32:17.0 +0100
@@ -3,7 +3,7 @@
 includedir=X-INCLUDEDIR-X/carla
 
 Name: carla-utils
-Version: 1.9.14
+Version: 2.0.0
 Description: Carla Host Utilities
 Libs: -Wl,rpath=${libdir} -L${libdir} -lcarla_utils
 Cflags: -DREAL_BUILD -I${includedir} -I${includedir}/includes 
-I${includedir}/utils
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/Carla-1.9.14+git20190227.737a0b0f/data/linux/build-all.sh 
new/Carla-2.0.0+git20190321.20cc5244/data/linux/build-all.sh
--- old/Carla-1.9.14+git20190227.737a0b0f/data/linux/build-all.sh   
2019-02-27 22:20:39.0 +0100
+++ new/Carla-2.0.0+git20190321.20cc5244/data/linux/build-all.sh
2019-03-21 18:32:17.0 +0100
@@ -24,8 +24,8 @@
 source common.env
 
 CHROOT_CARLA_DIR="/tmp/carla-src"
-PKG_FOLDER="Carla_2.0-RC4-linux"
-PKGS_NUM="20190227"
+PKG_FOLDER="Carla_2.0.0-linux"
+PKGS_NUM="20190321"
 
 # 
-
 # function to remove old stuff
@@ -139,11 +139,11 @@
 fi
 
 if [ ! -d ${CHROOT_CARLA_DIR} ]; then
-  git clone --depth=1 git://github.com/falkTX/Carla ${CHROOT_CARLA_DIR}
+  git clone --depth=1 -b master git://github.com/falkTX/Carla 
${CHROOT_CARLA_DIR}
 fi
 
 if [ ! -f ${CHROOT_CARLA_DIR}/source/native-plugins/external/README.md ]; then
-  git clone --depth=1 git://github.com/falkTX/Carla-Plugins 
${CHROOT_CARLA_DIR}/source/native-plugins/external
+  git clone --depth=1 -b master git://github.com/falkTX/Carla-Plugins 

commit carla for openSUSE:Factory

2019-04-03 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2019-04-03 09:27:37

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.25356 (New)


Package is "carla"

Wed Apr  3 09:27:37 2019 rev:13 rq:690569 version:1.9.14+git20190227.737a0b0f

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2019-03-26 
15:43:01.628223177 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.25356/carla.changes   2019-04-03 
09:27:50.543810359 +0200
@@ -1,0 +2,5 @@
+Mon Apr  1 15:48:31 UTC 2019 - Christophe Giboudeaux 
+
+- Remove the Qt4 support. Qt4 will be removed from factory soon.
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.WiN6qa/_old  2019-04-03 09:27:51.611810862 +0200
+++ /var/tmp/diff_new_pack.WiN6qa/_new  2019-04-03 09:27:51.615810864 +0200
@@ -56,7 +56,6 @@
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(x11)
 # for extra samplers support
-BuildRequires:  pkgconfig(QtCore)
 BuildRequires:  pkgconfig(fluidsynth)
 
 Requires:   python3-base




commit carla for openSUSE:Factory

2019-03-26 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2019-03-26 15:41:43

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new.25356 (New)


Package is "carla"

Tue Mar 26 15:41:43 2019 rev:12 rq:685263 version:1.9.14+git20190227.737a0b0f

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2018-11-26 
10:22:55.433548115 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new.25356/carla.changes   2019-03-26 
15:43:01.628223177 +0100
@@ -1,0 +2,16 @@
+Fri Mar 15 08:01:44 UTC 2019 - Edgar Aichinger 
+
+- Reverted %description to previous state
+
+---
+Mon Mar 11 14:12:23 UTC 2019 - Edgar Aichinger 
+
+- update to 2.0-RC4 (aka 1.9.14)
+
+---
+Tue Nov 27 09:24:27 UTC 2018 - Edgar Aichinger 
+
+- spec: update application URL
+- spec, package meta: update description
+
+---

Old:

  _servicedata
  carla-1.9.12+git20181025.cbd3ef95.tar.xz
  carla.obsinfo

New:

  Carla-1.9.14+git20190227.737a0b0f.tar.xz
  Carla.obsinfo



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.o5k0ii/_old  2019-03-26 15:43:02.416222726 +0100
+++ /var/tmp/diff_new_pack.o5k0ii/_new  2019-03-26 15:43:02.420222723 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,17 +15,18 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
+
 %define __provides_exclude_from ^%{_libdir}/carla/jack/.*.so.0$
 
 Name:   carla
-Version:1.9.12+git20181025.cbd3ef95
+Version:1.9.14+git20190227.737a0b0f
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 ExclusiveArch:  x86_64
-Url:http://kxstudio.sourceforge.net/cadence
-Source: %{name}-%{version}.tar.xz
+Url:http://kxstudio.linuxaudio.org/Applications:Carla
+Source: Carla-%{version}.tar.xz
 Patch1: carla-systemlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
@@ -86,7 +87,7 @@
 CarlaPatchbay, CarlaRackFX, and CarlaRack.
 
 %prep
-%setup -q
+%setup -q -n Carla-%{version}
 %patch1 -p1
 
 %build

++ Carla.obsinfo ++
name: Carla
version: 1.9.14+git20190227.737a0b0f
mtime: 1551302439
commit: 737a0b0fb7dea524eced619d4bc55c7d41e73964

++ _service ++
--- /var/tmp/diff_new_pack.o5k0ii/_old  2019-03-26 15:43:02.460222700 +0100
+++ /var/tmp/diff_new_pack.o5k0ii/_new  2019-03-26 15:43:02.460222700 +0100
@@ -1,21 +1,21 @@
 
-  
+  
 https://github.com/falkTX/Carla.git
 git
 enable
 .git
-   carla
-1.9.12+git%cd.%h
-cbd3ef95
+   Carla
+1.9.14+git%cd.%h
+737a0b0f
 disable  
   
   
   
   
-carla-*.tar
+Carla-*.tar
 xz
   
   
-carla
+Carla
   
 




commit carla for openSUSE:Factory

2018-11-26 Thread root
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 
+
+- spec: define provides-exclude for internal libjack.so.0
+
+---
+Mon Nov 12 11:28:46 UTC 2018 - Edgar Aichinger 
+
+- 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 
+
+- updated to 2.0-RC2 (aka 1.9.12)
+  * reenabled fluidsynth support
+  
+---
+Thu Sep 27 11:42:26 UTC 2018 - Edgar Aichinger 
+
+- 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 - edog...@aon.at
+
+- 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 - opensuse-packag...@opensuse.org
+
+- 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+git2017.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 

commit carla for openSUSE:Factory

2018-02-28 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2018-02-28 20:03:05

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Wed Feb 28 20:03:05 2018 rev:10 rq:580935 version:1.9.7+git2017.5b97ec1e

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-11-21 
15:33:53.249915293 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2018-02-28 
20:03:08.287081857 +0100
@@ -1,0 +2,7 @@
+Wed Feb 28 10:19:22 UTC 2018 - dims...@opensuse.org
+
+- Drop liblinuxsampler-devel BuildRequires: linuxsamplerate was
+  identified to have an exception clause on their 'gpl license'
+  that makes it non-free (non-commercial exception).
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.40L735/_old  2018-02-28 20:03:09.679031493 +0100
+++ /var/tmp/diff_new_pack.40L735/_new  2018-02-28 20:03:09.683031348 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,7 +26,7 @@
 Version:1.9.7+git2017.5b97ec1e
 Release:0
 Summary:An audio plugin host
-License:GPL-2.0+
+License:GPL-2.0-or-later
 Group:  Productivity/Multimedia/Sound/Utilities
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
@@ -74,7 +74,6 @@
 BuildRequires:  libX11-devel
 # for extra samplers support
 BuildRequires:  libgig-devel
-BuildRequires:  liblinuxsampler-devel
 BuildRequires:  liblo-devel
 BuildRequires:  libqt4-devel
 BuildRequires:  mxml-devel




commit carla for openSUSE:Factory

2017-11-21 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-11-21 15:33:45

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Tue Nov 21 15:33:45 2017 rev:9 rq:543936 version:1.9.7+git2017.5b97ec1e

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-11-17 
12:44:50.746695526 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-11-21 
15:33:53.249915293 +0100
@@ -1,0 +2,12 @@
+Mon Nov 20 15:09:15 UTC 2017 - edog...@aon.at
+
+- added carla.libjack-soversion.patch (removes soversion from private 
libjack.so.0)
+- removed unneeded explicit BuildRequires: jack-devel,
+---
+Wed Nov 15 11:20:41 UTC 2017 - edog...@aon.at
+
+- Update to version 1.9.7+git2017.5b97ec1e
+  * removed carla-buildcompare.patch, not needed anymore
+  * updated carla-systemlibs.patch so it applies to current source
+
+---

Old:

  carla-1.9.7+git20170124.9ff1711b.tar.xz
  carla-buildcompare.patch

New:

  carla-1.9.7+git2017.5b97ec1e.tar.xz
  carla.libjack-soversion.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.497870069 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.501869924 +0100
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.7+git20170124.9ff1711b
+Version:1.9.7+git2017.5b97ec1e
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+
@@ -31,8 +31,8 @@
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
-Patch1: carla-buildcompare.patch
-Patch2: carla-systemlibs.patch
+Patch1: carla-systemlibs.patch
+Patch2: carla.libjack-soversion.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  alsa-devel

++ _service ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.537868620 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.537868620 +0100
@@ -5,7 +5,7 @@
 .git
carla
 1.9.7+git%cd.%h
-hotfix-1.9.7
+master
 enable   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.557867895 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.557867895 +0100
@@ -1,6 +1,6 @@
 

https://github.com/falkTX/Carla.git
-   9ff1711b8fdf0acb4608498463ed4608889ead1e
+   5b97ec1e00fda8ec9442da18878b10de47ffd726

-
\ No newline at end of file
+

++ carla-1.9.7+git20170124.9ff1711b.tar.xz -> 
carla-1.9.7+git2017.5b97ec1e.tar.xz ++
/work/SRC/openSUSE:Factory/carla/carla-1.9.7+git20170124.9ff1711b.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.7+git2017.5b97ec1e.tar.xz 
differ: char 25, line 1

++ carla-systemlibs.patch ++
--- /var/tmp/diff_new_pack.in1awb/_old  2017-11-21 15:33:54.581867025 +0100
+++ /var/tmp/diff_new_pack.in1awb/_new  2017-11-21 15:33:54.581867025 +0100
@@ -1,57 +1,38 @@
 a/source/Makefile.mk
-+++ b/source/Makefile.mk
-@@ -335,6 +335,14 @@ endif
- LINUXSAMPLER_LIBS += $(shell pkg-config --libs linuxsampler)
- endif
- 
-+FLAC_FLAGS  = $(shell pkg-config --cflags flac)
-+FLAC_LIBS   = $(shell pkg-config --libs flac)
-+BASE_FLAGS += $(FLAC_FLAGS)
-+
-+VORBIS_FLAGS  = $(shell pkg-config --cflags vorbis vorbisfile vorbisenc ogg)
-+VORBIS_LIBS   = $(shell pkg-config --libs   vorbis vorbisfile vorbisenc ogg)
-+BASE_FLAGS += $(VORBIS_FLAGS)
-+
- ifeq ($(HAVE_PROJECTM),true)
- PROJECTM_FLAGS = $(shell pkg-config --cflags libprojectM)
- PROJECTM_LIBS  = $(shell pkg-config --libs libprojectM)
 a/source/backend/Makefile
-+++ b/source/backend/Makefile
-@@ -107,6 +107,9 @@ ifeq ($(HAVE_LINUXSAMPLER),true)
+diff -up carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig 
carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile
+--- carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig  
2017-11-11 19:38:28.0 +0100
 carla-1.9.7+git2017.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)
- endif
+ STANDALONE_LINK_FLAGS += $(X11_LIBS)
  
 +STANDALONE_LINK_FLAGS += $(FLAC_LIBS)
 +STANDALONE_LINK_FLAGS += $(VORBIS_LIBS)
 +
- ifeq ($(HAVE_X11),true)
- STANDALONE_LINK_FLAGS += $(X11_LIBS)
- endif
-@@ -115,6 +118,8 @@ UTILS_LINK_FLAGS  = $(JUCE_AUDIO_BASICS_
- UTILS_LINK_FLAGS += 

commit carla for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-11-17 12:44:36

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Fri Nov 17 12:44:36 2017 rev:8 rq: version:1.9.7+git20170124.9ff1711b

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-11-17 
11:00:32.463542969 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-11-17 
12:44:50.746695526 +0100
@@ -2,7 +1,0 @@
-Wed Nov 15 11:20:41 UTC 2017 - edog...@aon.at
-
-- Update to version 1.9.7+git2017.5b97ec1e
-  * removed carla-buildcompare.patch, not needed anymore
-  * updated carla-systemlibs.patch so it applies to current source
-


Old:

  carla-1.9.7+git2017.5b97ec1e.tar.xz

New:

  carla-1.9.7+git20170124.9ff1711b.tar.xz
  carla-buildcompare.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.DqCDRU/_old  2017-11-17 12:44:52.426634163 +0100
+++ /var/tmp/diff_new_pack.DqCDRU/_new  2017-11-17 12:44:52.430634017 +0100
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.7+git2017.5b97ec1e
+Version:1.9.7+git20170124.9ff1711b
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+
@@ -31,12 +31,12 @@
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
-Patch1: carla-systemlibs.patch
+Patch1: carla-buildcompare.patch
+Patch2: carla-systemlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  alsa-devel
 BuildRequires:  file-devel
-BuildRequires:  jack-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(vorbisenc)
@@ -107,6 +107,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 rm -rfv source/modules/juce_audio_formats/codecs/flac

++ _service ++
--- /var/tmp/diff_new_pack.DqCDRU/_old  2017-11-17 12:44:52.462632849 +0100
+++ /var/tmp/diff_new_pack.DqCDRU/_new  2017-11-17 12:44:52.462632849 +0100
@@ -5,7 +5,7 @@
 .git
carla
 1.9.7+git%cd.%h
-master
+hotfix-1.9.7
 enable   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.DqCDRU/_old  2017-11-17 12:44:52.482632118 +0100
+++ /var/tmp/diff_new_pack.DqCDRU/_new  2017-11-17 12:44:52.482632118 +0100
@@ -1,6 +1,6 @@
 

https://github.com/falkTX/Carla.git
-   5b97ec1e00fda8ec9442da18878b10de47ffd726
+   9ff1711b8fdf0acb4608498463ed4608889ead1e

-
+
\ No newline at end of file

++ carla-1.9.7+git2017.5b97ec1e.tar.xz -> 
carla-1.9.7+git20170124.9ff1711b.tar.xz ++
/work/SRC/openSUSE:Factory/carla/carla-1.9.7+git2017.5b97ec1e.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.7+git20170124.9ff1711b.tar.xz 
differ: char 25, line 1

++ carla-buildcompare.patch ++
--- a/source/modules/juce_core/time/juce_Time.cpp
+++ b/source/modules/juce_core/time/juce_Time.cpp
@@ -602,10 +602,10 @@ Time Time::getCompilationDate()
 {
 StringArray dateTokens, timeTokens;
 
-dateTokens.addTokens (__DATE__, true);
+dateTokens.addTokens ("Apr 01 1970", true);
 dateTokens.removeEmptyStrings (true);
 
-timeTokens.addTokens (__TIME__, ":", StringRef());
+timeTokens.addTokens ("01:23:45", ":", StringRef());
 
 return Time (dateTokens[2].getIntValue(),
  getMonthNumberForCompileDate (dateTokens[0]),
--- a/source/native-plugins/zynaddsubfx/main.cpp
+++ b/source/native-plugins/zynaddsubfx/main.cpp
@@ -211,7 +211,6 @@ int main(int argc, char *argv[])
 cerr
 << "Copyright (c) 2009-2016 Mark McCurry [active 
maintainer]"
 << endl;
-cerr << "Compiled: " << __DATE__ << " " << __TIME__ << endl;
 cerr << "This program is free software (GNU GPL v2 or later) and \n";
 cerr << "it comes with ABSOLUTELY NO WARRANTY.\n" << endl;
 if(argc == 1)
++ carla-systemlibs.patch ++
--- /var/tmp/diff_new_pack.DqCDRU/_old  2017-11-17 12:44:52.514630949 +0100
+++ /var/tmp/diff_new_pack.DqCDRU/_new  2017-11-17 12:44:52.514630949 +0100
@@ -1,38 +1,57 @@
-diff -up carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig 
carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile
 carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig  
2017-11-11 19:38:28.0 +0100
-+++ carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile   2017-11-16 
12:29:29.530325818 +0100
-@@ -63,8 +63,13 @@ STANDALONE_LINK_FLAGS += $(FLUIDSYNTH_LI
+--- a/source/Makefile.mk
 

commit carla for openSUSE:Factory

2017-11-17 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-11-17 10:55:51

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Fri Nov 17 10:55:51 2017 rev:7 rq:542237 version:1.9.7+git2017.5b97ec1e

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-10-11 
23:02:56.392731777 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-11-17 
11:00:32.463542969 +0100
@@ -1,0 +2,7 @@
+Wed Nov 15 11:20:41 UTC 2017 - edog...@aon.at
+
+- Update to version 1.9.7+git2017.5b97ec1e
+  * removed carla-buildcompare.patch, not needed anymore
+  * updated carla-systemlibs.patch so it applies to current source
+
+---

Old:

  carla-1.9.7+git20170124.9ff1711b.tar.xz
  carla-buildcompare.patch

New:

  carla-1.9.7+git2017.5b97ec1e.tar.xz



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.8lGsfH/_old  2017-11-17 11:00:33.535503736 +0100
+++ /var/tmp/diff_new_pack.8lGsfH/_new  2017-11-17 11:00:33.539503589 +0100
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.7+git20170124.9ff1711b
+Version:1.9.7+git2017.5b97ec1e
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+
@@ -31,12 +31,12 @@
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
-Patch1: carla-buildcompare.patch
-Patch2: carla-systemlibs.patch
+Patch1: carla-systemlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  alsa-devel
 BuildRequires:  file-devel
+BuildRequires:  jack-devel
 BuildRequires:  python-qt4-devel
 BuildRequires:  pkgconfig(flac)
 BuildRequires:  pkgconfig(vorbisenc)
@@ -107,7 +107,6 @@
 %prep
 %setup -q
 %patch1 -p1
-%patch2 -p1
 
 %build
 rm -rfv source/modules/juce_audio_formats/codecs/flac

++ _service ++
--- /var/tmp/diff_new_pack.8lGsfH/_old  2017-11-17 11:00:33.567502565 +0100
+++ /var/tmp/diff_new_pack.8lGsfH/_new  2017-11-17 11:00:33.567502565 +0100
@@ -5,7 +5,7 @@
 .git
carla
 1.9.7+git%cd.%h
-hotfix-1.9.7
+master
 enable   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.8lGsfH/_old  2017-11-17 11:00:33.587501833 +0100
+++ /var/tmp/diff_new_pack.8lGsfH/_new  2017-11-17 11:00:33.587501833 +0100
@@ -1,6 +1,6 @@
 

https://github.com/falkTX/Carla.git
-   9ff1711b8fdf0acb4608498463ed4608889ead1e
+   5b97ec1e00fda8ec9442da18878b10de47ffd726

-
\ No newline at end of file
+

++ carla-1.9.7+git20170124.9ff1711b.tar.xz -> 
carla-1.9.7+git2017.5b97ec1e.tar.xz ++
/work/SRC/openSUSE:Factory/carla/carla-1.9.7+git20170124.9ff1711b.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.7+git2017.5b97ec1e.tar.xz 
differ: char 25, line 1

++ carla-systemlibs.patch ++
--- /var/tmp/diff_new_pack.8lGsfH/_old  2017-11-17 11:00:33.611500954 +0100
+++ /var/tmp/diff_new_pack.8lGsfH/_new  2017-11-17 11:00:33.615500808 +0100
@@ -1,57 +1,38 @@
 a/source/Makefile.mk
-+++ b/source/Makefile.mk
-@@ -335,6 +335,14 @@ endif
- LINUXSAMPLER_LIBS += $(shell pkg-config --libs linuxsampler)
- endif
- 
-+FLAC_FLAGS  = $(shell pkg-config --cflags flac)
-+FLAC_LIBS   = $(shell pkg-config --libs flac)
-+BASE_FLAGS += $(FLAC_FLAGS)
-+
-+VORBIS_FLAGS  = $(shell pkg-config --cflags vorbis vorbisfile vorbisenc ogg)
-+VORBIS_LIBS   = $(shell pkg-config --libs   vorbis vorbisfile vorbisenc ogg)
-+BASE_FLAGS += $(VORBIS_FLAGS)
-+
- ifeq ($(HAVE_PROJECTM),true)
- PROJECTM_FLAGS = $(shell pkg-config --cflags libprojectM)
- PROJECTM_LIBS  = $(shell pkg-config --libs libprojectM)
 a/source/backend/Makefile
-+++ b/source/backend/Makefile
-@@ -107,6 +107,9 @@ ifeq ($(HAVE_LINUXSAMPLER),true)
+diff -up carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig 
carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile
+--- carla-1.9.7+git2017.5b97ec1e/source/backend/Makefile.orig  
2017-11-11 19:38:28.0 +0100
 carla-1.9.7+git2017.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)
- endif
+ STANDALONE_LINK_FLAGS += $(X11_LIBS)
  
 +STANDALONE_LINK_FLAGS += $(FLAC_LIBS)
 +STANDALONE_LINK_FLAGS += $(VORBIS_LIBS)
 +
- ifeq ($(HAVE_X11),true)
- STANDALONE_LINK_FLAGS += $(X11_LIBS)
- endif
-@@ -115,6 +118,8 @@ UTILS_LINK_FLAGS  = $(JUCE_AUDIO_BASICS_
- UTILS_LINK_FLAGS += $(JUCE_AUDIO_FORMATS_LIBS)
- UTILS_LINK_FLAGS += 

commit carla for openSUSE:Factory

2017-10-11 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-10-11 23:02:55

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Wed Oct 11 23:02:55 2017 rev:6 rq:533168 version:1.9.7+git20170124.9ff1711b

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-08-13 
14:58:30.338553259 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-10-11 
23:02:56.392731777 +0200
@@ -1,0 +2,5 @@
+Fri Aug 11 08:04:58 UTC 2017 - edog...@aon.at
+
+- remove carla-gcc7.patch - being a failed attempt to fix 32bit compilation
+
+---

Old:

  carla-gcc7.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.Ioi8Tc/_old  2017-10-11 23:02:57.280692874 +0200
+++ /var/tmp/diff_new_pack.Ioi8Tc/_new  2017-10-11 23:02:57.284692699 +0200
@@ -31,7 +31,6 @@
 ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
-Patch0: carla-gcc7.patch
 Patch1: carla-buildcompare.patch
 Patch2: carla-systemlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -107,7 +106,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 %patch1 -p1
 %patch2 -p1
 




commit carla for openSUSE:Factory

2017-08-13 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-08-13 14:58:26

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Sun Aug 13 14:58:26 2017 rev:5 rq:515896 version:1.9.7+git20170124.9ff1711b

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-04-06 
11:02:20.981891901 +0200
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-08-13 
14:58:30.338553259 +0200
@@ -1,0 +2,18 @@
+Thu Aug 10 09:42:41 UTC 2017 - o...@aepfle.de
+
+- Wipe __DATE__/__TIME with carla-buildcompare.patch
+- Fix build with carla-gcc7.patch
+- Use system flac/vorbis/ogg with carla-systemlibs.patch
+- ExclusiveArch x86_64 until i386 is fixed
+
+---
+Fri Jul  7 01:30:11 UTC 2017 - 9@cirno.systems
+
+- Add missing runtime dependency on PyQt4
+
+---
+Fri Jun 16 06:40:18 UTC 2017 - o...@aepfle.de
+
+- Remove override of pyuic4
+
+---

New:

  carla-buildcompare.patch
  carla-gcc7.patch
  carla-systemlibs.patch



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.is6PGq/_old  2017-08-13 14:58:31.966324819 +0200
+++ /var/tmp/diff_new_pack.is6PGq/_new  2017-08-13 14:58:31.998320329 +0200
@@ -28,23 +28,30 @@
 Summary:An audio plugin host
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
-ExclusiveArch:  %ix86 x86_64
+ExclusiveArch:  x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
+Patch0: carla-gcc7.patch
+Patch1: carla-buildcompare.patch
+Patch2: carla-systemlibs.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  alsa-devel
 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}
@@ -100,17 +107,16 @@
 
 %prep
 %setup -q
-sed -i -e "s/__DATE__/\"openSUSE\"/" -e "s/__TIME__/\"BuildService\"/" 
source/native-plugins/zynaddsubfx/main.cpp
-sed -i -e "s/__DATE__/\"openSUSE\"/" 
source/modules/juce_core/time/juce_Time.cpp
+%patch0 -p1
+%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}"
 
-%if 0%{?suse_version}
-sed -i 's:pyuic4:py3uic4:' Makefile
-sed -i 's:wildcard /:wildcard $(DESTDIR)/:' Makefile
-%endif
 make \
 %ifnarch %ix86 x86_64
BASE_OPTS= \
@@ -119,18 +125,11 @@
features
 
 # bulding with high -j numbers often results in build failures, thus we're 
disabling _smp_flags for now 
-%if 0%{?suse_version} > 1310
-# make %{?_smp_mflags} --trace
 make \
 %ifnarch %ix86 x86_64
BASE_OPTS= \
 %endif
--trace
-%else
-# Old make
-# make %{?_smp_mflags}
-make
-%endif
 
 %install
 make install DESTDIR=%{buildroot} PREFIX="%{_prefix}" LIBDIR="%{_libdir}"

++ carla-buildcompare.patch ++
--- a/source/modules/juce_core/time/juce_Time.cpp
+++ b/source/modules/juce_core/time/juce_Time.cpp
@@ -602,10 +602,10 @@ Time Time::getCompilationDate()
 {
 StringArray dateTokens, timeTokens;
 
-dateTokens.addTokens (__DATE__, true);
+dateTokens.addTokens ("Apr 01 1970", true);
 dateTokens.removeEmptyStrings (true);
 
-timeTokens.addTokens (__TIME__, ":", StringRef());
+timeTokens.addTokens ("01:23:45", ":", StringRef());
 
 return Time (dateTokens[2].getIntValue(),
  getMonthNumberForCompileDate (dateTokens[0]),
--- a/source/native-plugins/zynaddsubfx/main.cpp
+++ b/source/native-plugins/zynaddsubfx/main.cpp
@@ -211,7 +211,6 @@ int main(int argc, char *argv[])
 cerr
 << "Copyright (c) 2009-2016 Mark McCurry [active 
maintainer]"
 << endl;
-cerr << "Compiled: " << __DATE__ << " " << __TIME__ << endl;
 cerr << "This program is free software (GNU GPL v2 or later) and \n";
 cerr << "it comes with ABSOLUTELY NO WARRANTY.\n" << endl;
 if(argc == 1)
++ carla-gcc7.patch ++
diff --git a/source/backend/engine/CarlaEngineBridge.cpp 
b/source/backend/engine/CarlaEngineBridge.cpp
index 3d3b0da4..a7dd6dc5 100644
--- 

commit carla for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-04-06 11:02:20

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Thu Apr  6 11:02:20 2017 rev:4 rq:483014 version:1.9.7+git20170124.9ff1711b

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-03-12 
20:00:56.947658931 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-04-06 
11:02:20.981891901 +0200
@@ -1,0 +2,5 @@
+Tue Mar 28 11:08:14 UTC 2017 - o...@aepfle.de
+
+- ExclusiveArch Intel
+
+---



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.quM2Io/_old  2017-04-06 11:02:21.705789590 +0200
+++ /var/tmp/diff_new_pack.quM2Io/_new  2017-04-06 11:02:21.705789590 +0200
@@ -28,6 +28,7 @@
 Summary:An audio plugin host
 License:GPL-2.0+
 Group:  Productivity/Multimedia/Sound/Utilities
+ExclusiveArch:  %ix86 x86_64
 Url:http://kxstudio.sourceforge.net/cadence
 Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build




commit carla for openSUSE:Factory

2017-03-12 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-03-12 20:00:52

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Sun Mar 12 20:00:52 2017 rev:3 rq:476983 version:1.9.7+git20170124.9ff1711b

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-02-27 
18:43:52.671400373 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-03-12 
20:00:56.947658931 +0100
@@ -1,0 +2,6 @@
+Fri Feb 24 17:31:57 UTC 2017 - opensuse-packag...@opensuse.org
+
+- Update to version 1.9.7+git20170124.9ff1711b:
+  * Remove (unused) usage of pyqtWrapperType
+
+---

Old:

  carla-1.9.6+git20160801.e07f144.tar.xz

New:

  carla-1.9.7+git20170124.9ff1711b.tar.xz



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.Axm1NR/_old  2017-03-12 20:00:57.763543485 +0100
+++ /var/tmp/diff_new_pack.Axm1NR/_new  2017-03-12 20:00:57.767542919 +0100
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.6+git20160801.e07f144
+Version:1.9.7+git20170124.9ff1711b
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+

++ _service ++
--- /var/tmp/diff_new_pack.Axm1NR/_old  2017-03-12 20:00:57.815536128 +0100
+++ /var/tmp/diff_new_pack.Axm1NR/_new  2017-03-12 20:00:57.815536128 +0100
@@ -4,8 +4,8 @@
 git
 .git
carla
-1.9.6+git%cd.%h
-master
+1.9.7+git%cd.%h
+hotfix-1.9.7
 enable   
   
   

++ _servicedata ++
--- /var/tmp/diff_new_pack.Axm1NR/_old  2017-03-12 20:00:57.839532733 +0100
+++ /var/tmp/diff_new_pack.Axm1NR/_new  2017-03-12 20:00:57.839532733 +0100
@@ -1,6 +1,6 @@
 

https://github.com/falkTX/Carla.git
-   e07f144bdcd11d95c8d3fa125d9c4f7e55022c77
+   9ff1711b8fdf0acb4608498463ed4608889ead1e

-
+
\ No newline at end of file

++ carla-1.9.6+git20160801.e07f144.tar.xz -> 
carla-1.9.7+git20170124.9ff1711b.tar.xz ++
/work/SRC/openSUSE:Factory/carla/carla-1.9.6+git20160801.e07f144.tar.xz 
/work/SRC/openSUSE:Factory/.carla.new/carla-1.9.7+git20170124.9ff1711b.tar.xz 
differ: char 25, line 1




commit carla for openSUSE:Factory

2017-02-27 Thread root
Hello community,

here is the log from the commit of package carla for openSUSE:Factory checked 
in at 2017-02-27 18:43:51

Comparing /work/SRC/openSUSE:Factory/carla (Old)
 and  /work/SRC/openSUSE:Factory/.carla.new (New)


Package is "carla"

Changes:

--- /work/SRC/openSUSE:Factory/carla/carla.changes  2017-02-05 
19:52:35.004298967 +0100
+++ /work/SRC/openSUSE:Factory/.carla.new/carla.changes 2017-02-27 
18:43:52.671400373 +0100
@@ -1,0 +2,17 @@
+Sun Feb  5 18:28:55 UTC 2017 - jeng...@inai.de
+
+- Trim irrelevant parts from description
+
+---
+Tue Jan 17 08:30:49 UTC 2017 - o...@aepfle.de
+
+- change mode from localonly to disabled in _service
+- fix build on nonx86
+
+---
+Mon Aug 15 09:42:36 UTC 2016 - o...@aepfle.de
+
+- Update to 1.9.6+git20160801.e07f144
+  + Fix build with gcc6
+
+---

Old:

  carla-1.9.6+git20160305.f8933f9.tar.xz

New:

  carla-1.9.6+git20160801.e07f144.tar.xz



Other differences:
--
++ carla.spec ++
--- /var/tmp/diff_new_pack.xkoseQ/_old  2017-02-27 18:43:53.387299252 +0100
+++ /var/tmp/diff_new_pack.xkoseQ/_new  2017-02-27 18:43:53.391298687 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package carla
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -23,7 +23,7 @@
 %bcond_without rdflib
 %endif
 Name:   carla
-Version:1.9.6+git20160305.f8933f9
+Version:1.9.6+git20160801.e07f144
 Release:0
 Summary:An audio plugin host
 License:GPL-2.0+
@@ -38,8 +38,8 @@
 
 %if %{defined fedora}
 BuildRequires:  pulseaudio-libs-devel
-BuildRequires:  qt5-qtbase-devel
 BuildRequires:  python3-PyQt4-devel
+BuildRequires:  qt5-qtbase-devel
 %else
 BuildRequires:  libpulse-devel
 BuildRequires:  libqt5-qtbase-devel
@@ -66,6 +66,7 @@
 BuildRequires:  gtk3-devel
 BuildRequires:  libX11-devel
 # for extra samplers support
+BuildRequires:  libgig-devel
 BuildRequires:  liblinuxsampler-devel
 BuildRequires:  liblo-devel
 BuildRequires:  libqt4-devel
@@ -73,33 +74,28 @@
 BuildRequires:  pkg-config
 
 %description
- Carla is an audio plugin host, with support for many audio drivers and plugin 
formats.
-It has some nice features like automation of parameters via MIDI CC and full 
OSC control.
-Currently supports LADSPA, DSSI, LV2, VST2/3 and AU plugin formats, plus GIG, 
SF2 and SFZ
-sounds banks.
-
-THIS IS A BETA RELEASE!
-
-1. Carla-Control is not available in the 2.0-beta versions yet
-2. Linux release has support for bridging Window plugins using Wine (32bit and 
64bit)
-3. Linux 32bit release will not load 64bit plugins even if ran on a 64bit 
system
-4. MacOS release is 64bit only but it can load 32bit plugins
-5. Windows builds do not support bridges (ie, 32bit plugins on a 64bit Carla) 
or Carla as a plugin
+Carla is an audio plugin host, with support for many audio drivers
+and plugin formats. It features automation of parameters via MIDI CC
+and full OSC control. It currently supports LADSPA, DSSI, LV2, VST2/3
+and AU plugin formats, plus GIG, SF2 and SFZ sounds banks.
+It futher supports bridging Window plugins using Wine.
 
 %package devel
-Summary:Header files to access Carlas API
-Group:  Development/Libraries
+Summary:Header files to access Carla's API
+Group:  Development/Libraries/C and C++
 BuildRequires:  pkg-config
 
 %description devel
-This package contains header files needed when writing software using Carla 
several APIs.
+This package contains header files needed when writing software using
+Carla's several APIs.
 
 %package vst
-Summary:CarlaRack and CarlaPatchbay vst plugins
+Summary:CarlaRack and CarlaPatchbay VST plugins
 Group:  Productivity/Multimedia/Sound/Utilities
 
 %description vst
-Carla vst plugins including CarlaPatchbayFX, CarlaPatchbay, CarlaRackFX, 
CarlaRack
+This package contanis Carla VST plugins, including CarlaPatchbayFX,
+CarlaPatchbay, CarlaRackFX, and CarlaRack.
 
 %prep
 %setup -q
@@ -114,12 +110,21 @@
 sed -i 's:pyuic4:py3uic4:' Makefile
 sed -i 's:wildcard /:wildcard $(DESTDIR)/:' Makefile
 %endif
-make %{?_smp_mflags} features
+make \
+%ifnarch %ix86 x86_64
+   BASE_OPTS= \
+%endif
+   %{?_smp_mflags} \
+   features
 
 # bulding with high -j numbers often results in build failures, thus we're 
disabling _smp_flags for now 
 %if 0%{?suse_version} > 1310
 # make