git: 37f9ad12da4e - main - audio/audacity: fresh install reports incompatible plugin: lv2 requirement was missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 17 Jul 2024 20:12:38 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=37f9ad12da4ef635e3328207f47cca0d0e227986 commit 37f9ad12da4ef635e3328207f47cca0d0e227986 Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2024-07-17 13:47:21 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-17 20:12:08 +0000 audio/audacity: fresh install reports incompatible plugin: lv2 requirement was missing PR: 279516 MFH: 2024Q3 --- audio/audacity/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/audio/audacity/Makefile b/audio/audacity/Makefile index 48348b2aaa5f..1c421ad18a12 100644 --- a/audio/audacity/Makefile +++ b/audio/audacity/Makefile @@ -1,6 +1,7 @@ PORTNAME= audacity DISTVERSIONPREFIX= Audacity- DISTVERSION= 3.5.1 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= xxjack12xx@gmail.com @@ -11,7 +12,8 @@ LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= conan:sysutils/conan \ - rapidjson>0:devel/rapidjson + rapidjson>0:devel/rapidjson \ + lv2>0:audio/lv2 LIB_DEPENDS= libexpat.so:textproc/expat2 \ libharfbuzz.so:print/harfbuzz \ liblilv-0.so:audio/lilv \