Date: Wed, 17 Jul 2024 20:23:22 GMT From: Vladimir Druzenko <vvd@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: ac3b1f45687b - 2024Q3 - audio/audacity: fresh install reports incompatible plugin: lv2 requirement was missing Message-ID: <202407172023.46HKNMlS043996@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2024Q3 has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac3b1f45687b004e7dfc6ca51877167b550471d1 commit ac3b1f45687b004e7dfc6ca51877167b550471d1 Author: Jack <xxjack12xx@gmail.com> AuthorDate: 2024-07-17 13:47:21 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-07-17 20:23:09 +0000 audio/audacity: fresh install reports incompatible plugin: lv2 requirement was missing PR: 279516 MFH: 2024Q3 (cherry picked from commit 37f9ad12da4ef635e3328207f47cca0d0e227986) --- 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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407172023.46HKNMlS043996>