Skip to content

Commit

Permalink
audio/spectmorph: update 0.6.0 → 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Nov 1, 2023
1 parent 2d20240 commit 21e6684
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 27 deletions.
2 changes: 1 addition & 1 deletion 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}/

Expand Down
6 changes: 3 additions & 3 deletions 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
23 changes: 0 additions & 23 deletions audio/spectmorph/files/patch-lib_smmath.hh

This file was deleted.

16 changes: 16 additions & 0 deletions audio/spectmorph/pkg-plist
Expand Up @@ -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
Expand All @@ -100,24 +101,29 @@ 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
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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -194,25 +202,33 @@ 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
%%DATADIR%%/instruments/standard/mirko-oh.smset
%%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
Expand Down

0 comments on commit 21e6684

Please sign in to comment.