Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 19 Apr 2020 07:08:31 +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: r532077 - in head/audio: . bjumblr-lv2
Message-ID:  <202004190708.03J78VcJ025797@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: yuri
Date: Sun Apr 19 07:08:31 2020
New Revision: 532077
URL: https://svnweb.freebsd.org/changeset/ports/532077

Log:
  New port: audio/bjumblr-lv2: Pattern-controlled audio stream / sample re-sequencer LV2 plugin

Added:
  head/audio/bjumblr-lv2/
  head/audio/bjumblr-lv2/Makefile   (contents, props changed)
  head/audio/bjumblr-lv2/distinfo   (contents, props changed)
  head/audio/bjumblr-lv2/pkg-descr   (contents, props changed)
Modified:
  head/audio/Makefile

Modified: head/audio/Makefile
==============================================================================
--- head/audio/Makefile	Sun Apr 19 07:04:04 2020	(r532076)
+++ head/audio/Makefile	Sun Apr 19 07:08:31 2020	(r532077)
@@ -56,6 +56,7 @@
     SUBDIR += beatslash-lv2
     SUBDIR += beep
     SUBDIR += beets
+    SUBDIR += bjumblr-lv2
     SUBDIR += blop
     SUBDIR += blop-lv2
     SUBDIR += bristol

Added: head/audio/bjumblr-lv2/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bjumblr-lv2/Makefile	Sun Apr 19 07:08:31 2020	(r532077)
@@ -0,0 +1,40 @@
+# $FreeBSD$
+
+PORTNAME=	bjumblr
+DISTVERSIONPREFIX=	v
+DISTVERSION=	0.2
+CATEGORIES=	audio
+PKGNAMESUFFIX=	-lv2
+
+MAINTAINER=	yuri@FreeBSD.org
+COMMENT=	Pattern-controlled audio stream / sample re-sequencer LV2 plugin
+
+LICENSE=	LGPL3
+LICENSE_FILE=	${WRKSRC}/LICENSE
+
+BUILD_DEPENDS=	lv2>0:audio/lv2
+LIB_DEPENDS=	libfontconfig.so:x11-fonts/fontconfig \
+		libfreetype.so:print/freetype2 \
+		libsndfile.so:audio/libsndfile
+
+USES=		gmake gnome pkgconfig xorg
+USE_GITHUB=	yes
+GH_ACCOUNT=	sjaehn
+GH_PROJECT=	BJumblr
+USE_GNOME=	cairo
+USE_XORG=	x11
+
+MAKEFILE=	makefile
+
+PLIST_FILES=	lib/lv2/BJumblr.lv2/BJumblr.so \
+		lib/lv2/BJumblr.lv2/BJumblr.ttl \
+		lib/lv2/BJumblr.lv2/BJumblr_GUI.so \
+		lib/lv2/BJumblr.lv2/inc/surface.png \
+		lib/lv2/BJumblr.lv2/manifest.ttl \
+		lib/lv2/BJumblr.lv2/surface.png
+
+post-install:
+	@${RM} ${STAGEDIR}${PREFIX}/lib/lv2/BJumblr.lv2/LICENSE
+	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lv2/BJumblr.lv2/BJumblr*.so
+
+.include <bsd.port.mk>

Added: head/audio/bjumblr-lv2/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bjumblr-lv2/distinfo	Sun Apr 19 07:08:31 2020	(r532077)
@@ -0,0 +1,3 @@
+TIMESTAMP = 1587279371
+SHA256 (sjaehn-BJumblr-v0.2_GH0.tar.gz) = dac18387c8c434b2c4023bfa2b37185ae104d332f6e15f1cd0e6e7d62caf6b80
+SIZE (sjaehn-BJumblr-v0.2_GH0.tar.gz) = 372734

Added: head/audio/bjumblr-lv2/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/audio/bjumblr-lv2/pkg-descr	Sun Apr 19 07:08:31 2020	(r532077)
@@ -0,0 +1,13 @@
+B.Jumblr is neither a sample slicer nor a step sequencer. From the technical POV
+B.Jumblr is a sequencer pattern-controlled audio delay effect.
+
+The pattern defines at when (vertical) and which (horizontal) piece of the audio
+input stream is sent to the audio output. Use the default diagonal line pattern
+for live playback. Moving a pad one step to the right results in a one step
+delayed playback of the respective piece of the audio input stream. Each pad
+(and thus each piece) can be levelled up or down by mouse wheel scrolling.
+
+In addidion, the user can control the playback progession using the playback
+buttons or the speed dial. This is facilitated via the progression delay.
+
+WWW: https://github.com/sjaehn/BJumblr



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202004190708.03J78VcJ025797>