Port details |
- geonkick-lv2 Software percussion synthesizer
- 2.10.0 audio =2 2.10.0Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2019-08-10 22:23:52
- Last Update: 2023-09-09 06:05:09
- Commit Hash: 987d0f2
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/iurie-sw/geonkick
- Description:
- Geonkick is a free software percussion synthesizer.
Geonkick is a synthesizer that can synthesize elements of percussion. The most
basic examples are: kicks, snares, hit-hats, shakers, claps, sticks.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- geonkick-lv2>0:audio/geonkick-lv2
- To install the port:
- cd /usr/ports/audio/geonkick-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/geonkick-lv2
- pkg install geonkick-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: geonkick-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1694233062
SHA256 (iurie-sw-geonkick-v2.10.0_GH0.tar.gz) = cb63e2b81a6e5b45285861fc1a46f03959d6a33f9e3b1c7e7982f6ec4d9f0254
SIZE (iurie-sw-geonkick-v2.10.0_GH0.tar.gz) = 57376735
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 : devel/gmake
- rapidjson>0 : devel/rapidjson
- 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
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Library dependencies:
-
- libjack.so : audio/jack
- 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_geonkick-lv2
- USES:
- compiler:c++17-lang cmake desktop-file-utils gnome localbase:ldflags pkgconfig shared-mime-info 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 |
2.10.0 09 Sep 2023 06:05:09 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: update 2.9.2 → 2.10.0
Reported by: portscout |
2.9.2 23 Aug 2023 05:13:46 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: update 2.9.1 → 2.9.2
Reported by: portscout |
2.9.1_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) |
2.9.1 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.9.1 15 May 2022 04:00:42 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: Update 2.9.0 -> 2.9.1
Reported by: portscout |
2.9.0 13 Feb 2022 17:38:23 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: Update 2.8.1 -> 2.9.0
Reported by: portscout |
2.8.1 24 Jan 2022 21:27:58 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: Update 2.8.0 -> 2.8.1
Reported by: portscout |
2.8.0_1 19 Oct 2021 08:36:47 |
Tobias Kortkamp (tobik) |
*: apply refactor.remove-consecutive-empty-lines
Submitted by: portedit |
2.8.0_1 10 Oct 2021 19:44:42 |
Baptiste Daroussin (bapt) |
INSTALLS_ICONS: retire the macro and rework the related dependencies
While here, make sure gtk-update-icon-cache is only on run dependency
where added as a dependency
Enforce gtk3 to depend on gtk-update-icon-cache (previously it was
inheriting the dependency) |
2.8.0_1 02 Aug 2021 16:03:15 |
Yuri Victorovich (yuri) |
audio/jack: Update to Jack2: 0.125.0 -> 1.9.16
Big thank you to Florian Walpen <dev@submerge.ch> and
Goran Mekić <meka@tilda.center> for working on Jack2.
PR: 251125
Submitted by: Florian Walpen <dev@submerge.ch> (original version) |
2.8.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
2.8.0 06 Apr 2021 19:02:58 |
Yuri Victorovich (yuri) |
audio/geonkick-lv2: Update 2.7.2 -> 2.8.0 |
2.7.2 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.7.2 01 Mar 2021 18:53:32 |
yuri |
audio/geonkick-lv2: Update 2.7.0 -> 2.7.2
Reported by: portscout |
2.7.0 26 Jan 2021 00:03:07 |
yuri |
audio/geonkick-lv2: Update 2.6.1 -> 2.7.0
Reported by: portscout |
2.6.1 02 Jan 2021 02:52:35 |
yuri |
audio/geonkick-lv2: Update 2.6.0 -> 2.6.1
Reported by: portscout |
2.6.0 17 Dec 2020 20:58:01 |
yuri |
audio/geonkick-lv2: Update 2.5.1 -> 2.6.0 |
2.5.1 03 Dec 2020 08:47:30 |
yuri |
audio/geonkick-lv2: Update 2.5.0 -> 2.5.1
Reported by: portscout |
2.5.0 22 Nov 2020 09:16:03 |
yuri |
audio/geonkick-lv2: Fix build
It was broken by r554710.
Reported by: fallout |
2.5.0 09 Nov 2020 11:42:33 |
mat |
Remove references to non existent patches.
PR: 250723 |
2.5.0 31 Oct 2020 00:51:52 |
yuri |
audio/geonkick-lv2: Update 2.4.0 -> 2.5.0
Reported by: portscout |
2.4.0 27 Oct 2020 20:03:33 |
yuri |
audio/geonkick-lv2: Update 2.3.8 -> 2.4.0
Reported by: portscout |
2.3.8 23 Sep 2020 23:03:16 |
yuri |
audio/geonkick-lv2: Update 2.3.7 -> 2.3.8
Reported by: portscout |
2.3.7 21 Sep 2020 02:50:36 |
yuri |
audio/geonkick-lv2: Update 1.9.2 -> 2.3.7; Project is now on GH |
1.9.2 19 Aug 2020 13:49:22 |
pkubaj |
audio/geonkick-lv2: fix build on GCC architectures
-lstdc++fs is necessary for gcc.
MFH: 2020Q3 (fix build blanket) |
1.9.2 05 Jan 2020 10:55:05 |
yuri |
audio/geonkick-lv2: Update 1.8-2 -> 1.9.2 |
1.8.2 05 Jan 2020 10:26:04 |
antoine |
Mark a few ports broken (unfetchable) |
1.8.2 04 Nov 2019 20:39:52 |
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'. |
1.8.2 10 Aug 2019 22:23:42 |
yuri |
New port: audio/geonkick-lv2: Software percussion synthesizer |