git: 8062d8d2b2e9 - main - audio/faustlive: Minor corrections in Makefile
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 10 Jan 2024 01:53:33 UTC
The branch main has been updated by yuri: URL: https://cgit.FreeBSD.org/ports/commit/?id=8062d8d2b2e93028529770edd676986534da3c24 commit 8062d8d2b2e93028529770edd676986534da3c24 Author: Yuri Victorovich <yuri@FreeBSD.org> AuthorDate: 2024-01-10 01:53:06 +0000 Commit: Yuri Victorovich <yuri@FreeBSD.org> CommitDate: 2024-01-10 01:53:31 +0000 audio/faustlive: Minor corrections in Makefile --- audio/faustlive/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/audio/faustlive/Makefile b/audio/faustlive/Makefile index 07e269460bc6..5b0f28680525 100644 --- a/audio/faustlive/Makefile +++ b/audio/faustlive/Makefile @@ -1,7 +1,8 @@ PORTNAME= faustlive DISTVERSION= 2.5.17 +PORTREVISION= 1 #MASTER_SITES= https://github.com/grame-cncm/faustlive/releases/download/${DISTVERSION}/ -#DISTFILES= FaustLive-${DISTVERSION}${EXTRACT_SUFX} +#DISTFILES= FaustLive-${DISTVERSION}${EXTRACT_SUFX} CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org @@ -20,7 +21,7 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libqrencode.so:graphics/libqrencode \ libsndfile.so:audio/libsndfile # audio/alsa-lib isn't really needed: https://github.com/grame-cncm/faustlive/issues/3 -USES= compiler:c++11-lang gl llvm:min=13,lib ncurses pkgconfig qmake qt:5 shebangfix # llvm version should be the same as in audio/faust +USES= compiler:c++11-lang desktop-file-utils gl llvm:min=13,lib ncurses pkgconfig qmake qt:5 shebangfix # llvm version should be the same as in audio/faust USE_QT= core gui network widgets buildtools:build USE_GL= gl @@ -28,8 +29,6 @@ USE_GITHUB= yes GH_ACCOUNT= grame-cncm GH_TUPLE= grame-cncm:faustlibraries:bbbb1be:grame_cncm_faustlibraries/Resources/Libs -#WRKSRC= ${WRKDIR}/FaustLive-${DISTVERSION} - SHEBANG_GLOB= build install makelibs QMAKE_ARGS= Build/FaustLive.pro