From owner-dev-commits-ports-all@freebsd.org Tue May 18 03:44:44 2021 Return-Path: Delivered-To: dev-commits-ports-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DABCA63CB61; Tue, 18 May 2021 03:44:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FkhhX5fq2z4Wxx; Tue, 18 May 2021 03:44:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 758B8183D1; Tue, 18 May 2021 03:44:44 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 14I3iiqw073278; Tue, 18 May 2021 03:44:44 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 14I3iioe073277; Tue, 18 May 2021 03:44:44 GMT (envelope-from git) Date: Tue, 18 May 2021 03:44:44 GMT Message-Id: <202105180344.14I3iioe073277@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Yuri Victorovich Subject: git: b850064dedbb - main - New port: audio/wavetral: Convert between single cycle waveforms and audio spectra MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: yuri X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b850064dedbb50ee64e4398ceae4dd089046132d Auto-Submitted: auto-generated X-BeenThere: dev-commits-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the ports repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 03:44:44 -0000 The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=b850064dedbb50ee64e4398ceae4dd089046132d commit b850064dedbb50ee64e4398ceae4dd089046132d Author: Yuri Victorovich AuthorDate: 2021-05-18 03:44:03 +0000 Commit: Yuri Victorovich CommitDate: 2021-05-18 03:44:42 +0000 New port: audio/wavetral: Convert between single cycle waveforms and audio spectra --- audio/Makefile | 1 + audio/wavetral/Makefile | 25 +++++++++++++++++++++++++ audio/wavetral/distinfo | 3 +++ audio/wavetral/pkg-descr | 5 +++++ 4 files changed, 34 insertions(+) diff --git a/audio/Makefile b/audio/Makefile index 423ba518e352..4575fc20d69b 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -828,6 +828,7 @@ SUBDIR += wavbreaker SUBDIR += wavegain SUBDIR += waveplay + SUBDIR += wavetral SUBDIR += wavpack SUBDIR += wavplay SUBDIR += webrtc-audio-processing diff --git a/audio/wavetral/Makefile b/audio/wavetral/Makefile new file mode 100644 index 000000000000..b32babe147d5 --- /dev/null +++ b/audio/wavetral/Makefile @@ -0,0 +1,25 @@ +PORTNAME= wavetral +DISTVERSION= g20210517 +CATEGORIES= audio + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Convert between single cycle waveforms and audio spectra + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/COPYING + +LIB_DEPENDS= libboost_system.so:devel/boost-libs \ + libfftw3.so:math/fftw3 \ + libsamplerate.so:audio/libsamplerate \ + libsndfile.so:audio/libsndfile + +USES= cmake compiler:c++11-lang localbase:ldflags pkgconfig + +USE_GITHUB= yes +GH_ACCOUNT= jeanette-c +GH_TAGNAME= 8e4f205 + +PLIST_FILES= bin/wavetral \ + man/man1/wavetral.1.gz + +.include diff --git a/audio/wavetral/distinfo b/audio/wavetral/distinfo new file mode 100644 index 000000000000..cb8a38ae336c --- /dev/null +++ b/audio/wavetral/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1621308760 +SHA256 (jeanette-c-wavetral-g20210517-8e4f205_GH0.tar.gz) = 779cb67cd837328172b998cdc8db8a0668854207e92b2b00b5431e0ec4942b7f +SIZE (jeanette-c-wavetral-g20210517-8e4f205_GH0.tar.gz) = 36063 diff --git a/audio/wavetral/pkg-descr b/audio/wavetral/pkg-descr new file mode 100644 index 000000000000..645869ce6534 --- /dev/null +++ b/audio/wavetral/pkg-descr @@ -0,0 +1,5 @@ +wavetral is a small program to convert single cycle waveforms to spectra and +vice versa. It supports different input and output formats to export +your waveforms/spectra from one synthesizer to another. + +WWW: https://github.com/jeanette-c/wavetral