Date: Wed, 10 Jul 2019 06:36:24 +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: r506334 - in head/audio: . bsequencer-lv2 Message-ID: <201907100636.x6A6aOdp068458@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: yuri Date: Wed Jul 10 06:36:23 2019 New Revision: 506334 URL: https://svnweb.freebsd.org/changeset/ports/506334 Log: New port: audio/bsequencer-lv2: Multi channel MIDI step sequencer LV2 plugin Added: head/audio/bsequencer-lv2/ head/audio/bsequencer-lv2/Makefile (contents, props changed) head/audio/bsequencer-lv2/distinfo (contents, props changed) head/audio/bsequencer-lv2/pkg-descr (contents, props changed) head/audio/bsequencer-lv2/pkg-plist (contents, props changed) Modified: head/audio/Makefile Modified: head/audio/Makefile ============================================================================== --- head/audio/Makefile Wed Jul 10 04:45:03 2019 (r506333) +++ head/audio/Makefile Wed Jul 10 06:36:23 2019 (r506334) @@ -63,6 +63,7 @@ SUBDIR += boodler SUBDIR += bristol SUBDIR += bs2b-lv2 + SUBDIR += bsequencer-lv2 SUBDIR += cadence SUBDIR += calf-lv2 SUBDIR += cam Added: head/audio/bsequencer-lv2/Makefile ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bsequencer-lv2/Makefile Wed Jul 10 06:36:23 2019 (r506334) @@ -0,0 +1,28 @@ +# $FreeBSD$ + +PORTNAME= bsequencer +DISTVERSIONPREFIX= v +DISTVERSION= 0.3-16 +DISTVERSIONSUFFIX= -g49dc212 +CATEGORIES= audio +PKGNAMESUFFIX= -lv2 + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Multi channel MIDI step sequencer LV2 plugin + +LICENSE= GPLv3 +LICENSE_FILE= ${WRKSRC}/LICENSE + +BUILD_DEPENDS= lv2>0:audio/lv2 + +USES= gmake gnome pkgconfig +USE_GITHUB= yes +GH_ACCOUNT= sjaehn +GH_PROJECT= BSEQuencer +USE_GCC= any # see https://github.com/sjaehn/BSEQuencer/issues/7 +USE_GNOME= cairo +USE_XORG= x11 + +MAKEFILE= makefile + +.include <bsd.port.mk> Added: head/audio/bsequencer-lv2/distinfo ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bsequencer-lv2/distinfo Wed Jul 10 06:36:23 2019 (r506334) @@ -0,0 +1,3 @@ +TIMESTAMP = 1562728215 +SHA256 (sjaehn-BSEQuencer-v0.3-16-g49dc212_GH0.tar.gz) = 19dc26dd3d9cdeedb95ecfe212827a53d03033092d2ede03cc955ef3fdc93ba2 +SIZE (sjaehn-BSEQuencer-v0.3-16-g49dc212_GH0.tar.gz) = 1140966 Added: head/audio/bsequencer-lv2/pkg-descr ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bsequencer-lv2/pkg-descr Wed Jul 10 06:36:23 2019 (r506334) @@ -0,0 +1,15 @@ +Multi channel MIDI step sequencer LV2 plugin. + +Key features: +* Step sequencer with a selectable pattern matrix size (8x16, 16x16, 24x16, + or 32x16) +* Autoplay or host / MIDI controlled playing +* Handles multiple MIDI inputs signals (keys) in one sequencer instance +* Use musical scales and / or drumkits +* Scale editor +* Controls for playing direction, jump, skip, and stop options placeable to any + position within the matrix +* Notes can be associated with four different, configurable output channels +* Output channels connectable with individual MIDI channels + +WWW: https://github.com/sjaehn/BSEQuencer Added: head/audio/bsequencer-lv2/pkg-plist ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/audio/bsequencer-lv2/pkg-plist Wed Jul 10 06:36:23 2019 (r506334) @@ -0,0 +1,10 @@ +lib/lv2/BSEQuencer.lv2/BSEQuencer.so +lib/lv2/BSEQuencer.lv2/BSEQuencer.ttl +lib/lv2/BSEQuencer.lv2/BSEQuencer_GUI.so +lib/lv2/BSEQuencer.lv2/DrumSymbol.png +lib/lv2/BSEQuencer.lv2/EditSymbol.png +lib/lv2/BSEQuencer.lv2/LICENSE +lib/lv2/BSEQuencer.lv2/NoteSymbol.png +lib/lv2/BSEQuencer.lv2/ScaleEditor.png +lib/lv2/BSEQuencer.lv2/manifest.ttl +lib/lv2/BSEQuencer.lv2/surface.png
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907100636.x6A6aOdp068458>