Hello community,
here is the log from the commit of package sonic-visualiser for
openSUSE:Factory checked in at 2019-11-03 12:22:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonic-visualiser (Old)
and /work/SRC/openSUSE:Factory/.sonic-visualiser.new.2990 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sonic-visualiser"
Sun Nov 3 12:22:34 2019 rev:8 rq:744893 version:4.0
Changes:
--------
--- /work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser.changes
2019-02-24 17:13:55.756466275 +0100
+++
/work/SRC/openSUSE:Factory/.sonic-visualiser.new.2990/sonic-visualiser.changes
2019-11-03 12:22:35.845392815 +0100
@@ -1,0 +2,34 @@
+Thu Oct 31 19:43:38 UTC 2019 - Edgar Aichinger <[email protected]>
+
+- Update to version 4.0
+ * Add Box annotation layer type, typically used for time-frequency boxes
+ to be annotated over a spectrogram. Because this introduces a new layer
+ type into the session file format, the major version number has been
+ bumped to v4.0. Sessions saved from v4.0 can still be opened in earlier
+ versions of Sonic Visualiser, but any Box layers will not be loaded
+ * Fix behaviour of auto-align layers on top of waveform: they can now be
+ aligned in the vertical scale, if they have a unit of V and the waveform
+ is of a single channel in linear or dB mode
+ * Make the UI more readable in macOS "dark mode"
+ * Fix sluggishness in starting and stopping playback when using PulseAudio
+ v13.0+
+ Changes in version 3.3
+ * Add support for reading the Opus audio codec on all platforms
+ * Add support for WMA and AAC formats on 64-bit Windows. (AAC was already
+ supported on macOS.) Note that AAC support on Windows does not support
+ "gapless" import, i.e. removing the encoder gaps at start and end of
+ the stream
+ * Add ability to choose the field separator when importing CSV and
+ CSV-like files, if more than one possible candidate separator is
+ found in the file
+ * Fix crash when closing session or starting a new session while
+ calculating alignment of multiple audio files
+ * Fix crash when running certain plugins that call for frequency-domain
+ input at non-power-of-two block sizes
+ * Fix wandering left edge of measure-tool rectangle while dragging out
+ the area
+ * Ensure that plugin stderr debug output is logged to the SV log file
+
+- Refreshed sonic-visualiser-system-dataquay.patch
+
+-------------------------------------------------------------------
Old:
----
sonic-visualiser-3.2.1.tar.gz
New:
----
sonic-visualiser-4.0.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sonic-visualiser.spec ++++++
--- /var/tmp/diff_new_pack.WLSkAA/_old 2019-11-03 12:22:36.857394077 +0100
+++ /var/tmp/diff_new_pack.WLSkAA/_new 2019-11-03 12:22:36.861394082 +0100
@@ -21,13 +21,13 @@
Name: sonic-visualiser
-Version: 3.2.1
+Version: 4.0
Release: 0
Summary: A program for viewing and analysing contents of audio files
License: GPL-2.0-or-later
Group: Productivity/Multimedia/Sound/Utilities
URL: http://www.sonicvisualiser.org/
-Source:
https://code.soundsoftware.ac.uk/attachments/download/2434/%{name}-%{version}.tar.gz
+Source:
https://code.soundsoftware.ac.uk/attachments/download/2580/%{name}-%{version}.tar.gz
Source2: %{name}.xml
# PATCH-FIX-OPENSUSE sonic-visualiser-system-dataquay.patch [email protected] --
force use of system libdataquay
Patch2: sonic-visualiser-system-dataquay.patch
@@ -70,6 +70,7 @@
BuildRequires: pkgconfig(mad)
BuildRequires: pkgconfig(ogg)
BuildRequires: pkgconfig(oggz) >= 0.9.5
+BuildRequires: pkgconfig(opusfile)
BuildRequires: pkgconfig(raptor2) >= 2.0.4
BuildRequires: pkgconfig(rasqal)
BuildRequires: pkgconfig(redland) >= 1.0.14
@@ -137,6 +138,9 @@
%install
make INSTALL_ROOT=%{buildroot} install
+# fix executable bit for helper programs
+chmod +x %{buildroot}%{_bindir}/*vamp-*
+
# plugin dir
install -dm 755 %{buildroot}%{_libdir}/vamp
++++++ sonic-visualiser-3.2.1.tar.gz -> sonic-visualiser-4.0.tar.gz ++++++
/work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser-3.2.1.tar.gz
/work/SRC/openSUSE:Factory/.sonic-visualiser.new.2990/sonic-visualiser-4.0.tar.gz
differ: char 12, line 1
++++++ sonic-visualiser-system-dataquay.patch ++++++
--- /var/tmp/diff_new_pack.WLSkAA/_old 2019-11-03 12:22:36.885394112 +0100
+++ /var/tmp/diff_new_pack.WLSkAA/_new 2019-11-03 12:22:36.889394117 +0100
@@ -1,7 +1,7 @@
-diff -ru sonic-visualiser-3.2.1.orig/base.pri sonic-visualiser-3.2.1/base.pri
---- sonic-visualiser-3.2.1.orig/base.pri 2019-01-08 23:32:16.000000000
+1000
-+++ sonic-visualiser-3.2.1/base.pri 2019-01-29 16:54:56.629040014 +1000
-@@ -10,8 +10,6 @@
+diff -up sonic-visualiser-4.0/base.pri.orig sonic-visualiser-4.0/base.pri
+--- sonic-visualiser-4.0/base.pri.orig 2019-10-25 15:33:19.000000000 +0200
++++ sonic-visualiser-4.0/base.pri 2019-10-31 20:53:54.332216673 +0100
+@@ -13,8 +13,6 @@ SV_INCLUDEPATH = \
piper-vamp-cpp \
checker \
checker/checker \
@@ -10,19 +10,19 @@
svcore \
svcore/data \
svcore/plugin/api/alsa \
-@@ -37,5 +35,7 @@
- linux*: DEFINES += USE_PTHREADS
- macx*: DEFINES += USE_PTHREADS
+@@ -34,4 +32,7 @@ solaris*: DEFINES += __RTMIDI_DUMMY_ONLY
+ # Defines for Dataquay
+ DEFINES += USE_SORD
-CONFIG += qt thread warn_on stl rtti exceptions
+CONFIG += qt thread warn_on stl rtti exceptions link_pkgconfig
+PKGCONFIG += dataquay
+
-
-diff -ru sonic-visualiser-3.2.1.orig/base.pro sonic-visualiser-3.2.1/base.pro
---- sonic-visualiser-3.2.1.orig/base.pro 2019-01-08 23:32:16.000000000
+1000
-+++ sonic-visualiser-3.2.1/base.pro 2019-01-29 16:55:41.372963481 +1000
-@@ -29,9 +29,6 @@
++
+diff -up sonic-visualiser-4.0/base.pro.orig sonic-visualiser-4.0/base.pro
+--- sonic-visualiser-4.0/base.pro.orig 2019-10-25 15:33:19.000000000 +0200
++++ sonic-visualiser-4.0/base.pro 2019-10-31 20:55:24.020542156 +0100
+@@ -29,9 +29,6 @@ include(vamp-plugin-sdk-files.pri)
include(svcore/files.pri)
include(capnp-regen.pri)
@@ -32,7 +32,7 @@
CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES)
CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS)
-@@ -43,9 +40,6 @@
+@@ -43,9 +40,6 @@ for (file, BQ_HEADERS) { HEADERS +
for (file, VAMP_SOURCES) { SOURCES += $$file }
for (file, VAMP_HEADERS) { HEADERS += $$file }