Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2024 20:12:38 GMT
From:      Vladimir Druzenko <vvd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 37f9ad12da4e - main - audio/audacity: fresh install reports incompatible plugin: lv2 requirement was missing
Message-ID:  <202407172012.46HKCcIo025789@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202407172012.46HKCcIo025789>