aboutsummaryrefslogtreecommitdiff
path: root/audio/caps-lv2
Commit message (Collapse)AuthorAgeFilesLines
* audio/caps-lv2: Update g20190321 -> g20200529Yuri Victorovich2021-04-073-15/+8
|
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/caps-lv2: fix build with GCC-based architecturesYuri Victorovich2019-04-251-5/+0
| | | | | | | | PR: 237565 Submitted by: pkubaj Notes: svn path=/head/; revision=500037
* audio/caps-lv2: Update g20170626 -> g20190321Yuri Victorovich2019-04-085-11/+42
| | | | Notes: svn path=/head/; revision=498340
* Remove dependency on llvm50.Brooks Davis2019-03-253-7/+41
| | | | | | | | | | | | 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 Notes: svn path=/head/; revision=496860
* audio/caps-lv2: fix build with GCC-based architecturesYuri Victorovich2019-01-151-0/+5
| | | | | | | | | | 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> Notes: svn path=/head/; revision=490351
* These ports now build on powerpc64.Mark Linimon2018-12-111-2/+0
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=487243
* audio/caps-lv2: Switch to clang-5 to avoid the regression in clang-6.Yuri Victorovich2018-06-191-2/+8
| | | | | | | | | Remove BROKEN statements which have this regression as a reason. Reported by: fallout Notes: svn path=/head/; revision=472827
* These ports are not quite ready for the tier-2 archs yet.Mark Linimon2018-06-031-0/+4
| | | | | | | | | | 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) Notes: svn path=/head/; revision=471496
* Replaced my old rawbw.com maintainer's address with yuri@FreeBSD.orgYuri Victorovich2018-02-251-1/+1
| | | | | | | | | 98 ports are affected. Approved by: tcberner (mentor, implicit) Notes: svn path=/head/; revision=462887
* The C* Audio Plugin Suite, is a collection of highly refined LV2Richard Gallamore2017-08-214-0/+469
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 Notes: svn path=/head/; revision=448455