Port details |
- vmpk Virtual MIDI Piano Keyboard
- 0.8.7 audio
=0 0.8.6Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-11-11 20:01:28
- Last Update: 2022-05-16 06:49:43
- Commit Hash: 2d34c2b
- License: GPLv3
- Description:
- Virtual MIDI Piano Keyboard is a MIDI events generator and receiver. It doesn't
produce any sound by itself, but can be used to drive a MIDI synthesizer
(either hardware or software, internal or external). You can use the computer's
keyboard to play MIDI notes, and also the mouse. You can use the Virtual MIDI
Piano Keyboard to display the played MIDI notes from another instrument or MIDI
file player. To do so, connect the other MIDI port to the input port of VMPK.
WWW: http://vmpk.sourceforge.net
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/audio/vmpk/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/vmpk
- pkg install vmpk
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: vmpk
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1651268884
SHA256 (vmpk-0.8.7.tar.bz2) = d32d574be2376e636b27ae4b4f42f24ddf1a48b5d59556451436708315432c69
SIZE (vmpk-0.8.7.tar.bz2) = 483742
- 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:
-
- xsltproc : textproc/libxslt
- docbook-xsl>0 : textproc/docbook-xsl
- cmake : devel/cmake
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- qt5-buildtools>=5.15.2 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15.2 : devel/qt5-qmake
- xcb.pc : x11/libxcb
- Runtime dependencies:
-
- xcb.pc : x11/libxcb
- Library dependencies:
-
- libdrumstick-rt.so : audio/drumstick
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Network.so : net/qt5-network
- libQt5Svg.so : graphics/qt5-svg
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- libQt5X11Extras.so : x11/qt5-x11extras
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for vmpk-0.8.7:
DBUS=off: D-Bus IPC system support
===> Use 'make config' to modify these settings
- Options name:
- audio_vmpk
- USES:
- compiler:c++11-lang cmake localbase:ldflags pkgconfig qt:5 tar:bz2 xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
16 May 2022 06:49:43 0.8.7
|
Loïc Bartoletti (lbartoletti)  |
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine |
29 Apr 2022 23:21:30 0.8.7
|
Yuri Victorovich (yuri)  |
audio/vmpk: Update 0.8.6 -> 0.8.7
Reported by: portscout |
23 Dec 2021 21:17:35 0.8.6
|
Yuri Victorovich (yuri)  |
audio/vmpk: Update 0.8.4 -> 0.8.6
Reported by: portscout |
01 Jul 2021 01:07:41 0.8.4
|
Yuri Victorovich (yuri)  |
audio/vmpk: Update 0.8.3 -> 0.8.4
Reported by: portscout |
26 May 2021 18:05:38 0.8.3
|
Yuri Victorovich (yuri)  |
audio/vmpk: Update 0.7.2 -> 0.8.3 |
07 Apr 2021 08:09:01 0.7.2
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 0.7.2
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
12 Jan 2020 06:12:25
0.7.2
|
yuri  |
audio/vmpk: Update 0.7.1 -> 0.7.2
Reported by: portscout |
04 Nov 2019 20:39:52
0.7.1_3
|
zeising  |
Add USES=xorg USES=gl, ports categories a
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories
starting with 'a'. |
26 Jul 2019 20:46:57
0.7.1_3
|
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using Mk/bsd.octave.mk which in turn features USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
01 May 2019 19:35:15
0.7.1_2
|
rene  |
Remove esound support from pulseaudio as audio/esound expired.
Bump PORTREVISIONs of dependent ports.
Build-tested in poudriere on a head-amd64 jail for audio/pulseaudio* |
16 Jan 2019 11:13:45
0.7.1_1
|
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
25 Dec 2018 20:25:40
0.7.1
|
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
23 Dec 2018 18:06:03
0.7.1
|
yuri  |
audio/vmpk: fix build with GCC-based architectures
PR: 234301
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
04 Dec 2018 23:59:48
0.7.1
|
yuri  |
audio/vmpk: Update 0.7.0 -> 0.7.1
Reported by: portscout |
20 Jul 2018 07:20:24
0.7.0
|
yuri  |
audio/vmpk: Update 0.6.2 -> 0.7.0
Reported by: repology |
28 Jun 2018 17:39:55
0.6.2_1
|
tcberner  |
Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
USES= qt:4
USE_QT= foo bar
ports depending on Qt5 will use
USES= qt:5
USE_QT= foo bar
PR: 229225
Exp-run by: antoine
Reviewed by: mat
Approved by: portmgr (antoine)
Differential Revision: -https://reviews.freebsd.org/D15540 |
28 Nov 2017 06:30:27
0.6.2_1
|
yuri  |
audio/vmpk: Removed MANPAGES option as per mat's request
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13274 |
11 Nov 2017 20:01:20
0.6.2
|
yuri  |
New port: audio/vmpk: Virtual MIDI Piano Keyboard
PR: 221460
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13045 |