Date: Sun, 17 Nov 2019 05:55:56 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r517803 - in head/audio: . mclk-lv2 Message-ID: <201911170555.xAH5tuDt048940@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Sun Nov 17 05:55:56 2019 New Revision: 517803 URL: https://svnweb.freebsd.org/changeset/ports/517803 Log: New port: Midi clock generator LV2 plugin Added: head/audio/mclk-lv2/ head/audio/mclk-lv2/Makefile (contents, props changed) head/audio/mclk-lv2/distinfo (contents, props changed) head/audio/mclk-lv2/pkg-descr (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Sun Nov 17 05:53:15 2019 (r517802) +++ head/audio/Makefile Sun Nov 17 05:55:56 2019 (r517803) @@ -491,6 +491,7 @@ SUBDIR += madplay SUBDIR += malint SUBDIR += mate-media + SUBDIR += mclk-lv2 SUBDIR += mctoolame-decoder SUBDIR += mctoolame-encoder SUBDIR += mda-lv2 Added: head/audio/mclk-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mclk-lv2/Makefile Sun Nov 17 05:55:56 2019 (r517803) @@ -0,0 +1,26 @@ +# $FreeBSD$ + +PORTNAME= mclk +DISTVERSIONPREFIX= v +DISTVERSION= 0.2.1 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Midi clock generator LV2 plugin + +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= x42 +GH_PROJECT= mclk.lv2 + +PLIST_FILES= lib/lv2/mclk.lv2/manifest.ttl \ + lib/lv2/mclk.lv2/mclk.so \ + lib/lv2/mclk.lv2/mclk.ttl + +.include <bsd.port.mk> Added: head/audio/mclk-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mclk-lv2/distinfo Sun Nov 17 05:55:56 2019 (r517803) @@ -0,0 +1,3 @@ +TIMESTAMP = 1573969789 +SHA256 (x42-mclk.lv2-v0.2.1_GH0.tar.gz) = 5a0795a76ce65adc1ffa6eb62db8f9bdef28e6c4966ba4877bd00ff5d3bd6965 +SIZE (x42-mclk.lv2-v0.2.1_GH0.tar.gz) = 371329 Added: head/audio/mclk-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/mclk-lv2/pkg-descr Sun Nov 17 05:55:56 2019 (r517803) @@ -0,0 +1,8 @@ +mclk.lv2 is MIDI Clock and MIDI realtime-message generator. It can run freely +with dedicated BPM, start/stop/continue controls or generate MIDI Clock using +host-provided musical time. + +mclk.lv2 supports Transport, Song-Position and MIDI Clock and allows to only +generate a subset. + +WWW: https://github.com/x42/mclk.lv2
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911170555.xAH5tuDt048940>