aboutsummaryrefslogtreecommitdiff
path: root/audio/lvtk
Commit message (Collapse)AuthorAgeFilesLines
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* audio/lvtk: fix build on GCC architecturesPiotr Kubaj2020-10-021-1/+1
| | | | | | | | Use C++11 compiler: /wrkdirs/usr/ports/audio/lvtk/work/lvtk-2.0.0rc1-14-g1028f69/lvtk/lvtk.hpp:186: error: ISO C++ forbids declaration of 'data_ptr_t' with no type Notes: svn path=/head/; revision=551052
* audio/lvtk: Update 1.2.0 -> 2.0.0rc1-14Yuri Victorovich2020-09-243-29/+24
| | | | | | | | PR: 249583 Reported by: swills Notes: svn path=/head/; revision=549929
* Switch version of python used in USES=waf to default version of pythonAntoine Brodin2020-01-141-1/+1
| | | | | | | | | Reviewed by: bapt With hat: portmgr Differential Revision: https://reviews.freebsd.org/D23143 Notes: svn path=/head/; revision=522998
* 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
* This toolkit contains libraries that wrap the LV2 C API and extensions intoRichard Gallamore2017-08-134-0/+67
easy to use C++ classes. The original work for this was mostly done by Lars Luthman in lv2-c++-tools. WWW: https://github.com/lvtk/lvtk PR: 221272 Submitted by: Yuri Victorovich (maintainer) Reviewed by: matthew (mentor) Approved by: matthew (mentor) Differential Revision: https://reviews.freebsd.org/D12013 Notes: svn path=/head/; revision=447921