mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
audio/csoundqt: Remove dependency on www/qt5-webkit
PR: 275528 Approved by: yuri (maintainer-timeout)
This commit is contained in:
parent
770e72063f
commit
3f7e50b0a8
@ -1,7 +1,7 @@
|
||||
PORTNAME= CsoundQt
|
||||
DISTVERSIONPREFIX= v
|
||||
DISTVERSION= 0.9.8.1
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= yuri@FreeBSD.org
|
||||
@ -11,14 +11,11 @@ WWW= https://csoundqt.github.io/
|
||||
LICENSE= LGPL21
|
||||
LICENSE_FILE= ${WRKSRC}/lgpl-2.1.txt
|
||||
|
||||
DEPRECATED= Depends on deprecated www/qt5-webkit
|
||||
EXPIRATION_DATE= 2023-12-31
|
||||
|
||||
LIB_DEPENDS= libcsound64.so:audio/csound
|
||||
|
||||
USES= compiler:c++11-lib desktop-file-utils gl gmake qmake qt:5 shared-mime-info
|
||||
USE_GITHUB= yes
|
||||
USE_QT= concurrent core declarative gui network printsupport webchannel webkit widgets xml buildtools:build
|
||||
USE_QT= concurrent core declarative gui network printsupport widgets xml buildtools:build
|
||||
USE_GL= gl
|
||||
|
||||
QMAKE_ARGS= CONFIG+="CSOUND_API_INCLUDE_DIR=${LOCALBASE}/include/csound CSOUND_LIBRARY_DIR=${LOCALBASE}/lib build64" \
|
||||
@ -34,6 +31,9 @@ PORTEXAMPLES= *
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} 's|Q_OS_LINUX|Q_OS_FREEBSD| ; s|/usr/|${LOCALBASE}/|' ${WRKSRC}/src/types.h
|
||||
|
||||
post-stage:
|
||||
@${RM} -f ${STAGEDIR}${PREFIX}/share/applications/ecp.*
|
||||
|
||||
post-install:
|
||||
@${MV} ${STAGEDIR}${DATADIR}/Examples ${STAGEDIR}${EXAMPLESDIR}
|
||||
@${STRIP_CMD} ${STAGEDIR}${LOCALBASE}/bin/${PORTNAME}-d-cs6
|
||||
|
Loading…
Reference in New Issue
Block a user