summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2023-02-20 12:53:52 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2023-02-20 12:55:19 -0800
commite90d72d6d26d77636a2718b8d59734f40083009b (patch)
tree72c12fadcd6a12ca8c650e7f5a1b4985ae7d6f50 /audio
parentlang/purescript: Unbreak with recent GHC. (diff)
audio/cadence: Add missing dependency audio/jack-capture; Add USES=desktop-file-utils
(cherry picked from commit e96a81019c853af29a1e921e3d9ba31e69e9d8ae)
Diffstat (limited to 'audio')
-rw-r--r--audio/cadence/Makefile11
1 files 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