aboutsummaryrefslogtreecommitdiffstats
path: root/audio/lv2
Commit message (Collapse)AuthorAgeFilesLines
* Add PY_FLAVOR to Python module dependencies.mat2018-05-221-4/+4
| | | | Sponsored by: Absolight
* Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig intomat2017-06-071-4/+0
| | | | | | | | | | | | | libdata/pkgconfig. Fix ports that where installing the file in the wrong place. PR: 218067 Submitted by: mat Exp-run by: antoine Reviewed by: rene, antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D10129
* audio/lv2: oops, restore comment after r425366jbeich2016-11-051-0/+1
|
* audio/lv2: fix substitution in lv2core.pcjbeich2016-11-052-30/+4
| | | | | | | | | | | | | | | | | | | | | | | | | Only noticed by broken -export-symbols-regex (libtool) in audio/calf. --- /usr/local/libdata/pkgconfig/lv2core.pc before +++ /usr/local/libdata/pkgconfig/lv2core.pc after @@ -1,10 +1,10 @@ prefix=/usr/local -exec_prefix= -libdir=/usr/local/lib -includedir=/usr/local/include +exec_prefix=${prefix} +libdir=${exec_prefix}/lib +includedir=${prefix}/include Name: lv2core -Version: +Version: 12.0 Description: An audio plugin interface specification. Libs: Cflags: -I${includedir} PR: 213285 Submitted by: Michael Beer <beerml@sigma6audio.de> (maintainer)
* audio/lv2: oops, sort LICENSE fieldjbeich2016-11-011-1/+1
|
* audio/lv2: add new portjbeich2016-11-015-0/+289
PR: 197126, 213285 (based on) Submitted by: Radim Kolar <hsn@sendmail.cz>, Michael Beer <beerml@sigma6audio.de> LV2 is an open standard for audio plugins, used by hundreds of plugins and other projects. At its core, LV2 is a simple stable interface, accompanied by extensions which add functionality to support the needs of increasingly powerful audio software. http://lv2plug.in/