mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
audio/qsampler: Upgrade version 0.3.0 => 0.3.1
PR: 199218 submitted by: ports fury
This commit is contained in:
parent
8ca4e95df6
commit
911bd66ab3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=398967
@ -2,7 +2,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= qsampler
|
||||
PORTVERSION= 0.3.0
|
||||
PORTVERSION= 0.3.1
|
||||
CATEGORIES= audio
|
||||
MASTER_SITES= SF \
|
||||
http://download.linuxsampler.org/packages/
|
||||
@ -16,12 +16,10 @@ LIB_DEPENDS= libgig.so:${PORTSDIR}/audio/libgig \
|
||||
liblscp.so:${PORTSDIR}/audio/liblscp
|
||||
RUN_DEPENDS= linuxsampler:${PORTSDIR}/audio/linuxsampler
|
||||
|
||||
USES= gmake shared-mime-info
|
||||
USE_QT4= corelib gui \
|
||||
linguisttools_build moc_build qmake_build rcc_build uic_build
|
||||
USES= gmake pkgconfig shared-mime-info
|
||||
QT_NONSTANDARD= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_ac_qmake=${QMAKE} \
|
||||
CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
|
||||
ac_cv_path_ac_moc=${MOC} \
|
||||
ac_cv_path_ac_uic=${UIC} \
|
||||
ac_cv_path_ac_rcc=${RCC} \
|
||||
@ -29,6 +27,20 @@ CONFIGURE_ENV= ac_cv_path_ac_qmake=${QMAKE} \
|
||||
ac_cv_path_ac_lrelease=${LRELEASE}
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
OPTIONS_SINGLE= TOOLKIT
|
||||
OPTIONS_SINGLE_TOOLKIT= QT4 QT5
|
||||
OPTIONS_DEFAULT= QT4
|
||||
|
||||
QT4_USE= qt4=corelib,gui \
|
||||
qt4=linguisttools_build \
|
||||
qt4=moc_build,qmake_build,rcc_build,uic_build
|
||||
QT4_CONFIGURE_ENABLE= qt4
|
||||
QT5_USE= qt5=core,gui,widgets \
|
||||
qt5=buildtools_build,linguisttools_build,qmake_build
|
||||
QT5_CONFIGURE_ENABLE= qt5
|
||||
QT5_CXXFLAGS= -fPIC
|
||||
TOOLKIT_DESC= Qt toolkit
|
||||
|
||||
post-configure:
|
||||
@cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o ${PORTNAME}.mak \
|
||||
${QMAKE_ARGS}
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (qsampler-0.3.0.tar.gz) = 260ca0148a7ee6e9c33f0fc1e426fe3b744036c90c1bb96a799d96300d3bf66a
|
||||
SIZE (qsampler-0.3.0.tar.gz) = 263242
|
||||
SHA256 (qsampler-0.3.1.tar.gz) = 024b9bd3fe27ae11246f95c67db25773a48114a1ee9ba5b0f9eb449914a7416d
|
||||
SIZE (qsampler-0.3.1.tar.gz) = 242876
|
||||
|
Loading…
Reference in New Issue
Block a user