diff options
Diffstat (limited to 'audio/lv2/Makefile')
| -rw-r--r-- | audio/lv2/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/audio/lv2/Makefile b/audio/lv2/Makefile index ed4045786e46..7a6f7849d780 100644 --- a/audio/lv2/Makefile +++ b/audio/lv2/Makefile @@ -1,10 +1,10 @@ PORTNAME= lv2 PORTVERSION= 1.18.10 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MASTER_SITES= https://lv2plug.in/spec/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= eduardo@FreeBSD.org COMMENT= Open standard for audio plugins (successor to LADSPA) WWW= https://lv2plug.in/ @@ -21,6 +21,7 @@ USES= meson pkgconfig python:build shebangfix tar:xz MESON_ARGS= -Dtests=disabled SHEBANG_FILES= lv2specgen/lv2specgen.py + BINARY_ALIAS= python3=${PYTHON_CMD} PORTDOCS= * @@ -39,8 +40,11 @@ DOXYGEN_MESON_ENABLED= docs EXAMPLES_LIB_DEPENDS= libsamplerate.so:audio/libsamplerate \ libsndfile.so:audio/libsndfile -EXAMPLES_USES= gnome -EXAMPLES_USE= GNOME=cairo,glib20,gtk20 EXAMPLES_MESON_ENABLED= plugins +# Disable gtk2 example plugins +post-patch: + @${REINPLACE_CMD} -e '/eg-sampler.lv2/d' -e '/eg-scope.lv2/d' \ + ${WRKSRC}/plugins/meson.build + .include <bsd.port.mk> |
