git: 3fa445c48a46 - main - audio/spectmorph: Update 0.5.2 → 0.6.0
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 19 May 2023 07:54:19 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=3fa445c48a4665d7b1e0b6dd291807cba6b0306c commit 3fa445c48a4665d7b1e0b6dd291807cba6b0306c Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2023-05-19 05:54:07 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2023-05-19 07:54:16 +0000 audio/spectmorph: Update 0.5.2 → 0.6.0 Reported by: portscout --- audio/spectmorph/Makefile | 13 +++++++++---- audio/spectmorph/distinfo | 6 +++--- audio/spectmorph/pkg-plist | 20 ++++++++++++++++++-- 3 files changed, 30 insertions(+), 9 deletions(-) diff --git a/audio/spectmorph/Makefile b/audio/spectmorph/Makefile index cdd296852b2c..52864fa7dc7c 100644 --- a/audio/spectmorph/Makefile +++ b/audio/spectmorph/Makefile @@ -1,8 +1,7 @@ PORTNAME= spectmorph -DISTVERSION= 0.5.2 -PORTREVISION= 3 +DISTVERSION= 0.6.0 CATEGORIES= audio -MASTER_SITES= https://spectmorph.org/files/releases/ +MASTER_SITES= https://github.com/swesterfeld/spectmorph/releases/download/${DISTVERSION}/ MAINTAINER= yuri@FreeBSD.org COMMENT= Analyze and combine samples of musical instruments @@ -20,7 +19,7 @@ LIB_DEPENDS= libao.so:audio/libao \ libfreetype.so:print/freetype2 \ libsndfile.so:audio/libsndfile -USES= autoreconf desktop-file-utils gettext-runtime gl gmake gnome libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg +USES= autoreconf desktop-file-utils gettext gl gmake gnome iconv libtool pkgconfig python:run qt:5 shebangfix tar:bz2 xorg USE_QT= core gui widgets buildtools:build USE_GNOME= cairo glib20 USE_GL= gl @@ -46,4 +45,10 @@ LV2_DESC= Build the LV2 plugin LV2_CONFIGURE_WITH= lv2 LV2_BUILD_DEPENDS= lv2>0:audio/lv2 +post-install: + @cd ${STAGEDIR}${PREFIX} && ${STRIP_CMD} \ + lib/vst/spectmorph_vst.so \ + lib/clap/SpectMorph.clap \ + lib/lv2/spectmorph.lv2/spectmorph_lv2.so + .include <bsd.port.mk> diff --git a/audio/spectmorph/distinfo b/audio/spectmorph/distinfo index 3d873c12251f..569a69ec1a40 100644 --- a/audio/spectmorph/distinfo +++ b/audio/spectmorph/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1624784043 -SHA256 (spectmorph-0.5.2.tar.bz2) = 2ed06e46e0396723621b21a89e81a2850bc5b9590383ae1d37094c68673d387b -SIZE (spectmorph-0.5.2.tar.bz2) = 30920194 +TIMESTAMP = 1684443142 +SHA256 (spectmorph-0.6.0.tar.bz2) = d6f33d7b3ea5ea0543feaa0cd92ebc1d2bf89a5af8126de69eea78f57e4134cb +SIZE (spectmorph-0.6.0.tar.bz2) = 31154078 diff --git a/audio/spectmorph/pkg-plist b/audio/spectmorph/pkg-plist index d274d0ae05b9..5f0b9a59d9af 100644 --- a/audio/spectmorph/pkg-plist +++ b/audio/spectmorph/pkg-plist @@ -17,10 +17,12 @@ include/spectmorph/smcore/smbinbuffer.hh include/spectmorph/smcore/smblockutils.hh include/spectmorph/smcore/smbuilderthread.hh include/spectmorph/smcore/smconfig.hh +include/spectmorph/smcore/smdcblocker.hh include/spectmorph/smcore/smdebug.hh include/spectmorph/smcore/smeffectdecoder.hh include/spectmorph/smcore/smencoder.hh include/spectmorph/smcore/smfft.hh +include/spectmorph/smcore/smflexadsr.hh include/spectmorph/smcore/smgenericin.hh include/spectmorph/smcore/smgenericout.hh include/spectmorph/smcore/smhexstring.hh @@ -32,16 +34,21 @@ include/spectmorph/smcore/sminstenccache.hh include/spectmorph/smcore/sminstencoder.hh include/spectmorph/smcore/sminstrument.hh include/spectmorph/smcore/smjobqueue.hh +include/spectmorph/smcore/smladdervcf.hh include/spectmorph/smcore/smleakdebugger.hh +include/spectmorph/smcore/smlinearsmooth.hh include/spectmorph/smcore/smlivedecoder.hh +include/spectmorph/smcore/smlivedecoderfilter.hh include/spectmorph/smcore/smlivedecodersource.hh include/spectmorph/smcore/smmain.hh include/spectmorph/smcore/smmath.hh +include/spectmorph/smcore/smmatharm.hh include/spectmorph/smcore/smmemout.hh include/spectmorph/smcore/smmicroconf.hh include/spectmorph/smcore/smmidisynth.hh include/spectmorph/smcore/smminiresampler.hh include/spectmorph/smcore/smmmapin.hh +include/spectmorph/smcore/smmodulationlist.hh include/spectmorph/smcore/smmorphgrid.hh include/spectmorph/smcore/smmorphgridmodule.hh include/spectmorph/smcore/smmorphlfo.hh @@ -62,8 +69,9 @@ include/spectmorph/smcore/smmorphwavsource.hh include/spectmorph/smcore/smmorphwavsourcemodule.hh include/spectmorph/smcore/smnoisebandpartition.hh include/spectmorph/smcore/smnoisedecoder.hh -include/spectmorph/smcore/smobject.hh +include/spectmorph/smcore/smnotifybuffer.hh include/spectmorph/smcore/smoutfile.hh +include/spectmorph/smcore/smpandaresampler.hh include/spectmorph/smcore/smpcg32rng.hh include/spectmorph/smcore/smpolyphaseinter.hh include/spectmorph/smcore/smproject.hh @@ -71,10 +79,12 @@ include/spectmorph/smcore/smproperty.hh include/spectmorph/smcore/smrandom.hh include/spectmorph/smcore/smsignal.hh include/spectmorph/smcore/smsinedecoder.hh +include/spectmorph/smcore/smskfilter.hh include/spectmorph/smcore/smstdioin.hh include/spectmorph/smcore/smstdioout.hh include/spectmorph/smcore/smstdiosubin.hh include/spectmorph/smcore/smsynthinterface.hh +include/spectmorph/smcore/smtimeinfo.hh include/spectmorph/smcore/smuserinstrumentindex.hh include/spectmorph/smcore/smutils.hh include/spectmorph/smcore/smwavdata.hh @@ -94,10 +104,10 @@ include/spectmorph/smglui/smbutton.hh include/spectmorph/smglui/smcheckbox.hh include/spectmorph/smglui/smcombobox.hh include/spectmorph/smglui/smcomboboxoperator.hh +include/spectmorph/smglui/smcontrolstatus.hh include/spectmorph/smglui/smcontrolview.hh include/spectmorph/smglui/smdialog.hh include/spectmorph/smglui/smdrawutils.hh -include/spectmorph/smglui/smenumview.hh include/spectmorph/smglui/smeventloop.hh include/spectmorph/smglui/smfixedgrid.hh include/spectmorph/smglui/smframe.hh @@ -126,8 +136,10 @@ include/spectmorph/smglui/smoperatorlayout.hh include/spectmorph/smglui/smoperatorrolemap.hh include/spectmorph/smglui/smoutputadsrwidget.hh include/spectmorph/smglui/smparamlabel.hh +include/spectmorph/smglui/smpathdialog.hh include/spectmorph/smglui/smprogressbar.hh include/spectmorph/smglui/smpropertyview.hh +include/spectmorph/smglui/smpropertyviewedit.hh include/spectmorph/smglui/smrenameopwindow.hh include/spectmorph/smglui/smsamplewidget.hh include/spectmorph/smglui/smscrollbar.hh @@ -137,12 +149,14 @@ include/spectmorph/smglui/smsimplelines.hh include/spectmorph/smglui/smslider.hh include/spectmorph/smglui/smtimer.hh include/spectmorph/smglui/smtoolbutton.hh +include/spectmorph/smglui/smvoicestatus.hh include/spectmorph/smglui/smwidget.hh include/spectmorph/smglui/smwindow.hh include/spectmorph/smglui/spectmorphglui.hh include/spectmorph/smgui/smsampleview.hh include/spectmorph/smgui/smzoomcontroller.hh include/spectmorph/smgui/spectmorphgui.hh +lib/clap/SpectMorph.clap lib/libspectmorph.a lib/libspectmorph.so lib/libspectmorph.so.0 @@ -205,7 +219,9 @@ share/pixmaps/smjack.png %%DATADIR%%/templates/2-instruments-unison.smplan %%DATADIR%%/templates/2x2-instruments-grid-gui.smplan %%DATADIR%%/templates/aurora.smplan +%%DATADIR%%/templates/cheese-cake-bass.smplan %%DATADIR%%/templates/empty.smplan %%DATADIR%%/templates/index.smpindex +%%DATADIR%%/templates/liquid-silver.smplan %%DATADIR%%/templates/mars.smplan %%DATADIR%%/templates/saturn.smplan