Port details |
- drumstick MIDI libraries for Qt/C++
- 2.9.1_1 audio =2 2.9.1Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2017-11-11 08:01:26
- Last Update: 2024-11-23 08:31:00
- Commit Hash: 5505c50
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- Also Listed In: multimedia
- License: BSD2CLAUSE
- WWW:
- https://sourceforge.net/projects/drumstick
- Description:
- Drumstick is a tool to play music. This is a set of C++ MIDI libraries using
Qt objects, idioms and style. It contains a C++ wrapper around software
support for MIDI. A complementary library provides classes for SMF
(Standard MIDI files: .MID/.KAR), Cakewalk (.WRK), and Overture (.OVE) file
formats processing. A multiplatform realtime MIDI I/O library is also provided.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- drumstick>0:audio/drumstick
- To install the port:
- cd /usr/ports/audio/drumstick/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/drumstick
- pkg install drumstick
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: drumstick
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1724905237
SHA256 (drumstick-2.9.1.tar.bz2) = 5390a6f694c3c42f0dcf241f8da0bf78104351610b5788eae28bf840679f33d8
SIZE (drumstick-2.9.1.tar.bz2) = 502448
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-core
- ninja : devel/ninja
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-mime-database : misc/shared-mime-info
- xorgproto>=0 : x11/xorgproto
- lupdate : devel/qt6-tools
- Runtime dependencies:
-
- FluidR3_GM.sf2 : audio/fluid-soundfont
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libasound.so : audio/alsa-lib
- libfluidsynth.so : audio/fluidsynth
- libpulse.so : audio/pulseaudio
- libsonivox.so : audio/sonivox
- libGL.so : graphics/libglvnd
- libOpenGL.so : graphics/libglvnd
- libQt6Core5Compat.so : devel/qt6-5compat
- libQt6Core.so : devel/qt6-base
- libQt6Svg.so : graphics/qt6-svg
- This port is required by:
- for Libraries
-
- audio/dmidiplayer
- audio/sonivox-eas
- audio/vmpk
Configuration Options:
- ===> The following configuration options are available for drumstick-2.9.1_1:
ALSA=on: ALSA audio architecture support
MANPAGES=on: Build and/or install manual pages
====> Options available for the multi RT_BACKEND: you have to choose at least one of them
FLUIDSYNTH=on: Build FluidSynth RT backend
NETWORK=on: Build Network RT backend
SONIVOX=on: Build FluidSynth RT backend
===> Use 'make config' to modify these settings
- Options name:
- audio_drumstick
- USES:
- compiler:c++17-lang cmake desktop-file-utils gl pkgconfig qt:6 shared-mime-info tar:bz2 localbase
- 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 |
2.9.1_1 23 Nov 2024 08:31:00 |
Gleb Popov (arrowd) |
*: Bump PORTREVISIONs of Pulseaudio consumers
Sponsored by: Future Crew, LLC |
2.9.1 29 Aug 2024 07:11:57 |
Yuri Victorovich (yuri) |
audio/drumstick: update 2.9.0 → 2.9.1
Reported by: portscout |
2.9.0 31 Dec 2023 08:25:20 |
Yuri Victorovich (yuri) |
audio/drumstick: update 2.8.1 → 2.9.0
Reported by: portscout |
2.8.1 26 Aug 2023 07:26:03 |
Yuri Victorovich (yuri) |
audio/drumstick: update 2.8.0 → 2.8.1
Reported by: portscout |
2.8.0_2 07 Aug 2023 16:34:07 |
Gleb Popov (arrowd) |
audio/pulseaudio: Update to 16.1
Bump PORTREVISION on consumers.
Sponsored by: Serenity Cybersecurity, LLC
PR: 262713 |
2.8.0_1 26 Jul 2023 19:58:56 |
Loïc Bartoletti (lbartoletti) |
devel/qt6: bump dependent ports |
2.8.0 13 Jul 2023 05:34:54 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.7.2 → 2.8.0
Reported by: portscout |
2.7.2_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
2.7.2 20 Mar 2023 08:29:04 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.7.1 → 2.7.2
Reported by: portscout |
2.7.1_2 11 Sep 2022 10:20:14 |
Felix Palmen (zirias) |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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) |
2.7.1_2 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 ) |
2.7.1_2 02 Sep 2022 23:44:05 |
Yuri Victorovich (yuri) |
audio/drumstick: Add/rearrange options
This fixes build for some combination of options.
Reported by: hps@selasky.org |
2.7.1_1 02 Sep 2022 20:14:56 |
Yuri Victorovich (yuri) |
audio/drumstick: Option MANPAGES not broken |
2.7.1 02 Sep 2022 19:11:55 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.6.1 -> 2.7.1; Switch to Qt6; Add ALSA option
Other ports like audio/sonivox-eas expect ALSA support in drumstick.
Reported by: portscout |
2.6.1 21 May 2022 20:38:51 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.6.0 -> 2.6.1
Reported by: portscout |
2.6.0 16 May 2022 06:49:43 |
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 |
2.6.0 28 Apr 2022 00:08:49 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.5.0 -> 2.6.0
Reported by: portscout |
2.5.0 23 Dec 2021 21:17:34 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.4.0 -> 2.5.0
Reported by: portscout |
2.4.0_2 27 Nov 2021 10:09:44 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.4
MFH: 2021Q4 |
2.4.0_1 04 Oct 2021 04:56:46 |
Thomas Zander (riggs) |
audio/fluidsynth: Update to upstream version 2.2.3
MFH: 2021Q4 |
2.4.0 21 Sep 2021 16:41:47 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.3.1 -> 2.4.0 |
2.3.1 31 Jul 2021 21:19:36 |
Yuri Victorovich (yuri) |
audio/drumstick: 2.3.0 -> 2.3.1
Reported by: portscout |
2.3.0 01 Jul 2021 01:07:41 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.2.1 -> 2.3.0
Reported by: portscout |
2.2.1 01 Jun 2021 18:25:17 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 2.2.0 -> 2.2.1
Reported by: portscout |
2.2.0 26 May 2021 18:05:38 |
Yuri Victorovich (yuri) |
audio/drumstick: Update 1.1.3 -> 2.2.0 |
1.1.3 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.1.3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.1.3 13 Oct 2019 18:23:37 |
yuri |
audio/drumstick: Update 1.1.2 -> 1.1.3
Reported by: portscout |
1.1.2_6 29 Sep 2019 10:04:32 |
riggs |
Chase update to audio/fluidsynth; bump PORTREVISION of dependent ports
PR: 240890 |
1.1.2_5 26 Jul 2019 20:46:57 |
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 |
1.1.2_4 01 May 2019 19:35:15 |
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* |
1.1.2_3 02 Mar 2019 16:55:53 |
riggs |
Chase update of fluidsynth to 2.0.3
PR: 233448 |
1.1.2_2 16 Jan 2019 11:13:45 |
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 ) |
1.1.2_1 25 Dec 2018 20:25:40 |
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 |
1.1.2_1 12 Dec 2018 01:35:36 |
gerald |
Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 under most circumstances.
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, as a double check, everything INDEX-11 showed depending on lang/gcc7.
PR: 231590 |
1.1.2 01 Dec 2018 15:13:06 |
yuri |
audio/drumstick: fix build with GCC-based architectures
PR: 233685
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
1.1.2 26 Nov 2018 06:02:26 |
yuri |
audio/drumstick: Update 1.1.1 -> 1.1.2
Reported by: portscout |
1.1.1_1 28 Jun 2018 17:39:55 |
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 |
1.1.1_1 01 Jun 2018 22:16:12 |
riggs |
Bump PORTREVISIONS to chase update to audio/fluidsynth 1.1.11
PR: 228265 |
1.1.1 26 Feb 2018 17:50:32 |
yuri |
audio/drumstick: Update to 1.1.1
Additional changes:
* Added PLIST_SUB
* Updated patches
Reported by: portscout
Approved by: tcberner (mentor, implicit) |
1.1.0_1 12 Nov 2017 20:23:00 |
yuri |
audio/drumstick: Bumped PORTREVISION after adding MANPAGES to OPTIONS_DEFAULT
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12999 |
1.1.0 12 Nov 2017 17:51:18 |
yuri |
audio/drumstick: Added MANPAGES to OPTIONS_DEFAULT.
Approved by: mat (followup request in D12999)
Differential Revision: https://reviews.freebsd.org/D12999 |
1.1.0 11 Nov 2017 08:01:16 |
yuri |
New port: audio/drumstick: MIDI libraries for Qt5/C++
PR: 221459
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D12999 |