Hello community,

here is the log from the commit of package sonic-visualiser for 
openSUSE:Factory checked in at 2019-02-24 17:13:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sonic-visualiser (Old)
 and      /work/SRC/openSUSE:Factory/.sonic-visualiser.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sonic-visualiser"

Sun Feb 24 17:13:53 2019 rev:7 rq:672835 version:3.2.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/sonic-visualiser/sonic-visualiser.changes        
2018-10-29 14:28:11.976580789 +0100
+++ 
/work/SRC/openSUSE:Factory/.sonic-visualiser.new.28833/sonic-visualiser.changes 
    2019-02-24 17:13:55.756466275 +0100
@@ -1,0 +2,27 @@
+Wed Jan 30 07:02:28 UTC 2019 - Konstantin Voinov <[email protected]>
+
+- Update to version  3.2.1
+ * Fix failure to record from built-in microphone on macOS 10.14
+   (caused by lack of microphone permission request text)
+ * Fix crash when closing SV or starting a new session during recording
+ * Fix crash on exit in some builds that disable OSC support
+ * Fix flashing effect when scrolling certain configurations of colour 3d
+   plot layer leftwards
+ Changes in version 3.2
+ * Add ability to zoom closer than one sample per pixel, so as to see
+   the interpolated signal level between samples
+ * Add oversampling control to the spectrogram and spectrum layers
+ * Highlight and label frequency peaks in the spectrum as the mouse
+   rolls over them, when enabled in the parameter area
+ * Add feature to convert and import audio from a CSV data file
+ * Add some new colour maps, and restore the old Blue on Black one
+ * Speed up spectrum rendering at high resolutions
+ * Fix failure to pass Nyquist bins correctly to
+   frequency-domain-input Vamp plugins in some circumstances
+ * Fix sometimes incorrect shortcut associations for new-layer menu
+   items
+ * Various other rendering improvements and bug fixes
+
+- Refreshed sonic-visualiser-system-dataquay.patch
+
+-------------------------------------------------------------------

Old:
----
  sonic-visualiser-3.1.1.tar.gz

New:
----
  sonic-visualiser-3.2.1.tar.gz

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

Other differences:
------------------
++++++ sonic-visualiser.spec ++++++
--- /var/tmp/diff_new_pack.EHCZtp/_old  2019-02-24 17:13:56.324466174 +0100
+++ /var/tmp/diff_new_pack.EHCZtp/_new  2019-02-24 17:13:56.328466173 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sonic-visualiser
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright (c) 2016 Tom Mbrt <[email protected]>
 # Copyright (c) 2012 Pascal Bleser <[email protected]>
 # Copyright (c) 2011 Evstifeev Roman <[email protected]>
@@ -21,13 +21,13 @@
 
 
 Name:           sonic-visualiser
-Version:        3.1.1
+Version:        3.2.1
 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/2391/%{name}-%{version}.tar.gz
+Source:         
https://code.soundsoftware.ac.uk/attachments/download/2434/%{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

++++++ sonic-visualiser-3.1.1.tar.gz -> sonic-visualiser-3.2.1.tar.gz ++++++
++++ 144062 lines of diff (skipped)

++++++ sonic-visualiser-system-dataquay.patch ++++++
--- /var/tmp/diff_new_pack.EHCZtp/_old  2019-02-24 17:13:56.884466074 +0100
+++ /var/tmp/diff_new_pack.EHCZtp/_new  2019-02-24 17:13:56.884466074 +0100
@@ -1,8 +1,28 @@
-Index: sonic-visualiser-3.1/base.pro
-===================================================================
---- sonic-visualiser-3.1.orig/base.pro
-+++ sonic-visualiser-3.1/base.pro
-@@ -29,9 +29,6 @@ include(vamp-plugin-sdk-files.pri)
+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 @@
+       piper-vamp-cpp \
+       checker \
+       checker/checker \
+-      dataquay \
+-      dataquay/dataquay \
+       svcore \
+       svcore/data \
+       svcore/plugin/api/alsa \
+@@ -37,5 +35,7 @@
+ linux*:   DEFINES += USE_PTHREADS
+ macx*:    DEFINES += USE_PTHREADS
+ 
+-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 @@
  include(svcore/files.pri)
  include(capnp-regen.pri)
  
@@ -12,7 +32,7 @@
  CHECKER_SOURCES=$$fromfile(checker/checker.pri, SOURCES)
  CHECKER_HEADERS=$$fromfile(checker/checker.pri, HEADERS)
                   
-@@ -43,9 +40,6 @@ for (file, BQ_HEADERS)       { HEADERS +
+@@ -43,9 +40,6 @@
  for (file, VAMP_SOURCES)     { SOURCES += $$file }
  for (file, VAMP_HEADERS)     { HEADERS += $$file }
  
@@ -22,24 +42,3 @@
  for (file, CHECKER_SOURCES)  { SOURCES += $$sprintf("checker/%1",  $$file) }
  for (file, CHECKER_HEADERS)  { HEADERS += $$sprintf("checker/%1",  $$file) }
  
-Index: sonic-visualiser-3.1/base.pri
-===================================================================
---- sonic-visualiser-3.1.orig/base.pri
-+++ sonic-visualiser-3.1/base.pri
-@@ -10,8 +10,6 @@ SV_INCLUDEPATH = \
-       piper-cpp \
-       checker \
-       checker/checker \
--      dataquay \
--      dataquay/dataquay \
-       svcore \
-       svcore/data \
-       svcore/plugin/api/alsa \
-@@ -31,5 +29,6 @@ solaris*: DEFINES += __RTMIDI_DUMMY_ONLY
- # Defines for Dataquay
- DEFINES += USE_SORD
- 
--CONFIG += qt thread warn_on stl rtti exceptions c++11
-+CONFIG += qt thread warn_on stl rtti exceptions c++11 link_pkgconfig
-+PKGCONFIG += dataquay
- 


Reply via email to