Hello community, here is the log from the commit of package qtractor for openSUSE:Factory checked in at 2018-06-29 22:28:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/qtractor (Old) and /work/SRC/openSUSE:Factory/.qtractor.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "qtractor" Fri Jun 29 22:28:53 2018 rev:48 rq:617527 version:0.9.1 Changes: -------- --- /work/SRC/openSUSE:Factory/qtractor/qtractor.changes 2017-12-09 20:30:58.911564212 +0100 +++ /work/SRC/openSUSE:Factory/.qtractor.new/qtractor.changes 2018-06-29 22:29:00.382365146 +0200 @@ -1,0 +2,28 @@ +Mon Jun 11 15:25:32 UTC 2018 - [email protected] + +- Update to release 0.9.1 +- Fixes build against latest qt5 with qtractor-QAction.patch. +- Upstream changes: + *Displaying MIDI note(on) events as diamonds instead + of simple rectangles (aka. Drum Mode) is now being + introduced as an optional MIDI track property (Drums) + and as a MIDI clip editor (piano-roll) visual option + (cf. View/Drum Mode). + *Extended multi-selection is now supported on all the + Connections client/port lists, allowing for multiple + (dis)connections at once. + *Added LV2 UI sample-rate option support. + *Always reset all internal dedicated MIDI controllers, + eg. MIDI track volume (CC#7) and panning (CC#10), on + Transport/Panic and after rendering export to aud1io + (ie. Track/Export Tracks/Audio...) as needed to reset + MIDI instrument plugins to nominal session state. + *Fix, detect and preserve MIDI Bank-select method across + MIDI track/clips editing operations. + *Fixed MIDI track and clip note min/max display range + while recording and also when duplicating tracks. + *Added "All files (*.*)" filter to every file requestor + dialog, wherever missing. + *The tiny zoom-magnifier icons have been revamped. + +------------------------------------------------------------------- Old: ---- qtractor-0.8.5.tar.gz New: ---- qtractor-0.9.1.tar.gz qtractor-QAction.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ qtractor.spec ++++++ --- /var/tmp/diff_new_pack.0TVk4c/_old 2018-06-29 22:29:02.138363811 +0200 +++ /var/tmp/diff_new_pack.0TVk4c/_new 2018-06-29 22:29:02.138363811 +0200 @@ -1,7 +1,7 @@ # # spec file for package qtractor # -# 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 @@ -17,15 +17,16 @@ Name: qtractor -Version: 0.8.5 +Version: 0.9.1 Release: 0 Summary: An Audio/MIDI multi-track sequencer -License: GPL-2.0+ +License: GPL-2.0-or-later Group: Productivity/Multimedia/Sound/Editors and Convertors Url: http://qtractor.org/ Source0: https://downloads.sourceforge.net/project/qtractor/qtractor/%{version}/qtractor-%{version}.tar.gz # PATCH-{FIX}-{OPENSUSE} qtractor-powerpc.patch [email protected] -- Fix build on ppc Patch2: qtractor-powerpc.patch +Patch3: qtractor-QAction.patch BuildRequires: alsa-devel BuildRequires: desktop-file-utils BuildRequires: dssi-devel @@ -63,6 +64,7 @@ %prep %setup -q %patch2 +%patch3 %build %configure ++++++ qtractor-0.8.5.tar.gz -> qtractor-0.9.1.tar.gz ++++++ ++++ 91934 lines of diff (skipped) ++++++ qtractor-QAction.patch ++++++ From: Dave Plater <[email protected]> Date: 2018-06-18 16:14:22 +0200 Subject: QAction now needs to be explicitly included References: opensuse packaging list. Upstream: to be submitted Index: src/qtractorMeter.h =================================================================== --- src/qtractorMeter.h.orig 2018-05-29 16:01:11.000000000 +0200 +++ src/qtractorMeter.h 2018-06-18 16:04:57.708549947 +0200 @@ -23,6 +23,7 @@ #define __qtractorMeter_h #include <QFrame> +#include <QAction> // Forward declarations. Index: src/qtractorTrackButton.h =================================================================== --- src/qtractorTrackButton.h.orig 2018-05-29 16:01:11.000000000 +0200 +++ src/qtractorTrackButton.h 2018-06-18 16:11:47.823153118 +0200 @@ -28,6 +28,7 @@ #include "qtractorObserverWidget.h" +#include <QAction> //---------------------------------------------------------------------------- // qtractorMidiControlButton -- MIDI controller observer tool button.
