Hello community,

here is the log from the commit of package qtractor for openSUSE:Factory 
checked in at 2014-01-03 19:51:29
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-09-23 
11:17:57.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes   2014-01-03 
19:51:30.000000000 +0100
@@ -1,0 +2,74 @@
+Fri Jan 03 10:24:52 UTC 2014 - pascal.ble...@opensuse.org
+
+- package changes:
+  * removed patch, merged upstream: qtractor-0.5.10-cflags.patch
+  * added patch: qtractor-remove_path_from_exec_in_desktop_file.patch
+    (fixes warning in build because the .desktop file uses the fully-qualified
+    path to /usr/bin/qtractor)
+
+- update to 0.5.12:
+  * fixed another off-by-one MIDI plugin chain timing bug, delaying the actual
+    playback of the first MIDI event, whenever it started at the same and as
+    long as the initial play-head position
+  * a new LV2 host convention is in effect on plugins that expose multiple
+    AtomPort's in either direction: only the first input or output declared
+    AtomPort is eligible to convey regular MIDI data events
+  * zooming with shift/ctrl+mouse-wheel and pointing over the main tracks view
+    or MIDI clip editor time ruler header's now fixed
+  * a rare freezing loop condition has been fixed on the oldest of MIDI file
+    save/write routines
+  * copy/paste now preserving clip names
+  * scaling of whole tempo map with a given factor has been added, through a
+    spin-box and button in Tempo Map / Markers dialog
+  * when issued from main tracks view (ie. Clip/Tools menu) MIDI clip tools are
+    now a bit more crash-resilient re. undo/redo- ability
+  * session auto-save / crash-recovery support is now on trial as in
+    View/Options.../General/Session/Auto-save current working session every 10
+    minutes (default on)
+  * plugin-list chain context-menu now includes MIDI instrument audio output
+    options to existing non-dedicated output buses, any other than the previous
+    hard-wired default (eg. Master)
+  * tracks export now allows for the mix-down/merge of multiple audio/MIDI
+    output buses (Track/Export Tracks)
+  * when adding new tracks, try preserving the last selected bus names, while
+    not the default Master ones
+  * brand new thumb-(over)view toolbar widget added to MIDI clip editor window
+    (aka. piano-roll overview)
+  * general MIDI RPN/NRPN 14-bit controller support is now being introduced on
+    real-time MIDI input parsing, on standard MIDI file I/O, on MIDI Controller
+    options and, of course, on MIDI clip and event list editor
+
+- changes from 0.5.11
+  * adding a track now inserts it after the current one, if any; one can also
+    drag and move a track below the last one in the track list (main view left
+    pane)
+  * extended Edit/Select Mode/Automation: multi-selection mode, cut, copy,
+    paste and delete of current track's automation curve nodes, now reached
+    implementation ready status
+  * another old silent bug bites the dust: changing track names were dropping
+    any track gain/volume and panning automation curves when saving the session
+  * a primeval processing bug has been sorted out: aux-sends to audio output
+    buses that just appear to be after the input bus where they're inserted
+    were being left muted and silent
+  * fixed a sure crash bug exposed when processing of aux-send plugins when
+    inserted too early on audio input buses chain
+  * Shift/Ctrl keyboard modifiers now set to extend current clip selection
+    while in main track view's Edit/Select Mode/Range, Rectangle modes
+  * main Edit/Select Mode/Automation icon retouched to look a bit more obvious
+    and intuitive, hopefully
+  * allow to change the velocities/values of the current selected events which
+    have the exact same onset times and hide beyhond each other on the MIDI
+    clip editor's pane below the main view piano-roll (ie. the one that
+    represents MIDI event values as a bar chart)
+  * fixed some problematic playback/export muting and annoying cleanup
+    freezing, due on audio tracks with too many clips eg. more than hundred
+    clip splits
+  * LV2 UI resize feature support/control added
+  * fixed dedicated MIDI control and MIDI metronome port connection restore
+    conflict
+  * new user preference option added: reverse middle-button role to Shift/Ctrl
+    keyboard state, in special regard to edit-head/tail vs. play-head
+    positioning while on the main track and MIDI clip editor (aka. piano-roll)
+    views
+
+-------------------------------------------------------------------

Old:
----
  qtractor-0.5.10-cflags.patch
  qtractor-0.5.10.tar.gz

New:
----
  qtractor-0.5.12.tar.gz
  qtractor-remove_path_from_exec_in_desktop_file.patch

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

Other differences:
------------------
++++++ qtractor.spec ++++++
--- /var/tmp/diff_new_pack.798WNJ/_old  2014-01-03 19:51:31.000000000 +0100
+++ /var/tmp/diff_new_pack.798WNJ/_new  2014-01-03 19:51:31.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qtractor
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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.5.10
+Version:        0.5.12
 Release:        0
 Summary:        An Audio/MIDI multi-track sequencer
 License:        GPL-2.0+
@@ -25,7 +25,7 @@
 Url:            http://qtractor.sourceforge.net/
 Source:         
http://prdownloads.sourceforge.net/qtractor/qtractor-%{version}.tar.gz
 Patch0:         %{name}-nodatetime.patch
-Patch1:         qtractor-0.5.10-cflags.patch
+Patch1:         qtractor-remove_path_from_exec_in_desktop_file.patch
 Patch2:         qtractor-powerpc.patch
 BuildRequires:  alsa-devel
 BuildRequires:  desktop-file-utils

++++++ qtractor-0.5.10.tar.gz -> qtractor-0.5.12.tar.gz ++++++
++++ 66044 lines of diff (skipped)

++++++ qtractor-remove_path_from_exec_in_desktop_file.patch ++++++
--- src/qtractor.desktop.in.orig        2014-01-03 11:33:09.602478261 +0100
+++ src/qtractor.desktop.in     2014-01-03 11:33:16.866482972 +0100
@@ -3,7 +3,7 @@
 Version=1.0
 GenericName=Multi-track Sequencer
 Comment=Qtractor is an Audio/MIDI multi-track sequencer application
-Exec=@ac_prefix@/bin/qtractor
+Exec=qtractor
 Icon=qtractor
 Categories=Audio;AudioVideo;Midi;Sequencer;X-Multitrack;X-Alsa;X-Jack;Qt;
 
MimeType=application/x-qtractor-session;application/x-qtractor-template;application/x-qtractor-archive;
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to