Port details |
- caps-lv2 LV2 version of the C* Audio Plugin Suite
- g20200529 audio
=2 g20200529Version of this port present on the latest quarterly branch. - Maintainer: yuri@FreeBSD.org
 - Port Added: 2017-08-21 07:09:44
- Last Update: 2023-07-20 17:42:38
- Commit Hash: c2cf9ce
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv3
- WWW:
- https://github.com/moddevices/caps-lv2
- Description:
- The C* Audio Plugin Suite, is a collection of highly refined LV2
units capable of (and intended for) realtime operation. The suite
includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and others.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- caps-lv2>0:audio/caps-lv2
- To install the port:
- cd /usr/ports/audio/caps-lv2/ && make install clean
- To add the package, run one of these commands:
- pkg install audio/caps-lv2
- pkg install caps-lv2
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: caps-lv2
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617825044
SHA256 (moddevices-caps-lv2-g20200529-5d52a0c_GH0.tar.gz) = 5175266b4a65a451d95b235074635e76c77915b41bcd26e61ca3ac019bb11c77
SIZE (moddevices-caps-lv2-g20200529-5d52a0c_GH0.tar.gz) = 25008240
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
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- audio_caps-lv2
- USES:
- gmake 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 |
g20200529 20 Jul 2023 17:42:38
    |
Muhammad Moinur Rahman (bofh)  |
audio/caps-lv2: Fix build with llvm16
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
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) |
g20200529 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 ) |
g20200529 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 ) |
g20200529 07 Apr 2021 20:00:30
    |
Yuri Victorovich (yuri)  |
audio/caps-lv2: Update g20190321 -> g20200529 |
g20190321 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
g20190321 25 Apr 2019 17:07:33
  |
yuri  |
audio/caps-lv2: fix build with GCC-based architectures
PR: 237565
Submitted by: pkubaj |
g20190321 08 Apr 2019 01:13:21
  |
yuri  |
audio/caps-lv2: Update g20170626 -> g20190321 |
g20170626_1 25 Mar 2019 23:44:57
  |
brooks  |
Remove dependency on llvm50.
Apply a patch use sinf/cosf rather then __builtin_ versions as template
arguments must have external linkage. This allows building without
pinning an obsolete llvm version.
PR: 236411
Approved by: maintainer timeout |
g20170626_1 15 Jan 2019 07:49:08
  |
yuri  |
audio/caps-lv2: fix build with GCC-based architectures
GCC architectures don't have libc++. Add -stdlib=libstdc++ on them to CXXFLAGS
and LDFLAGS to fix build.
PR: 234943
Submitted by: Piotr Kubaj <pkubaj@anongoth.pl> |
g20170626_1 11 Dec 2018 17:03:52
  |
linimon  |
These ports now build on powerpc64.
Approved by: portmgr (tier-2 blanket) |
g20170626_1 19 Jun 2018 22:30:08
  |
yuri  |
audio/caps-lv2: Switch to clang-5 to avoid the regression in clang-6.
Remove BROKEN statements which have this regression as a reason.
Reported by: fallout |
g20170626 03 Jun 2018 14:08:05
  |
linimon  |
These ports are not quite ready for the tier-2 archs yet.
These are probably trivial fixes, if someone has the time and interest
to pursue them. I'm definitely short of time ATM.
Approved by: portmgr (tier-2 blanket) |
g20170626 25 Feb 2018 00:40:37
  |
yuri  |
Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.org
98 ports are affected.
Approved by: tcberner (mentor, implicit) |
g20170626 21 Aug 2017 07:05:51
  |
ultima  |
The C* Audio Plugin Suite, is a collection of highly refined LV2
units capable of (and intended for) realtime operation. The suite
includes DSP units emulating instrument amplifiers, stomp-box
classics, versatile 'virtual analogue' oscillators, fractal
oscillation, reverb, equalization and others.
WWW: https://github.com/moddevices/caps-lv2
PR: 221254
Submitted by: Yuri Victorovich (maintainer)
Reviewed by: matthew (mentor)
Approved by: matthew (mentor)
Differential Revision: https://reviews.freebsd.org/D12092 |