Port details |
- bsequencer-lv2 Multi channel MIDI step sequencer LV2 plugin
- 1.8.10 audio =2 1.8.10Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-07-10 06:36:39
- Last Update: 2022-09-07 21:58:51
- Commit Hash: fb16dfe
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/sjaehn/BSEQuencer
- Description:
- 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
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- bsequencer-lv2>0:audio/bsequencer-lv2
- To install the port:
- cd /usr/ports/audio/bsequencer-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/bsequencer-lv2
- pkg install bsequencer-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bsequencer-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1632242618
SHA256 (sjaehn-BSEQuencer-1.8.10_GH0.tar.gz) = 73e2afa2a1ed30251fe98724617d8d0f8b15615559075ea858b4cc76b3c5a2f1
SIZE (sjaehn-BSEQuencer-1.8.10_GH0.tar.gz) = 1516769
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:
-
- x11.pc : x11/libX11
- Library dependencies:
-
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libcairo.so : graphics/cairo
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_bsequencer-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 |
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.8.10 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.8.10 21 Sep 2021 17:47:02 |
Yuri Victorovich (yuri) |
audio/bsequencer-lv2: Update 1.8.8 -> 1.8.10
Reported by: portscout |
1.8.8 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.8.8 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.8.8 20 Mar 2021 06:34:04 |
yuri |
audio/bsequencer-lv2: Update 1.8.6 -> 1.8.8
Reported by: portscout |
1.8.6 13 Feb 2021 02:30:38 |
yuri |
audio/bsequencer-lv2: Update 1.8.4 -> 1.8.6
Reported by: portscout |
1.8.4 14 Nov 2020 23:22:48 |
yuri |
audio/bsequencer-lv2: Update 1.6.0 -> 1.8.4 |
1.6.0 07 Jul 2020 08:56:25 |
yuri |
audio/bsequencer-lv2: Update 1.4.2 -> 1.6.0
Reported by: portscout |
1.4.2 17 May 2020 09:39:12 |
yuri |
audio/bsequencer-lv2: Update 1.2.0 -> 1.4.2
Reported by: portscout |
1.2.0 08 Dec 2019 16:33:45 |
yuri |
audio/bsequencer-lv2: Update 0.4 -> 1.2.0
Reported by: portscout |
0.4 21 Sep 2019 16:06:24 |
pkubaj |
audio/bsequencer-lv2: fix build on GCC architectures
src/ButtonBox.hpp needs include sys/types.h for uint.
PR: 240663
Approved by: yuri (maintainer), linimon (mentor)
Differential Revision: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240663 |
0.4 04 Sep 2019 09:07:28 |
yuri |
audio/bsequencer-lv2: Update 0.3-17 -> 0.4
Reported by: portscout |
0.3.17 01 Aug 2019 19:21:10 |
pkubaj |
audio/bsequencer-lv2: fix build with GCC architectures
C++11 compiler is required:
cc1plus: error: unrecognized command line option "-std=c++11"
include sys/types.h is required by GCC for uint in src/BWidgets/ChoiceBox.cpp,
src/BWidgets/ImageIcon.cpp and src/BWidgets/ListBox.cpp.
PR: 239440
Approved by: linimon (mentor), yuri (maintainer)
Differential Revision: https://reviews.freebsd.org/D21066 |
0.3.17 14 Jul 2019 19:52:50 |
yuri |
audio/bsequencer-lv2: Update 0.3-16 -> 0.3-17
Now it builds with clang. |
0.3.16 10 Jul 2019 06:36:24 |
yuri |
New port: audio/bsequencer-lv2: Multi channel MIDI step sequencer LV2 plugin |