Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2023 20:54:50 GMT
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: e96a81019c85 - main - audio/cadence: Add missing dependency audio/jack-capture; Add USES=desktop-file-utils
Message-ID:  <202302202054.31KKsoof051798@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e96a81019c853af29a1e921e3d9ba31e69e9d8ae

commit e96a81019c853af29a1e921e3d9ba31e69e9d8ae
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-02-20 20:53:52 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-02-20 20:54:39 +0000

    audio/cadence: Add missing dependency audio/jack-capture; Add USES=desktop-file-utils
---
 audio/cadence/Makefile | 11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

diff --git a/audio/cadence/Makefile b/audio/cadence/Makefile
index 3d0778836d15..f908ff685e27 100644
--- a/audio/cadence/Makefile
+++ b/audio/cadence/Makefile
@@ -1,6 +1,7 @@
 PORTNAME=	cadence
 DISTVERSIONPREFIX=	v
 DISTVERSION=	0.9.2
+PORTREVISION=	1
 CATEGORIES=	audio
 
 MAINTAINER=	yuri@FreeBSD.org
@@ -10,16 +11,18 @@ WWW=		https://kxstudio.linuxaudio.org/Applications:Cadence
 LICENSE=	GPLv2
 LICENSE_FILE=	${WRKSRC}/COPYING
 
-RUN_DEPENDS=	jackit>0:audio/jack
+RUN_DEPENDS=	jackit>0:audio/jack \
+		jack_capture:audio/jack-capture
 
-USES=		compiler:c++11-lang gmake localbase pkgconfig \
+USES=		compiler:c++11-lang desktop-file-utils gmake localbase pkgconfig \
 		python:3.4+ pyqt:5 qt:5 shebangfix tar:bz2
 SHEBANG_FILES=	src/*.py
+USE_QT=		core gui widgets buildtools:build
+USE_PYQT=	pyqt5 sip
+
 USE_GITHUB=	yes
 GH_ACCOUNT=	falkTX
 GH_PROJECT=	Cadence
-USE_QT=		core gui widgets buildtools:build
-USE_PYQT=	pyqt5 sip
 
 CXXFLAGS+=	-DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
 # Give the Makefile the proper versioned binaries of PyQt



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