Index: head/audio/qsynth/Makefile =================================================================== --- head/audio/qsynth/Makefile (revision 400226) +++ head/audio/qsynth/Makefile (revision 400227) @@ -1,54 +1,55 @@ # Created by: lazyklimm # $FreeBSD$ PORTNAME= qsynth -PORTVERSION= 0.3.9 +PORTVERSION= 0.4.0 CATEGORIES= audio MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Qt fluidsynth front-end application LICENSE= GPLv2 # (or later) +#LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libfluidsynth.so:${PORTSDIR}/audio/fluidsynth USES= gmake QT_NONSTANDARD= yes GNU_CONFIGURE= yes -CONFIGURE_ENV= ac_cv_path_ac_moc=${MOC} \ +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_qmake=${QMAKE} \ ac_cv_path_ac_lupdate=${LUPDATE} \ ac_cv_path_ac_lrelease=${LRELEASE} CONFIGURE_ARGS= --localedir=${DATADIR} \ --with-fluidsynth=${LOCALBASE} INSTALLS_ICONS= yes OPTIONS_DEFINE= GRADIENT SYSTEM_TRAY OPTIONS_SINGLE= TOOLKIT OPTIONS_SINGLE_TOOLKIT= QT4 QT5 OPTIONS_DEFAULT= GRADIENT QT4 SYSTEM_TRAY GRADIENT_DESC= Gradient eye-candy GRADIENT_CONFIGURE_ENABLE= gradient 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_USE= qt5=core,gui,widgets,x11extras \ qt5=buildtools_build,linguisttools_build,qmake_build QT5_CXXFLAGS= -fPIC QT5_CONFIGURE_ENABLE= qt5 SYSTEM_TRAY_DESC= System-tray icon SYSTEM_TRAY_CONFIGURE_ENABLE= system-tray TOOLKIT_DESC= Qt toolkit post-configure: @(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${QMAKE} -o qsynth.mak \ ${QMAKE_ARGS}) post-install: @${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/qsynth .include Index: head/audio/qsynth/distinfo =================================================================== --- head/audio/qsynth/distinfo (revision 400226) +++ head/audio/qsynth/distinfo (revision 400227) @@ -1,2 +1,2 @@ -SHA256 (qsynth-0.3.9.tar.gz) = eb2050d0f7a8011b9ac20f82fec88faf2237a2475dfefc424cb4944399b17e22 -SIZE (qsynth-0.3.9.tar.gz) = 255130 +SHA256 (qsynth-0.4.0.tar.gz) = 9dc8413ddc6847a2dd0bfb3b44e0246273531ea253fd9dc91c5c329876420cb2 +SIZE (qsynth-0.4.0.tar.gz) = 251230 Index: head/audio/qsynth/files/patch-Makefile.in =================================================================== --- head/audio/qsynth/files/patch-Makefile.in (revision 400226) +++ head/audio/qsynth/files/patch-Makefile.in (revision 400227) @@ -1,18 +1,18 @@ ---- Makefile.in.orig 2013-02-20 01:37:32.082725000 +0900 -+++ Makefile.in 2013-04-19 19:57:44.000000000 +0900 -@@ -60,6 +60,7 @@ +--- Makefile.in.orig 2015-09-07 14:59:23 UTC ++++ Makefile.in +@@ -57,6 +57,7 @@ forms = \ src/qsynthSetupForm.ui translations_sources = \ + src/translations/qsynth_cs.ts \ src/translations/qsynth_de.ts \ src/translations/qsynth_es.ts \ src/translations/qsynth_fr.ts \ -@@ -68,6 +69,7 @@ +@@ -66,6 +67,7 @@ translations_sources = \ translations_targets = \ src/translations/qsynth_cs.qm \ src/translations/qsynth_de.qm \ + src/translations/qsynth_es.qm \ src/translations/qsynth_fr.qm \ - src/translations/qsynth_ru.qm - + src/translations/qsynth_ru.qm \ + src/translations/qsynth_sr.qm Index: head/audio/qsynth/files/patch-src-qsynthOptions.cpp =================================================================== --- head/audio/qsynth/files/patch-src-qsynthOptions.cpp (revision 400226) +++ head/audio/qsynth/files/patch-src-qsynthOptions.cpp (revision 400227) @@ -1,25 +1,25 @@ ---- src/qsynthOptions.cpp.orig 2011-03-30 20:53:04.000000000 +0900 -+++ src/qsynthOptions.cpp 2012-09-25 21:29:15.000000000 +0900 -@@ -172,11 +172,11 @@ +--- src/qsynthOptions.cpp.orig 2015-09-07 14:59:23 UTC ++++ src/qsynthOptions.cpp +@@ -174,11 +174,11 @@ void qsynthOptions::print_usage ( const out << " -n, --no-midi-in" + sEot + QObject::tr("Don't create a midi driver to read MIDI input events [default = yes]") + sEol; out << " -m, --midi-driver=[label]" + sEot + - QObject::tr("The name of the midi driver to use [oss,alsa,alsa_seq,...]") + sEol; + QObject::tr("The name of the midi driver to use [jack,oss,...]") + sEol; out << " -K, --midi-channels=[num]" + sEot + QObject::tr("The number of midi channels [default = 16]") + sEol; out << " -a, --audio-driver=[label]" + sEot + - QObject::tr("The audio driver [alsa,jack,oss,dsound,...]") + sEol; + QObject::tr("The audio driver [jack,oss,dsound,...]") + sEol; out << " -j, --connect-jack-outputs" + sEot + QObject::tr("Attempt to connect the jack outputs to the physical ports") + sEol; out << " -L, --audio-channels=[num]" + sEot + -@@ -477,7 +477,7 @@ +@@ -481,7 +481,7 @@ void qsynthOptions::loadSetup ( qsynthSe pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 512).toInt(); pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 8).toInt(); #else - pSetup->sMidiDriver = m_settings.value("/MidiDriver", "alsa_seq").toString(); + pSetup->sMidiDriver = m_settings.value("/MidiDriver", "jack").toString(); pSetup->sAudioDriver = m_settings.value("/AudioDriver", "jack").toString(); pSetup->iAudioBufSize = m_settings.value("/AudioBufSize", 64).toInt(); pSetup->iAudioBufCount = m_settings.value("/AudioBufCount", 2).toInt(); Index: head/audio/qsynth/pkg-descr =================================================================== --- head/audio/qsynth/pkg-descr (revision 400226) +++ head/audio/qsynth/pkg-descr (revision 400227) @@ -1,6 +1,7 @@ -Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt4 -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. +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/