git: 21e6684027fd - main - audio/spectmorph: update 0.6.0 → 0.6.1

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Wed, 01 Nov 2023 22:46:52 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21e6684027fdc95f503b10ae7bafbb408f132b4d

commit 21e6684027fdc95f503b10ae7bafbb408f132b4d
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-11-01 22:45:06 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-11-01 22:46:46 +0000

    audio/spectmorph: update 0.6.0 → 0.6.1
---
 audio/spectmorph/Makefile                  |  2 +-
 audio/spectmorph/distinfo                  |  6 +++---
 audio/spectmorph/files/patch-lib_smmath.hh | 23 -----------------------
 audio/spectmorph/pkg-plist                 | 16 ++++++++++++++++
 4 files changed, 20 insertions(+), 27 deletions(-)

diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile
index 52864fa7dc7c..9f81a2f93cf2 100644
--- a/audio/spectmorph/Makefile
+++ b/audio/spectmorph/Makefile
@@ -1,5 +1,5 @@
 PORTNAME=	spectmorph
-DISTVERSION=	0.6.0
+DISTVERSION=	0.6.1
 CATEGORIES=	audio
 MASTER_SITES=	https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/
 
diff --git a/audio/spectmorph/distinfo b/audio/spectmorph/distinfo
index 569a69ec1a40..6d4c41337d96 100644
--- a/audio/spectmorph/distinfo
+++ b/audio/spectmorph/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1684443142
-SHA256 (spectmorph-0.6.0.tar.bz2) = d6f33d7b3ea5ea0543feaa0cd92ebc1d2bf89a5af8126de69eea78f57e4134cb
-SIZE (spectmorph-0.6.0.tar.bz2) = 31154078
+TIMESTAMP = 1698875849
+SHA256 (spectmorph-0.6.1.tar.bz2) = 1ff3da7330248f17aed90e92fe36b36743d4f680a6841cec2e06c62eeb315e6f
+SIZE (spectmorph-0.6.1.tar.bz2) = 47766081
diff --git a/audio/spectmorph/files/patch-lib_smmath.hh b/audio/spectmorph/files/patch-lib_smmath.hh
deleted file mode 100644
index 964a0b94fdcb..000000000000
--- a/audio/spectmorph/files/patch-lib_smmath.hh
+++ /dev/null
@@ -1,23 +0,0 @@
-- fix compilation failure on 14: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
-- see https://github.com/swesterfeld/spectmorph/issues/23
-
---- lib/smmath.hh.orig	2023-07-12 03:47:47 UTC
-+++ lib/smmath.hh
-@@ -431,7 +431,7 @@ double db_from_factor (double factor, double min_dB);
- 
- #if defined (__i386__) && defined (__GNUC__)
- static inline int G_GNUC_CONST
--sm_ftoi (register float f)
-+sm_ftoi (float f)
- {
-   int r;
- 
-@@ -441,7 +441,7 @@ sm_ftoi (register float f)
-   return r;
- }
- static inline int G_GNUC_CONST
--sm_dtoi (register double f)
-+sm_dtoi (double f)
- {
-   int r;
- 
diff --git a/audio/spectmorph/pkg-plist b/audio/spectmorph/pkg-plist
index 5f0b9a59d9af..4fcdaf042c2b 100644
--- a/audio/spectmorph/pkg-plist
+++ b/audio/spectmorph/pkg-plist
@@ -77,6 +77,7 @@ include/spectmorph/smcore/smpolyphaseinter.hh
 include/spectmorph/smcore/smproject.hh
 include/spectmorph/smcore/smproperty.hh
 include/spectmorph/smcore/smrandom.hh
+include/spectmorph/smcore/smrtmemory.hh
 include/spectmorph/smcore/smsignal.hh
 include/spectmorph/smcore/smsinedecoder.hh
 include/spectmorph/smcore/smskfilter.hh
@@ -100,12 +101,15 @@ include/spectmorph/smglui/pugl/glu.h
 include/spectmorph/smglui/pugl/pugl.h
 include/spectmorph/smglui/pugl/pugl_internal.h
 include/spectmorph/smglui/smaboutdialog.hh
+include/spectmorph/smglui/smbankeditwindow.hh
 include/spectmorph/smglui/smbutton.hh
 include/spectmorph/smglui/smcheckbox.hh
+include/spectmorph/smglui/smclickablelabel.hh
 include/spectmorph/smglui/smcombobox.hh
 include/spectmorph/smglui/smcomboboxoperator.hh
 include/spectmorph/smglui/smcontrolstatus.hh
 include/spectmorph/smglui/smcontrolview.hh
+include/spectmorph/smglui/smcreatebankwindow.hh
 include/spectmorph/smglui/smdialog.hh
 include/spectmorph/smglui/smdrawutils.hh
 include/spectmorph/smglui/smeventloop.hh
@@ -113,11 +117,13 @@ include/spectmorph/smglui/smfixedgrid.hh
 include/spectmorph/smglui/smframe.hh
 include/spectmorph/smglui/sminsteditnote.hh
 include/spectmorph/smglui/sminsteditparams.hh
+include/spectmorph/smglui/sminsteditvolume.hh
 include/spectmorph/smglui/sminsteditwindow.hh
 include/spectmorph/smglui/smlabel.hh
 include/spectmorph/smglui/smled.hh
 include/spectmorph/smglui/smlineedit.hh
 include/spectmorph/smglui/smlistbox.hh
+include/spectmorph/smglui/smloadstereodialog.hh
 include/spectmorph/smglui/smmenubar.hh
 include/spectmorph/smglui/smmessagebox.hh
 include/spectmorph/smglui/smmorphgridview.hh
@@ -150,6 +156,8 @@ include/spectmorph/smglui/smslider.hh
 include/spectmorph/smglui/smtimer.hh
 include/spectmorph/smglui/smtoolbutton.hh
 include/spectmorph/smglui/smvoicestatus.hh
+include/spectmorph/smglui/smvolumeresetdialog.hh
+include/spectmorph/smglui/smvumeter.hh
 include/spectmorph/smglui/smwidget.hh
 include/spectmorph/smglui/smwindow.hh
 include/spectmorph/smglui/spectmorphglui.hh
@@ -194,12 +202,16 @@ share/applications/smjack.desktop
 share/pixmaps/smjack.png
 %%DATADIR%%/instruments/standard/alto-flute.smset
 %%DATADIR%%/instruments/standard/alto-saxophone.smset
+%%DATADIR%%/instruments/standard/bass-clarinet.smset
+%%DATADIR%%/instruments/standard/bass-flute.smset
 %%DATADIR%%/instruments/standard/bass-trombone.smset
 %%DATADIR%%/instruments/standard/bassoon.smset
 %%DATADIR%%/instruments/standard/cello.smset
+%%DATADIR%%/instruments/standard/clarinet.smset
 %%DATADIR%%/instruments/standard/claudia-ah.smset
 %%DATADIR%%/instruments/standard/claudia-ih.smset
 %%DATADIR%%/instruments/standard/claudia-oh.smset
+%%DATADIR%%/instruments/standard/double-bass.smset
 %%DATADIR%%/instruments/standard/french-horn.smset
 %%DATADIR%%/instruments/standard/index.smindex
 %%DATADIR%%/instruments/standard/mirko-ah.smset
@@ -207,12 +219,16 @@ share/pixmaps/smjack.png
 %%DATADIR%%/instruments/standard/oboe.smset
 %%DATADIR%%/instruments/standard/pan-flute.smset
 %%DATADIR%%/instruments/standard/reed-organ.smset
+%%DATADIR%%/instruments/standard/soprano-saxophone.smset
 %%DATADIR%%/instruments/standard/sven-ah.smset
 %%DATADIR%%/instruments/standard/sven-ih.smset
 %%DATADIR%%/instruments/standard/sven-oh.smset
 %%DATADIR%%/instruments/standard/synth-saw.smset
+%%DATADIR%%/instruments/standard/tenor-trombone.smset
 %%DATADIR%%/instruments/standard/trumpet.smset
+%%DATADIR%%/instruments/standard/viola.smset
 %%DATADIR%%/instruments/standard/violin.smset
+%%DATADIR%%/templates/1-instrument-wav-source.smplan
 %%DATADIR%%/templates/1-instrument.smplan
 %%DATADIR%%/templates/2-instruments-linear-gui.smplan
 %%DATADIR%%/templates/2-instruments-linear-lfo.smplan