svn commit: r514706 - head/audio/qsampler

Tobias C. Berner tcberner at FreeBSD.org
Fri Oct 18 07:38:36 UTC 2019


Author: tcberner
Date: Fri Oct 18 07:38:35 2019
New Revision: 514706
URL: https://svnweb.freebsd.org/changeset/ports/514706

Log:
  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.

Modified:
  head/audio/qsampler/Makefile
  head/audio/qsampler/distinfo

Modified: head/audio/qsampler/Makefile
==============================================================================
--- head/audio/qsampler/Makefile	Fri Oct 18 06:57:27 2019	(r514705)
+++ head/audio/qsampler/Makefile	Fri Oct 18 07:38:35 2019	(r514706)
@@ -3,8 +3,7 @@
 
 PORTNAME=	qsampler
 DISTVERSIONPREFIX=	qsampler_
-DISTVERSION=	0_5_0
-PORTREVISION=	3
+DISTVERSION=	0_6_0
 CATEGORIES=	audio
 
 MAINTAINER=	ports at 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

Modified: head/audio/qsampler/distinfo
==============================================================================
--- head/audio/qsampler/distinfo	Fri Oct 18 06:57:27 2019	(r514705)
+++ head/audio/qsampler/distinfo	Fri Oct 18 07:38:35 2019	(r514706)
@@ -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


More information about the svn-ports-head mailing list