Commit Graph

16 Commits

Author SHA1 Message Date
Fernando Apesteguía 387a6e8fb5 audio/lv2: update to 1.18.2
ChangeLog: https://gitlab.com/lv2/lv2/-/releases/v1.18.2

Reported by:	portscout
2021-01-09 16:46:59 +00:00
Dima Panov 2ec10e7dd9 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
2021-01-08 07:47:02 +00:00
Kurt Jaeger 5495ffcad3 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>
2021-01-05 11:24:00 +00:00
Thomas Zander 8337fc6d5f Chase libsndfile 1.0.30 update.
Details:
- Missing symbol sf_version_string, not auto-resolved by pkg + rebuild.
- Bump PORTREVISION for consumers.
2020-10-01 08:56:20 +00:00
Yuri Victorovich 2c3b3db21d audio/lv2: Update 1.16.0 -> 1.18.0
PR:		246733
Approved by:	beerml@sigma6audio.de (maintainer)
2020-05-26 06:45:40 +00:00
Kubilay Kocak 5742c4b283 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)
2019-07-02 13:16:56 +00:00
Kubilay Kocak 6415052e8b 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)
2019-07-01 13:02:53 +00:00
Kubilay Kocak def4f1b474 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)
2019-05-24 09:52:55 +00:00
Kubilay Kocak f8b7c5b4de 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)
2019-04-22 10:30:03 +00:00
Mathieu Arnold e1bfdfbe56 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
2018-09-10 13:14:50 +00:00
Mathieu Arnold 8dcaabcd6e Add PY_FLAVOR to Python module dependencies.
Sponsored by:	Absolight
2018-05-22 13:15:13 +00:00
Mathieu Arnold 9de6aff58e 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
2017-06-06 16:38:00 +00:00
Jan Beich a27e463559 audio/lv2: oops, restore comment after r425366 2016-11-05 01:23:01 +00:00
Jan Beich b94204b3ea 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)
2016-11-05 01:19:19 +00:00
Jan Beich 9b7a865490 audio/lv2: oops, sort LICENSE field 2016-10-31 20:51:58 +00:00
Jan Beich fac48329ed 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/
2016-10-31 20:40:43 +00:00