Index: head/audio/x42-plugins-lv2/files/patch-onsettrigger.lv2_src_spectr.c =================================================================== --- head/audio/x42-plugins-lv2/files/patch-onsettrigger.lv2_src_spectr.c (revision 528353) +++ head/audio/x42-plugins-lv2/files/patch-onsettrigger.lv2_src_spectr.c (nonexistent) @@ -1,23 +0,0 @@ ---- onsettrigger.lv2/src/spectr.c.orig -+++ onsettrigger.lv2/src/spectr.c -@@ -30,10 +30,17 @@ - # define csqrt(XX) std::sqrt(XX) - # define creal(XX) std::real(XX) - # define cimag(XX) std::imag(XX) --# define _I ((complex_t)(1i)) -- #ifdef __cpp_lib_complex_udls -+ -+# ifdef __cpp_lib_complex_udls - using namespace std::literals::complex_literals; -- #endif -+# endif -+ -+# if defined __clang_major__ && __clang_major__ > 4 -+# define _I (std::complex(0.0,1.0)) -+# else -+# define _I ((complex_t)(1i)) -+# endif -+ - typedef std::complex complex_t; - #else - # include Property changes on: head/audio/x42-plugins-lv2/files/patch-onsettrigger.lv2_src_spectr.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/x42-plugins-lv2/files/patch-tuna.lv2_src_spectr.c =================================================================== --- head/audio/x42-plugins-lv2/files/patch-tuna.lv2_src_spectr.c (revision 528353) +++ head/audio/x42-plugins-lv2/files/patch-tuna.lv2_src_spectr.c (nonexistent) @@ -1,23 +0,0 @@ ---- tuna.lv2/src/spectr.c.orig -+++ tuna.lv2/src/spectr.c -@@ -30,10 +30,17 @@ - # define csqrt(XX) std::sqrt(XX) - # define creal(XX) std::real(XX) - # define cimag(XX) std::imag(XX) --# define _I ((complex_t)(1i)) -- #ifdef __cpp_lib_complex_udls -+ -+# ifdef __cpp_lib_complex_udls - using namespace std::literals::complex_literals; -- #endif -+# endif -+ -+# if defined __clang_major__ && __clang_major__ > 4 -+# define _I (std::complex(0.0,1.0)) -+# else -+# define _I ((complex_t)(1i)) -+# endif -+ - typedef std::complex complex_t; - #else - # include Property changes on: head/audio/x42-plugins-lv2/files/patch-tuna.lv2_src_spectr.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/x42-plugins-lv2/files/patch-meters.lv2_src_spectr.c =================================================================== --- head/audio/x42-plugins-lv2/files/patch-meters.lv2_src_spectr.c (revision 528353) +++ head/audio/x42-plugins-lv2/files/patch-meters.lv2_src_spectr.c (nonexistent) @@ -1,23 +0,0 @@ ---- meters.lv2/src/spectr.c.orig -+++ meters.lv2/src/spectr.c -@@ -30,10 +30,17 @@ - # define csqrt(XX) std::sqrt(XX) - # define creal(XX) std::real(XX) - # define cimag(XX) std::imag(XX) --# define _I ((complex_t)(1i)) -- #ifdef __cpp_lib_complex_udls -+ -+# ifdef __cpp_lib_complex_udls - using namespace std::literals::complex_literals; -- #endif -+# endif -+ -+# if defined __clang_major__ && __clang_major__ > 4 -+# define _I (std::complex(0.0,1.0)) -+# else -+# define _I ((complex_t)(1i)) -+# endif -+ - typedef std::complex complex_t; - #else - # include Property changes on: head/audio/x42-plugins-lv2/files/patch-meters.lv2_src_spectr.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/audio/x42-plugins-lv2/Makefile =================================================================== --- head/audio/x42-plugins-lv2/Makefile (revision 528353) +++ head/audio/x42-plugins-lv2/Makefile (revision 528354) @@ -1,56 +1,55 @@ # Created by: Yuri Victorovich # $FreeBSD$ PORTNAME= x42-plugins -DISTVERSION= 20181103 # the version is published here: http://gareus.org/misc/x42-plugins.php -PORTREVISION= 1 +DISTVERSION= 20200114 # the version is published here: http://gareus.org/misc/x42-plugins.php CATEGORIES= audio MASTER_SITES= http://gareus.org/misc/x42-plugins/ PKGNAMESUFFIX= -lv2 DISTFILES= ${DISTNAME}${EXTRACT_SUFX} # only to allow USE_GITHUB=nodefault for zita4 compatilility patch MAINTAINER= yuri@FreeBSD.org COMMENT= Collection of LV2 plugins (submodules) LICENSE= GPLv2 BUILD_DEPENDS= lv2>0:audio/lv2 \ ${LOCALBASE}/include/fftw3.h:math/fftw3 \ bash:shells/bash LIB_DEPENDS= libfftw3f.so:math/fftw3-float \ libjack.so:audio/jack \ liblo.so:audio/liblo \ libltc.so:audio/libltc \ libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile \ libzita-convolver.so:audio/zita-convolver USES= compiler:c++11-lang gl gmake gnome localbase pkgconfig tar:xz \ shebangfix xorg USE_GITHUB= nodefault GH_TUPLE= x42:convoLV2:f814f1e:x/convoLV2zita4 USE_GNOME= glib20 pango cairo USE_XORG= x11 USE_GL= glu gl MAKE_ENV= BUILDOPENGL=yes BUILDGTK=no LV2DIR=${PREFIX}/lib/lv2 MANDIR=${PREFIX}/man/man1 SHEBANG_FILES= stepseq.lv2/gridgen.sh CXXFLAGS+= -std=c++98 OPTIONS_DEFINE_amd64= SSE OPTIONS_DEFINE_i386= SSE OPTIONS_DEFAULT_amd64= SSE OPTIONS_DEFAULT_i386= SSE SSE_MAKE_ARGS= PORT_SIMD_FLAGS="-msse -msse2 -mfpmath=sse" post-patch: @${REINPLACE_CMD} 's| -O3||' \ ${WRKSRC}/*.lv2/Makefile @${REINPLACE_CMD} 's|$$(mandir)/man1|$$(MANDIR)|' \ ${WRKSRC}/sisco.lv2/Makefile @cd ${WRKSRC} && ${RM} -r convoLV2 && ${MV} convoLV2zita4 convoLV2 @${REINPLACE_CMD} 's| -msse -msse2 -mfpmath=sse| $$(PORT_SIMD_FLAGS)|' \ ${WRKSRC}/*.lv2/Makefile ${WRKSRC}/convoLV2/Makefile .include Index: head/audio/x42-plugins-lv2/distinfo =================================================================== --- head/audio/x42-plugins-lv2/distinfo (revision 528353) +++ head/audio/x42-plugins-lv2/distinfo (revision 528354) @@ -1,5 +1,5 @@ -TIMESTAMP = 1542737248 -SHA256 (x42-plugins-20181103.tar.xz) = 681070c46e53ae71ead6a1f2f9b8cb1f45de9dcd0d57d5811382da232536ad20 -SIZE (x42-plugins-20181103.tar.xz) = 6912412 +TIMESTAMP = 1584086447 +SHA256 (x42-plugins-20200114.tar.xz) = d64778f61913db005695cf397090a57c4a271b04196a4ddcbbe7f144b5e5c809 +SIZE (x42-plugins-20200114.tar.xz) = 3194164 SHA256 (x42-convoLV2-f814f1e_GH0.tar.gz) = eb6dac82ddffa7850292f41ee4be37c0ea3fa862ed7a9f258b4ca69b423940a7 SIZE (x42-convoLV2-f814f1e_GH0.tar.gz) = 21654 Index: head/audio/x42-plugins-lv2/pkg-plist =================================================================== --- head/audio/x42-plugins-lv2/pkg-plist (revision 528353) +++ head/audio/x42-plugins-lv2/pkg-plist (revision 528354) @@ -1,84 +1,105 @@ +bin/x42-darc bin/x42-dpl bin/x42-fat1 bin/x42-fil4 +bin/x42-matrixmixer8x8 bin/x42-meter bin/x42-mixtri bin/x42-scope +bin/x42-spectr bin/x42-stepseq bin/x42-tuna lib/lv2/balance.lv2/balance.so lib/lv2/balance.lv2/balance.ttl lib/lv2/balance.lv2/manifest.ttl lib/lv2/controlfilter.lv2/controlfilter.so lib/lv2/controlfilter.lv2/controlfilter.ttl lib/lv2/controlfilter.lv2/manifest.ttl lib/lv2/controlfilter.lv2/presets.ttl lib/lv2/convo.lv2/convoLV2.so lib/lv2/convo.lv2/convoLV2.ttl lib/lv2/convo.lv2/manifest.ttl +lib/lv2/darc.lv2/darc.so +lib/lv2/darc.lv2/darc.ttl +lib/lv2/darc.lv2/darcUI_gl.so +lib/lv2/darc.lv2/manifest.ttl lib/lv2/dpl.lv2/dpl.so lib/lv2/dpl.lv2/dpl.ttl lib/lv2/dpl.lv2/dplUI_gl.so lib/lv2/dpl.lv2/manifest.ttl lib/lv2/fat1.lv2/fat1.so lib/lv2/fat1.lv2/fat1.ttl lib/lv2/fat1.lv2/fat1UI_gl.so lib/lv2/fat1.lv2/manifest.ttl lib/lv2/fil4.lv2/fil4.so lib/lv2/fil4.lv2/fil4.ttl lib/lv2/fil4.lv2/fil4UI_gl.so lib/lv2/fil4.lv2/manifest.ttl +lib/lv2/matrixmixer.lv2/manifest.ttl +lib/lv2/matrixmixer.lv2/matrixmixer.so +lib/lv2/matrixmixer.lv2/matrixmixer.ttl +lib/lv2/matrixmixer.lv2/matrixmixerUI_gl.so lib/lv2/meters.lv2/manifest.ttl lib/lv2/meters.lv2/meters.so lib/lv2/meters.lv2/meters.ttl lib/lv2/meters.lv2/meters_glui.so +lib/lv2/mididebug.lv2/manifest.ttl +lib/lv2/mididebug.lv2/mididebug.so +lib/lv2/mididebug.lv2/mididebug.ttl lib/lv2/midifilter.lv2/manifest.ttl lib/lv2/midifilter.lv2/midifilter.so lib/lv2/midifilter.lv2/midifilter.ttl lib/lv2/midifilter.lv2/presets.ttl lib/lv2/midigen.lv2/manifest.ttl lib/lv2/midigen.lv2/midigen.so lib/lv2/midigen.lv2/midigen.ttl lib/lv2/midimap.lv2/manifest.ttl lib/lv2/midimap.lv2/midimap.so lib/lv2/midimap.lv2/midimap.ttl lib/lv2/midimap.lv2/presets.ttl lib/lv2/mixtri.lv2/manifest.ttl lib/lv2/mixtri.lv2/mixtri.so lib/lv2/mixtri.lv2/mixtri.ttl lib/lv2/mixtri.lv2/mixtriUI_gl.so lib/lv2/nodelay.lv2/manifest.ttl lib/lv2/nodelay.lv2/nodelay.so lib/lv2/nodelay.lv2/nodelay.ttl lib/lv2/onsettrigger.lv2/manifest.ttl lib/lv2/onsettrigger.lv2/onsettrigger.so lib/lv2/onsettrigger.lv2/onsettrigger.ttl lib/lv2/sisco.lv2/manifest.ttl lib/lv2/sisco.lv2/sisco.so lib/lv2/sisco.lv2/sisco.ttl lib/lv2/sisco.lv2/siscoUI_gl.so +lib/lv2/spectra.lv2/manifest.ttl +lib/lv2/spectra.lv2/spectra.so +lib/lv2/spectra.lv2/spectra.ttl +lib/lv2/spectra.lv2/spectraUI_gl.so lib/lv2/stepseq_s8n8.lv2/manifest.ttl lib/lv2/stepseq_s8n8.lv2/stepseq.so lib/lv2/stepseq_s8n8.lv2/stepseq.ttl lib/lv2/stepseq_s8n8.lv2/stepseqUI_gl.so lib/lv2/stereoroute.lv2/manifest.ttl lib/lv2/stereoroute.lv2/stereoroute.so lib/lv2/stereoroute.lv2/stereoroute.ttl lib/lv2/testsignal.lv2/manifest.ttl lib/lv2/testsignal.lv2/testsignal.so lib/lv2/testsignal.lv2/testsignal.ttl lib/lv2/tuna.lv2/manifest.ttl lib/lv2/tuna.lv2/tuna.so lib/lv2/tuna.lv2/tuna.ttl lib/lv2/tuna.lv2/tunaUI_gl.so lib/lv2/xfade.lv2/manifest.ttl lib/lv2/xfade.lv2/xfade.so lib/lv2/xfade.lv2/xfade.ttl +man/man1/x42-darc.1.gz man/man1/x42-dpl.1.gz man/man1/x42-fat1.1.gz man/man1/x42-fil4.1.gz +man/man1/x42-matrixmixer.1.gz man/man1/x42-meter.1.gz man/man1/x42-mixtri.1.gz man/man1/x42-scope.1.gz +man/man1/x42-spectr.1.gz man/man1/x42-stepseq.1.gz man/man1/x42-tuna.1.gz