Port details |
- komposter Lightweight music composing system
- g20201211_1 audio =2 g20201211_1Version of this port present on the latest quarterly branch.
- Maintainer: ehaupt@FreeBSD.org
- Port Added: 2020-12-21 14:23:13
- 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: GPLv2
- WWW:
- https://github.com/electronoora/komposter
- Description:
- Komposter is a lightweight music composing system intended mainly to be used in
applications where the size of the executable must be minimized such as 4K and
64K intros.
It is built using a modular "virtual analog" model, where the composer can build
the synthesizers from scratch using simple basic building blocks. This minimizes
the amount of code required and relies more on data, which can be compressed
more effectively.
A simple pattern-based sequencer is used to create songs which use up to 24
voices, each of which can use a different synthesizer. Each synthesizer can be
programmed with a number of patches that can be switched between patterns.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- komposter>0:audio/komposter
- To install the port:
- cd /usr/ports/audio/komposter/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/komposter
- pkg install komposter
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: komposter
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1608484879
SHA256 (electronoora-komposter-g20201211-f75eeb7_GH0.tar.gz) = 759706ef8ccbffe3aa20fb1a53b3d416243f545003170d2d92b604add346861b
SIZE (electronoora-komposter-g20201211-f75eeb7_GH0.tar.gz) = 1909488
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:
-
- pkgconf>=1.3.0_1 : devel/pkgconf
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- xorgproto>=0 : x11/xorgproto
- xorgproto>=0 : x11/xorgproto
- Library dependencies:
-
- libfreetype.so : print/freetype2
- libGL.so : graphics/libglvnd
- libGLU.so : graphics/libGLU
- libglut.so : graphics/freeglut
- libopenal.so.1 : audio/openal-soft
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for komposter-g20201211_1:
EXAMPLES=on: Build and/or install examples
===> Use 'make config' to modify these settings
- Options name:
- audio_komposter
- USES:
- autoreconf compiler:c++11-lang gl libtool openal pkgconfig
- 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) |
g20201211_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 ) |
g20201211_1 20 Jul 2022 14:20:54 |
Tobias C. Berner (tcberner) |
audio: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <dmagda+libsamplerate@ee.ryerson.ca>
* <trasz@FreeBSD.org>
* Adam Weinberger
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Aleksander Fafula <alex@bsdguru.org>
* Alex Allan <alex@kamaz.org.uk>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kojevnikov <alexander@kojevnikov.com>
* Alexander Nedotsukov <bland@FreeBSD.org>
* Alexander Vereeken <Alexander88207@protonmail.com> (Only the first 15 lines of the commit message are shown above ) |
g20201211_1 07 Aug 2021 14:09:05 |
Tobias C. Berner (tcberner) |
audio/komposter: prepare for freetype2 upgrade
- freetype2 will no longer ship freetype-config (which was a pkg-config
wrapper) in the near future -- use pkg-config to gather the required
flags.
PR: 251512 |
g20201211_1 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
g20201211 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
g20201211 15 Jan 2021 17:57:10 |
pkubaj |
audio/komposter: fix build on GCC architectures
checking if OpenGL is ok... configure: error: no
MFH: 2021Q1 |
g20201211 21 Dec 2020 14:22:37 |
ehaupt |
Add komposter g20201211, lightweight music composing system. |