File carla.changes of Package carla

-------------------------------------------------------------------
Mon Sep 28 14:52:01 UTC 2020 - Dave Plater <davejplater@gmail.com>

- Enabled liblo for Tumbleweed.

-------------------------------------------------------------------
Sat Sep 26 08:52:16 UTC 2020 - Dave Plater <davejplater@gmail.com>

- Disable liblo until python-pyliblo is on the way to Tumbleweed
  see boo#1177001

-------------------------------------------------------------------
Thu Aug 20 08:33:09 UTC 2020 - Martin Liška <mliska@suse.cz>

- Use memoryperjob constraint instead of %limit_build macro.

-------------------------------------------------------------------
Thu Jun 25 11:22:38 UTC 2020 - Bernhard Wiedemann <bwiedemann@suse.com>

- Link .exe files with --no-insert-timestamp option
  to make package build reproducible (boo#1041534)

-------------------------------------------------------------------
Fri Jun 12 10:23:37 UTC 2020 - davejplater@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 <davejplater@gmail.com>

- 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 <davejplater@gmail.com>

- Use service file to remove data/windows directory from tarball.

-------------------------------------------------------------------
Wed Apr 22 12:56:21 UTC 2020 - Dave Plater <davejplater@gmail.com>

- Update license field and added bsd-2-clause.txt

-------------------------------------------------------------------
Thu Apr 16 09:53:23 UTC 2020 - Edgar Aichinger <edogawa@aon.at>

- 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 <davejplater@gmail.com>

- 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&drop 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 <davejplater@gmail.com>

- Add %post message carla-warning.

-------------------------------------------------------------------
Fri Mar 27 10:02:24 UTC 2020 - Dave Plater <davejplater@gmail.com>

- 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

-------------------------------------------------------------------
Mon Dec  9 12:47:15 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

- Add 0001-Place-Qt-stuff-outside-of-custom-namespace.patch to fix
  build with GCC9.
- Run spec-cleaner

-------------------------------------------------------------------
Tue Apr 30 07:12:42 UTC 2019 - Edgar Aichinger <edogawa@aon.at>

- update to 2.0.0

-------------------------------------------------------------------
Mon Apr  1 15:48:31 UTC 2019 - Christophe Giboudeaux <christophe@krop.fr>

- Remove the Qt4 support. Qt4 will be removed from factory soon.

-------------------------------------------------------------------
Fri Mar 15 08:01:44 UTC 2019 - Edgar Aichinger <edogawa@aon.at>

- Reverted %description to previous state

-------------------------------------------------------------------
Mon Mar 11 14:12:23 UTC 2019 - Edgar Aichinger <edogawa@aon.at>

- update to 2.0-RC4 (aka 1.9.14)

-------------------------------------------------------------------
Tue Nov 27 09:24:27 UTC 2018 - Edgar Aichinger <edogawa@aon.at>

- spec: update application URL
- spec, package meta: update description

-------------------------------------------------------------------
Wed Nov 14 18:01:00 UTC 2018 - Edgar Aichinger <edogawa@aon.at>

- spec: define provides-exclude for internal libjack.so.0

-------------------------------------------------------------------
Mon Nov 12 11:28:46 UTC 2018 - Edgar Aichinger <edogawa@aon.at>

- 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 <edogawa@aon.at>

- updated to 2.0-RC2 (aka 1.9.12)
  * reenabled fluidsynth support
  
-------------------------------------------------------------------
Thu Sep 27 11:42:26 UTC 2018 - Edgar Aichinger <edogawa@aon.at>

- 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 - edogawa@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-packaging@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

-------------------------------------------------------------------
Wed Feb 28 10:19:22 UTC 2018 - dimstar@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).

-------------------------------------------------------------------
Mon Nov 20 15:09:15 UTC 2017 - edogawa@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 - edogawa@aon.at

- Update to version 1.9.7+git20171111.5b97ec1e
  * removed carla-buildcompare.patch, not needed anymore
  * updated carla-systemlibs.patch so it applies to current source

-------------------------------------------------------------------
Fri Aug 11 08:04:58 UTC 2017 - edogawa@aon.at

- remove carla-gcc7.patch - being a failed attempt to fix 32bit compilation

-------------------------------------------------------------------
Thu Aug 10 09:42:41 UTC 2017 - olaf@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 - olaf@aepfle.de

- Remove override of pyuic4

-------------------------------------------------------------------
Tue Mar 28 11:08:14 UTC 2017 - olaf@aepfle.de

- ExclusiveArch Intel

-------------------------------------------------------------------
Fri Feb 24 17:31:57 UTC 2017 - opensuse-packaging@opensuse.org

- Update to version 1.9.7+git20170124.9ff1711b:
  * Remove (unused) usage of pyqtWrapperType

-------------------------------------------------------------------
Sun Feb  5 18:28:55 UTC 2017 - jengelh@inai.de

- Trim irrelevant parts from description

-------------------------------------------------------------------
Tue Jan 17 08:30:49 UTC 2017 - olaf@aepfle.de

- change mode from localonly to disabled in _service
- fix build on nonx86

-------------------------------------------------------------------
Mon Aug 15 09:42:36 UTC 2016 - olaf@aepfle.de

- Update to 1.9.6+git20160801.e07f144
  + Fix build with gcc6

-------------------------------------------------------------------
Mon Mar 07 09:43:10 UTC 2016 - edogawa@aon.at

- Update to version 1.9.6+git20160305.f8933f9:
  + Update zynaddsubfx
  + Add carla-patchbay-vst 16 channel variant
  + Give a name to the patchbay internal ports; Cleanup
  + Add ZebraHZ to the list of u-he workarounds
  + Try to avoid denormals for plugin bridges
  + Fix build
  + Update juce
  + Fix for nasty&weird mingw compiler error
  + Update zynaddsubfx Fixes #368
  + Remove mverb as internal plugin Having GPLv3 as license makes carla itself GPLv3. Let's keep Carla at GPLv2+ please :) (a single simple plugin is not worth the "upgrade")
  + Update DPF based modules
  + Update DPF based plugins (only minor misc changes)

-------------------------------------------------------------------
Sat Jan 30 22:24:28 UTC 2016 - edogawa@aon.at

- some more spec file cleanup
  + removed unneeded buildreqs and reordered the remaining ones for readability

-------------------------------------------------------------------
Sat Jan 30 03:26:11 UTC 2016 - rpm@fthiessen.de

- Added bcond (conditional build) for python3-qt4/5 and rdflib
  + Fixes build with openSUSE 13.1 and openSUSE Leap 42.1
- General spec file cleanup
- Update to version 1.9.6+git20160124.544f0fc:
  + Implement discovery for ':all' used in last commit
  + Some minor changes needed for bridged AU plugins
  + Don't use unneeded functions in discovery, fixes windows build
  + Ignore uniqueIds for LV2 plugins
  + Use plugin audio port names in bridge mode Fixes #344
  + Avoid calling jack1's bad set_thread_init_callback Fixes #337
  + Increase the maximum allowed per-atom size
  + Don't write atom to ringbuffer after it fails the initial data
  + Find plugin binary when saved filename doesn't exist

-------------------------------------------------------------------
Tue Jan 12 13:45:56 UTC 2016 - edogawa@aon.at

- updated to version 1.9.6.git.2016.01.02

-------------------------------------------------------------------
Tue Mar 31 13:15:07 UTC 2015 - edogawa@aon.at

- updated to 2.0-beta4

-------------------------------------------------------------------
Sat Jan 10 14:28:46 UTC 2015 - edogawa@aon.at

- initial package (version 2.0-beta3)

openSUSE Build Service is sponsored by