Port details |
- bjumblr-lv2 Pattern-controlled audio stream / sample re-sequencer LV2 plugin
- 1.6.8_1 audio
=2 1.6.8_1Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-04-19 07:08:38
- Last Update: 2023-04-25 15:17:15
- Commit Hash: feb1fa3
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: LGPL3
- WWW:
- https://github.com/sjaehn/BJumblr
- Description:
- 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.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bjumblr-lv2>0:audio/bjumblr-lv2
- To install the port:
- cd /usr/ports/audio/bjumblr-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/bjumblr-lv2
- pkg install bjumblr-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bjumblr-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1631859884
SHA256 (sjaehn-BJumblr-1.6.8_GH0.tar.gz) = 1523ab933382dc757638f58c46495fb34d9aca08a41dd6618eb70ceb99dcae84
SIZE (sjaehn-BJumblr-1.6.8_GH0.tar.gz) = 506829
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- lv2>0 : audio/lv2
- gmake>=4.3 : devel/gmake
- pkgconf>=1.3.0_1 : devel/pkgconf
- x11.pc : x11/libX11
- Runtime dependencies:
-
- xdg-open : devel/xdg-utils
- x11.pc : x11/libX11
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libsndfile.so : audio/libsndfile
- libcairo.so : graphics/cairo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_bjumblr-lv2
- USES:
- compiler:c++11-lang gmake gnome pkgconfig xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.6.8_1 25 Apr 2023 15:17:15
    |
Christian Weisgerber (naddy)  |
audio/opus: bump consumers after update to 1.4 |
07 Sep 2022 21:58:51
    |
Stefan Eßer (se)  |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.6.8 07 Sep 2022 21:10:59
    |
Stefan Eßer (se)  |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.6.8 17 Sep 2021 08:48:01
    |
Yuri Victorovich (yuri)  |
audio/bjumblr-lv2: Update 1.6.6-8 -> 1.6.8
Reported by: portscout |
1.6.6.8 18 Apr 2021 05:20:29
    |
Yuri Victorovich (yuri)  |
audio/bjumblr-lv2: Update 1.6.4 -> 1.6.6-8 |
1.6.4 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.6.4 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.6.4 07 Mar 2021 18:26:06
  |
yuri  |
audio/bjumblr-lv2: Update 1.6.2 -> 1.6.4
Reported by: portscout |
1.6.2 13 Feb 2021 02:25:07
  |
yuri  |
audio/bjumblr-lv2: Update 1.6.0 -> 1.6.2
Reported by: portscout |
1.6.0 23 Dec 2020 04:36:05
  |
yuri  |
audio/bjumblr-lv2: Update 1.4.2 -> 1.6.0 |
1.4.2 15 Nov 2020 19:46:38
  |
yuri  |
audio/bjumblr-lv2: Update 1.4.0 -> 1.4.2
Reported by: portscout |
1.4.0 28 Jul 2020 02:50:19
  |
yuri  |
audio/bjumblr-lv2: Update 1.2.2 -> 1.4.0
Reported by: portscout |
1.2.2 21 Jul 2020 08:34:43
  |
pkubaj  |
audio/bjumblr-lv2: fix build on GCC architectures
Require C++11 compiler because of -std=c++11.
Include climits in FileChooser.hpp because of INT64_MAX (GCC doesn't do that by
default).
PR: 248134
Approved by: portmgr (blanket: build fix)
MFH: 2020Q3 (blanket: build fix) |
1.2.2 15 Jun 2020 03:06:17
  |
yuri  |
audio/bjumblr-lv2: Update 1.2.0 -> 1.2.2
Reported by: portscout |
1.2.0 16 May 2020 17:29:41
  |
yuri  |
audio/bjumblr-lv2: Update 0.2 -> 1.2.0
Reported by: portscout |
0.2 19 Apr 2020 07:08:31
  |
yuri  |
New port: audio/bjumblr-lv2: Pattern-controlled audio stream / sample
re-sequencer LV2 plugin |