aboutsummaryrefslogtreecommitdiff
path: root/audio/noise-repellent-lv2
Commit message (Collapse)AuthorAgeFilesLines
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Fix build on !x86 !aarch64:Mark Linimon2020-02-051-0/+20
| | | | | | | | | | | | | | | cc1: error: unrecognized command line option "-msse" cc1: error: unrecognized command line option "-msse2" cc1: error: unrecognized command line option "-mfpmath=sse" This patch should be upstreamed. Tested on both amd64 and powerpc64. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=525260
* audio/noise-repellent-lv2: Update 0.1.4 -> 0.1.5-3Yuri Victorovich2020-01-072-5/+6
| | | | | | | 0.1.5-3 because 0.1.5 was broken, installed files into wrong locations where LV2 hosts don't look for them. Notes: svn path=/head/; revision=522312
* New port: audio/noise-repellent-lv2: LV2 plugin for broadband noise reductionYuri Victorovich2018-02-033-0/+49
The LV2 plugin to denoise audio signals: https://github.com/lucianodato/noise-repellent Submitted by: myself Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D14182 Notes: svn path=/head/; revision=460840