Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2015-04-07 09:29:38
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtractor (Old)
 and      /work/SRC/openSUSE:Factory/.qtractor.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtractor"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes        2014-09-28 
19:54:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2015-04-07 
09:29:39.000000000 +0200
@@ -1,0 +2,85 @@
+Sat Apr  4 12:57:12 UTC 2015 - [email protected]
+
+- update to 0.6.6:
+  * MIDI clip record/reopen to/from SMF format 0 has been fixed.
+  * LV2 and VST plugins GUI editor widget position is preserved
+    across hide/show cycles.
+  * Added application description as freedesktop.org's AppData.
+  * Added a "Don't ask this again" prompt option to zip/archive
+    extrated directory removal/replace warning messages.
+  * MIDI clip editor (aka. piano-roll) gets lingering notes
+    properly shown while on record/overdubbing.
+  * Current highlighted client/port connections are now drawn
+    with thicker connector lines.
+  * Fixing segfaults due to QClipboard::mimeData() returning an
+    invalid null pointer while on Qt5 and Weston.
+  * Return of an old hack/fix for some native VST plugins with
+    GUI editor, on whether to skip the explicit shared library
+    unloading on close and thus avoid some mysterious crashes
+    on session and/or application exit.
+  * Force reset of plugin selection list when any of the plugin
+    search paths change (in View/Options.../Plugins/Paths).
+  * Recursive VST plugin search is now in effect for inventory
+    and discovery on path sub-directories (VST only).
+  * Non-dummy scannig for regular VST, non-shell plugins, were
+    doomed to infinite-loop freezes on discovery, now fixed.
+- changes from 0.6.5:
+  * Connections lines now drawn with anti-aliasing; connections
+    splitter handles width is now reduced; the MIDI connections
+    splitter pane sizes are now saved and restored properly.
+  * Extended multi-selection is now featured on the track-list
+    (main left-pane), primarily allowing for group mute/solo
+    (and monitor) switching.
+  * Track-list (left pane) header column widths are now saved
+    and made persistent across application power cycle (double
+    -click reverts to the old original default).
+  * Minor fixes on the MIDI clip event list editor, also making
+    sure the current event is visible on the piano-roll view.
+  * As long to prevent asynchronous mistakes to JACK transport
+    state changes, an internal slack-delay is now introduced
+    after self-initiated transport commands (eg. start/stop).
+  * The MIDI clip editor (aka. piano-roll) was missing to
+    clear or reset the current selection when no shift/ctrl
+    keyboard modifier is in effect.
+  * VST-shell sub-plugins are now supported (as suggested by
+    abique aka. Alexandre Bique, thanks).
+  * MIDI clip record/overdubbing is now possible (Clip/Record
+    on the main menu or File/Record from the MIDI clip editor.
+  * Make sure some audio sample file encodings (eg. old Ogg
+    Vorbis) does not head-start on audio peak generation.
+- changes from 0.6.4:
+  * Fixed some old loop-recording clip drawing glitches.
+  * Current assigned track/channel instrument definition
+    names for MIDI controllers, note keys, RPN and NRPN,
+    are now in effect on the MIDI clip editor drop-down
+    lists, whether available.
+  * Clip/Take/Range... input dialog values are now properly
+    sanitized as long to prevent invalid take/folding ranges.
+  * Audio capture/export file type default now set to "wav".
+  * Extending punch-in/out over loop-recording/takes modes.
+  * Make audio tracks monitoring always flow while playback
+    is rolling, independently of their mute/solo state.
+  * Fixed undo/redo conversion of audio clip offsets under
+    (automatic) time-stretching eg. due on tempo changes.
+    (ticket by Holger Marzen, thanks).
+  * Latch/momentary MIDI Controllers toggle mode introduced
+    (a request by AutoStatic aka. Jeremy Jongepier, thanks).
+  * JACK client/port pretty-name (metadata) support is being
+    seamlessly introduced. (EXPERIMENTAL)
+  * Audio frame/MIDI time drift correction is now an option on
+    View/Options.../MIDI/Playback/Enable MIDI queue time drift
+    correction.
+  * Transport auto-backward feature now honoring last position
+    playback was started.
+  * Introducing brand new application user preferences on
+    View/Options.../Display/Options/Custom style and color
+    themes (eg. "KXStudio", by Filipe Coelho aka. falkTX).
+  * Mixer widget gets automatic multi-row strip layout.
+  * Clip fade-in/out now follows time-stretch resizing, via
+    shift/ctrl+click and drag one of its edges.
+  * Fixed a typo causing FTBFS when VST plug-in support is
+    explicity disabled (./configure --disable-vst).
+- refresh qtractor-nodatetime.patch: line numbers changed
+- add qtractor.appdata.xml to the package
+
+-------------------------------------------------------------------

Old:
----
  qtractor-0.6.3.tar.gz

New:
----
  qtractor-0.6.6.tar.gz

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

Other differences:
------------------
++++++ qtractor.spec ++++++
--- /var/tmp/diff_new_pack.HSngUi/_old  2015-04-07 09:29:39.000000000 +0200
+++ /var/tmp/diff_new_pack.HSngUi/_new  2015-04-07 09:29:39.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qtractor
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -17,7 +17,7 @@
 
 
 Name:           qtractor
-Version:        0.6.3
+Version:        0.6.6
 Release:        0
 Summary:        An Audio/MIDI multi-track sequencer
 License:        GPL-2.0+
@@ -101,5 +101,7 @@
 %{_datadir}/icons/*/*/mimetypes/application-x-%{name}-*.*
 %{_datadir}/mime/packages/%{name}.xml
 %{_datadir}/man/man1/%{name}.1.gz
+%dir %{_datadir}/appdata/
+%{_datadir}/appdata/%{name}.appdata.xml
 
 %changelog

++++++ qtractor-0.6.3.tar.gz -> qtractor-0.6.6.tar.gz ++++++
++++ 85058 lines of diff (skipped)

++++++ qtractor-nodatetime.patch ++++++
--- /var/tmp/diff_new_pack.HSngUi/_old  2015-04-07 09:29:40.000000000 +0200
+++ /var/tmp/diff_new_pack.HSngUi/_new  2015-04-07 09:29:40.000000000 +0200
@@ -2,7 +2,7 @@
 ===================================================================
 --- src/qtractorMainForm.cpp.orig
 +++ src/qtractorMainForm.cpp
-@@ -5384,7 +5384,7 @@ void qtractorMainForm::helpAbout (void)
+@@ -5443,7 +5443,7 @@ void qtractorMainForm::helpAbout (void)
        sText += "<b>" QTRACTOR_TITLE " - " + tr(QTRACTOR_SUBTITLE) + "</b><br 
/>\n";
        sText += "<br />\n";
        sText += tr("Version") + ": <b>" QTRACTOR_VERSION "</b><br />\n";


Reply via email to