Index: head/audio/qsynth/Makefile =================================================================== --- head/audio/qsynth/Makefile (revision 473419) +++ head/audio/qsynth/Makefile (revision 473420) @@ -1,58 +1,52 @@ # Created by: lazyklimm # $FreeBSD$ PORTNAME= qsynth -DISTVERSIONPREFIX= qsynth_ -DISTVERSION= 0_5_0 -PORTREVISION= 1 +PORTVERSION= 0.5.1 CATEGORIES= audio +MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Qt fluidsynth front-end application LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:audio/fluidsynth -USES= autoreconf gmake pkgconfig +USES= gmake pkgconfig USE_CXXSTD= c++11 USE_QT5= core gui widgets x11extras buildtools_build linguisttools_build qmake_build USE_GL= gl -USE_GITHUB= yes -GH_ACCOUNT= rncbc GNU_CONFIGURE= yes 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_lupdate=${LUPDATE} \ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY XUNIQUE OPTIONS_DEFAULT= GRADIENT SYSTEM_TRAY XUNIQUE GRADIENT_DESC= Gradient eye-candy SYSTEM_TRAY_DESC= System-tray icon support XUNIQUE_DESC= X11 unique/single instance GRADIENT_CONFIGURE_ENABLE= gradient SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray XUNIQUE_CONFIGURE_ENABLE= xunique XUNIQUE_USE= XORG=x11 post-patch: @${REINPLACE_CMD} -e ' \ - s|oss,alsa,alsa_seq,|jack,oss,|; \ - s|alsa,jack,oss,dsound,|jack,oss,dsound,|; \ + s|oss,alsa,alsa_seq,|jack,sndio,oss,|; \ + s|alsa,jack,oss,dsound,|jack,sndio,oss,|; \ s|"/MidiDriver", "alsa_seq"|"/MidiDriver", "jack"|; \ s|m_settings.value("/SoundFontDir").toString();|m_settings.value("/SoundFontDir").toString().isEmpty() ? "${LOCALBASE}/share/sounds/sf2" : m_settings.value("/SoundFontDir").toString();|' \ - ${WRKSRC}/src/qsynthOptions.cpp - -post-configure: - @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \ - ${QMAKE_ARGS}) + ${WRKSRC}/src/qsynthOptions.cpp \ + ${WRKSRC}/qsynth.1 ${WRKSRC}/qsynth.fr.1 .include Index: head/audio/qsynth/distinfo =================================================================== --- head/audio/qsynth/distinfo (revision 473419) +++ head/audio/qsynth/distinfo (revision 473420) @@ -1,3 +1,3 @@ -TIMESTAMP = 1515704925 -SHA256 (rncbc-qsynth-qsynth_0_5_0_GH0.tar.gz) = 8532161a995e5b1150dd26be9bf6b7379dbd9fb7c1763fe52b7474a8a5c9b0a3 -SIZE (rncbc-qsynth-qsynth_0_5_0_GH0.tar.gz) = 211118 +TIMESTAMP = 1530081200 +SHA256 (qsynth-0.5.1.tar.gz) = 579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e +SIZE (qsynth-0.5.1.tar.gz) = 262803 Index: head/audio/qsynth/pkg-descr =================================================================== --- head/audio/qsynth/pkg-descr (revision 473419) +++ head/audio/qsynth/pkg-descr (revision 473420) @@ -1,7 +1,7 @@ Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt toolkit using Qt Designer. Eventually it may evolve into a softsynth management application allowing the user to control and manage a variety of command line softsynth but for the moment it wraps the excellent FluidSynth. -WWW: http://qsynth.sourceforge.net/ +WWW: https://qsynth.sourceforge.io/