| Port details on branch 2020Q3 |
- bjumblr-lv2 Pattern-controlled audio stream / sample re-sequencer LV2 plugin
- 1.2.2 audio
=0 1.2.2Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2020-09-04 01:26:04
- Last Update: 2020-09-04 01:25:25
- Commit Hash: f1362cb
- 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.
WWW: https://github.com/sjaehn/BJumblr
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1592190146
SHA256 (sjaehn-BJumblr-1.2.2_GH0.tar.gz) = f70faa76509adf50c116575271b489a444f7e18ac608da94330645e6b559c3a1
SIZE (sjaehn-BJumblr-1.2.2_GH0.tar.gz) = 435026
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:

- 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:
-
- 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:
|
Number of commits found: 2
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.2.2 04 Sep 2020 01:25:25
    |
Mark Linimon (linimon)  |
MFH: r542727
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) |
1.2.2 04 Sep 2020 01:25:25
  |
linimon  |
MFH: r542727
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) |
Number of commits found: 2
|