Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Jan 2021 16:46:59
1.18.2

|
fernape  |
audio/lv2: update to 1.18.2
ChangeLog: https://gitlab.com/lv2/lv2/-/releases/v1.18.2
Reported by: portscout |
08 Jan 2021 07:47:03
1.18.0_2

|
fluffy  |
devel/doxygen: Update to 1.9.0
- regen patches by 'make makepatch'
- adjust consumers which affected by new doxygen styles
- take maintainersip
Changelog: https://www.doxygen.nl/manual/changelog.html#log_1_9_0
PR: 242347
Submitted by: fluffy
Reported by: Naram Qashat (ex-maintainer)
Exp-run by: antoine |
05 Jan 2021 11:24:01
1.18.0_1

|
pi  |
devel/sord: back to pool
audio/sratom: back to pool
audio/lilv: back to pool
audio/suil: back to pool
audio/lv2: back to pool
audio/ardour6: back to pool
Submitted by: Michael Beer <beerml@sigma6audio.de> |
26 May 2020 06:45:40
1.18.0

|
yuri  |
audio/lv2: Update 1.16.0 -> 1.18.0
PR: 246733
Approved by: beerml@sigma6audio.de (maintainer) |
02 Jul 2019 13:16:56
1.16.0

|
koobs  |
audio/lv2: Remove Python version restriction
lv2 1.16.0, committed in poyrts r505568 included a Python 3.7 build fix:
Upgrade build system and fix building with Python 3.7.
Remove Python version restriction accordingly
PR: 235103
Approved by: Michael Beer <beerml sigma6audio de> (maintainer) |
01 Jul 2019 13:02:53
1.16.0

|
koobs  |
audio/lv2: Update to 1.16.0
Changelog:
http://lv2plug.in/lv2-1-16-0.html
PR: 235103
Submitted by: Charlie Li <ml+freebsd vishwin info>
Approved by: <beerml sigma6audio de> (maintainer) |
24 May 2019 09:52:55
1.14.0_2

|
koobs  |
audio/lv2: Remove CONFLICTS_INSTALL
lv2core expired and was deleted on 2016-11-30 in ports r427460
I only noted this after committing ports r499627, so remove it accordingly.
PR: 235103
Approved by: Michael Beer <beerml sigma6audio de> (maintainer)
MFH: 2019Q2 (MFH with: r499627) |
22 Apr 2019 10:30:04
1.14.0_2

|
koobs  |
audio/lv2: Fix Python (3.x) build, Add missing dependencies
While lv2 itself works fine with any Python version we support, the build
fails using a Python > 3.6, since the build bundles an old version of waf.
waf upstream fixed the bug in a later version. [1]
Restrict Python to up to 3.6 for now. [2]
While here:
- Add missing dependencies identified in QA. [3]
- Pet portlint (USES order)
[1]
https://gitlab.com/ita1024/waf/commit/facdc0b173d933073832c768ec1917c553cb369c
PR: 235103
Reported by: cs [3]
Submitted by: Charlie Li <ml+freebsd vishwin info> [2][3]
Approved by: Michael Beer <beerml sigma6audio de>
MFH: 2019Q2 (blanket: build fix, missing dependencies) |
10 Sep 2018 13:14:52
1.14.0_1

|
mat  |
Add DOCS options to ports that should have one.
Also various fixes related to said option.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
22 May 2018 13:15:13
1.14.0_1

|
mat  |
Add PY_FLAVOR to Python module dependencies.
Sponsored by: Absolight |
06 Jun 2017 16:38:01
1.14.0_1

|
mat  |
Add a fixup-lib-pkgconfig target to move files in lib/pkgconfig into
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 |
05 Nov 2016 01:23:01
1.14.0_1

|
jbeich  |
audio/lv2: oops, restore comment after r425366 |
05 Nov 2016 01:19:19
1.14.0_1

|
jbeich  |
audio/lv2: fix substitution in lv2core.pc
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) |
31 Oct 2016 20:51:59
1.14.0

|
jbeich  |
audio/lv2: oops, sort LICENSE field |
31 Oct 2016 20:40:43
1.14.0

|
jbeich  |
audio/lv2: add new port
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/ |