mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
audio/cadence: Patch python in all programs; Add dbussupport
PR: 233449 Submitted by: Greg V <greg@unrelenting.technology>
This commit is contained in:
parent
6b45d6d03d
commit
9f21023fac
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485708
@ -21,7 +21,7 @@ USE_GITHUB= yes
|
||||
GH_ACCOUNT= falkTX
|
||||
GH_PROJECT= Cadence
|
||||
USE_QT= core gui widgets buildtools_build
|
||||
USE_PYQT= core_run gui_run network_run widgets_run sip xml_build
|
||||
USE_PYQT= core_run gui_run network_run widgets_run sip xml dbussupport
|
||||
|
||||
CXXFLAGS+= -DJACKBRIDGE_PROPER_CPP11_SUPPORT=yes
|
||||
# Give the Makefile the proper versioned binaries of PyQt
|
||||
@ -29,9 +29,9 @@ BINARY_ALIAS= pyuic5=${LOCALBASE}/bin/pyuic5-${PYTHON_VER} \
|
||||
pyrcc5=${LOCALBASE}/bin/pyrcc5-${PYTHON_VER}
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|exec $$PYTHON |exec ${PYTHON_CMD} |' ${WRKSRC}/data/cadence
|
||||
@cd ${WRKSRC}/data && ${REINPLACE_CMD} ' \
|
||||
s|#!/bin/bash|#!/bin/sh| ; \
|
||||
s|exec $$PYTHON |exec ${PYTHON_CMD} | ; \
|
||||
s|ps -f -u |ps -U |' \
|
||||
cadence cadence-aloop-daemon cadence-jacksettings cadence-logs \
|
||||
cadence-pulse2jack cadence-pulse2loopback cadence-render \
|
||||
|
Loading…
Reference in New Issue
Block a user