mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
audio/qsampler: update to 0.6.0
* Added alternate yet non-official CMake build option. * Fix HiDPI display screen effective support (Qt >= 5.6). * Make sure compiler flags comply to c++11 as standard.
This commit is contained in:
parent
3aef0d5211
commit
c0db8b0328
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=514706
@ -3,8 +3,7 @@
|
||||
|
||||
PORTNAME= qsampler
|
||||
DISTVERSIONPREFIX= qsampler_
|
||||
DISTVERSION= 0_5_0
|
||||
PORTREVISION= 3
|
||||
DISTVERSION= 0_6_0
|
||||
CATEGORIES= audio
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
@ -19,7 +18,8 @@ RUN_DEPENDS= linuxsampler:audio/linuxsampler
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
|
||||
USES= autoreconf gmake pkgconfig shared-mime-info qmake:no_env qt:5
|
||||
USES= autoreconf desktop-file-utils gl gmake pkgconfig \
|
||||
shared-mime-info qmake:no_env qt:5 xorg
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
|
||||
ac_cv_path_ac_moc=${MOC} \
|
||||
@ -29,7 +29,7 @@ CONFIGURE_ENV= ac_cv_path_ac_cv_qmake=${QMAKE} \
|
||||
ac_cv_path_ac_lrelease=${LRELEASE}
|
||||
CONFIGURE_ARGS= --enable-qt5
|
||||
USE_GL= gl
|
||||
USE_QT= core gui widgets x11extras \
|
||||
USE_QT= core gui network widgets x11extras \
|
||||
buildtools_build linguisttools_build qmake_build
|
||||
|
||||
USE_GITHUB= yes
|
||||
|
@ -1,3 +1,3 @@
|
||||
TIMESTAMP = 1515705890
|
||||
SHA256 (rncbc-qsampler-qsampler_0_5_0_GH0.tar.gz) = 1ad92278c658dfdee23ca437e9e0c43c21880a8b2efba20973cd33654c1b5611
|
||||
SIZE (rncbc-qsampler-qsampler_0_5_0_GH0.tar.gz) = 225424
|
||||
TIMESTAMP = 1571382394
|
||||
SHA256 (rncbc-qsampler-qsampler_0_6_0_GH0.tar.gz) = 46f10ed5383524681dabb339473baeed7a6149556f99b3daeb57895d58c6abea
|
||||
SIZE (rncbc-qsampler-qsampler_0_6_0_GH0.tar.gz) = 231567
|
||||
|
Loading…
Reference in New Issue
Block a user