From owner-svn-ports-all@freebsd.org Mon Feb 22 23:01:55 2021 Return-Path: Delivered-To: svn-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 A30EC5522E7; Mon, 22 Feb 2021 23:01:55 +0000 (UTC) (envelope-from yuri@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 4DkyNz4HB6z4vqf; Mon, 22 Feb 2021 23:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 85C165D71; Mon, 22 Feb 2021 23:01:55 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 11MN1txp002048; Mon, 22 Feb 2021 23:01:55 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 11MN1sr6002044; Mon, 22 Feb 2021 23:01:54 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <202102222301.11MN1sr6002044@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Mon, 22 Feb 2021 23:01:54 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r566344 - in head/audio: . toccata-lv2 X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: in head/audio: . toccata-lv2 X-SVN-Commit-Revision: 566344 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 22 Feb 2021 23:01:55 -0000 Author: yuri Date: Mon Feb 22 23:01:54 2021 New Revision: 566344 URL: https://svnweb.freebsd.org/changeset/ports/566344 Log: New port: audio/toccata-lv2: Simple wavetable-based church organ as an LV2 plugin Added: head/audio/toccata-lv2/ head/audio/toccata-lv2/Makefile (contents, props changed) head/audio/toccata-lv2/distinfo (contents, props changed) head/audio/toccata-lv2/pkg-descr (contents, props changed) head/audio/toccata-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Mon Feb 22 22:55:14 2021 (r566343) +++ head/audio/Makefile Mon Feb 22 23:01:54 2021 (r566344) @@ -789,6 +789,7 @@ SUBDIR += timidity++-xaw SUBDIR += timidity++-xskin SUBDIR += tkeca + SUBDIR += toccata-lv2 SUBDIR += toolame SUBDIR += tosha SUBDIR += traverso Added: head/audio/toccata-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/toccata-lv2/Makefile Mon Feb 22 23:01:54 2021 (r566344) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= toccata +DISTVERSION= g20200819 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Simple wavetable-based church organ as an LV2 plugin + +LICENSE= LGPL3 + +BUILD_DEPENDS= lv2>0:audio/lv2 +LIB_DEPENDS= libsfizz.so:audio/sfizz + +USES= cmake localbase:ldflags + +USE_GITHUB= yes +GH_ACCOUNT= sfztools +GH_PROJECT= ${PORTNAME}.lv2 +GH_TAGNAME= d909db6 + +post-install: + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/${PORTNAME}.lv2/${PORTNAME}.so + +.include Added: head/audio/toccata-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/toccata-lv2/distinfo Mon Feb 22 23:01:54 2021 (r566344) @@ -0,0 +1,3 @@ +TIMESTAMP = 1614034658 +SHA256 (sfztools-toccata.lv2-g20200819-d909db6_GH0.tar.gz) = e09bd6fdd42582a745af913e5bb4632c0a08da1d2a8a0ad662b95e769168786d +SIZE (sfztools-toccata.lv2-g20200819-d909db6_GH0.tar.gz) = 3683286 Added: head/audio/toccata-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/toccata-lv2/pkg-descr Mon Feb 22 23:01:54 2021 (r566344) @@ -0,0 +1,5 @@ +toccata.lv2 is a simple wavetable-based church organ as an LV2 plugin. It uses +the sfizz library to load an SFZ file containing the wavetables, and create LV2 +parameters for the volume of each rank. + +WWW: https://github.com/sfztools/toccata.lv2 Added: head/audio/toccata-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/toccata-lv2/pkg-plist Mon Feb 22 23:01:54 2021 (r566344) @@ -0,0 +1,111 @@ +lib/lv2/toccata.lv2/instrument/bourdon16.sfz +lib/lv2/toccata.lv2/instrument/doublette2.sfz +lib/lv2/toccata.lv2/instrument/flute8.sfz +lib/lv2/toccata.lv2/instrument/flutefuseau4.sfz +lib/lv2/toccata.lv2/instrument/montre8.sfz +lib/lv2/toccata.lv2/instrument/organ.sfz +lib/lv2/toccata.lv2/instrument/pleinjeux4R.sfz +lib/lv2/toccata.lv2/instrument/prestant4.sfz +lib/lv2/toccata.lv2/instrument/sesquialtera2R.sfz +lib/lv2/toccata.lv2/instrument/table_bourdon16_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_bourdon16_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_doublette2_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_flute8_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_flutefuseau4_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_montre8_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_pleinjeux4R_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_prestant4_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_sesquialtera2R_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c2_attack.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c2_sustain.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c3_attack.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c3_sustain.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c4_attack.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c4_sustain.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c5_attack.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c5_sustain.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c6_attack.wav +lib/lv2/toccata.lv2/instrument/table_trompette8_c6_sustain.wav +lib/lv2/toccata.lv2/instrument/trompette8.sfz +lib/lv2/toccata.lv2/manifest.ttl +lib/lv2/toccata.lv2/modgui.ttl +lib/lv2/toccata.lv2/modgui/icon-toccata.html +lib/lv2/toccata.lv2/modgui/knobs/boxy/black.png +lib/lv2/toccata.lv2/modgui/pedals/boxy75/wood1.png +lib/lv2/toccata.lv2/modgui/pedals/footswitch.png +lib/lv2/toccata.lv2/modgui/stylesheet-toccata.css +lib/lv2/toccata.lv2/modgui/utils/dropdown-arrow-black.png +lib/lv2/toccata.lv2/modgui/utils/dropdown-arrow-white.png +lib/lv2/toccata.lv2/toccata.so +lib/lv2/toccata.lv2/toccata.ttl