View | Details | Raw Unified | Return to bug 203796
Collapse All | Expand All

(-)audio/qsynth/Makefile (-4 / +5 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/audio/qsynth/Makefile 387516 2015-05-26 22:33:59Z madpilot $
2
# $FreeBSD: head/audio/qsynth/Makefile 387516 2015-05-26 22:33:59Z madpilot $
3
3
4
PORTNAME=	qsynth
4
PORTNAME=	qsynth
5
PORTVERSION=	0.3.9
5
PORTVERSION=	0.4.0
6
CATEGORIES=	audio
6
CATEGORIES=	audio
7
MASTER_SITES=	SF
7
MASTER_SITES=	SF
8
8
Lines 10-24 Link Here
10
COMMENT=	Qt fluidsynth front-end application
10
COMMENT=	Qt fluidsynth front-end application
11
11
12
LICENSE=	GPLv2 # (or later)
12
LICENSE=	GPLv2 # (or later)
13
#LICENSE_FILE=	${WRKSRC}/COPYING
13
14
14
LIB_DEPENDS=	libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
15
LIB_DEPENDS=	libfluidsynth.so:${PORTSDIR}/audio/fluidsynth
15
16
16
USES=		gmake
17
USES=		gmake
17
QT_NONSTANDARD=	yes
18
QT_NONSTANDARD=	yes
18
GNU_CONFIGURE=	yes
19
GNU_CONFIGURE=	yes
19
CONFIGURE_ENV=	ac_cv_path_ac_moc=${MOC} \
20
CONFIGURE_ENV=	ac_cv_path_ac_cv_qmake=${QMAKE} \
21
		ac_cv_path_ac_moc=${MOC} \
20
		ac_cv_path_ac_uic=${UIC} \
22
		ac_cv_path_ac_uic=${UIC} \
21
		ac_cv_path_ac_qmake=${QMAKE} \
22
		ac_cv_path_ac_lupdate=${LUPDATE} \
23
		ac_cv_path_ac_lupdate=${LUPDATE} \
23
		ac_cv_path_ac_lrelease=${LRELEASE}
24
		ac_cv_path_ac_lrelease=${LRELEASE}
24
CONFIGURE_ARGS=	--localedir=${DATADIR} \
25
CONFIGURE_ARGS=	--localedir=${DATADIR} \
Lines 36-42 Link Here
36
			qt4=linguisttools_build \
37
			qt4=linguisttools_build \
37
			qt4=moc_build,qmake_build,rcc_build,uic_build
38
			qt4=moc_build,qmake_build,rcc_build,uic_build
38
QT4_CONFIGURE_ENABLE=	qt4
39
QT4_CONFIGURE_ENABLE=	qt4
39
QT5_USE=		qt5=core,gui,widgets \
40
QT5_USE=		qt5=core,gui,widgets,x11extras \
40
			qt5=buildtools_build,linguisttools_build,qmake_build
41
			qt5=buildtools_build,linguisttools_build,qmake_build
41
QT5_CXXFLAGS=		-fPIC
42
QT5_CXXFLAGS=		-fPIC
42
QT5_CONFIGURE_ENABLE=	qt5
43
QT5_CONFIGURE_ENABLE=	qt5
(-)audio/qsynth/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (qsynth-0.3.9.tar.gz) = eb2050d0f7a8011b9ac20f82fec88faf2237a2475dfefc424cb4944399b17e22
1
SHA256 (qsynth-0.4.0.tar.gz) = 9dc8413ddc6847a2dd0bfb3b44e0246273531ea253fd9dc91c5c329876420cb2
2
SIZE (qsynth-0.3.9.tar.gz) = 255130
2
SIZE (qsynth-0.4.0.tar.gz) = 251230
(-)audio/qsynth/files/patch-Makefile.in (-6 / +6 lines)
Lines 1-6 Link Here
1
--- Makefile.in.orig	2013-02-20 01:37:32.082725000 +0900
1
--- Makefile.in.orig	2015-09-07 14:59:23 UTC
2
+++ Makefile.in	2013-04-19 19:57:44.000000000 +0900
2
+++ Makefile.in
3
@@ -60,6 +60,7 @@
3
@@ -57,6 +57,7 @@ forms = \
4
 	src/qsynthSetupForm.ui
4
 	src/qsynthSetupForm.ui
5
 
5
 
6
 translations_sources = \
6
 translations_sources = \
Lines 8-18 Link Here
8
 	src/translations/qsynth_de.ts \
8
 	src/translations/qsynth_de.ts \
9
 	src/translations/qsynth_es.ts \
9
 	src/translations/qsynth_es.ts \
10
 	src/translations/qsynth_fr.ts \
10
 	src/translations/qsynth_fr.ts \
11
@@ -68,6 +69,7 @@
11
@@ -66,6 +67,7 @@ translations_sources = \
12
 translations_targets = \
12
 translations_targets = \
13
 	src/translations/qsynth_cs.qm \
13
 	src/translations/qsynth_cs.qm \
14
 	src/translations/qsynth_de.qm \
14
 	src/translations/qsynth_de.qm \
15
+	src/translations/qsynth_es.qm \
15
+	src/translations/qsynth_es.qm \
16
 	src/translations/qsynth_fr.qm \
16
 	src/translations/qsynth_fr.qm \
17
 	src/translations/qsynth_ru.qm
17
 	src/translations/qsynth_ru.qm \
18
 
18
 	src/translations/qsynth_sr.qm
(-)audio/qsynth/files/patch-src-qsynthOptions.cpp (-4 / +4 lines)
Lines 1-6 Link Here
1
--- src/qsynthOptions.cpp.orig	2011-03-30 20:53:04.000000000 +0900
1
--- src/qsynthOptions.cpp.orig	2015-09-07 14:59:23 UTC
2
+++ src/qsynthOptions.cpp	2012-09-25 21:29:15.000000000 +0900
2
+++ src/qsynthOptions.cpp
3
@@ -172,11 +172,11 @@
3
@@ -174,11 +174,11 @@ void qsynthOptions::print_usage ( const 
4
 	out << "  -n, --no-midi-in" + sEot +
4
 	out << "  -n, --no-midi-in" + sEot +
5
 		QObject::tr("Don't create a midi driver to read MIDI input events [default = yes]") + sEol;
5
 		QObject::tr("Don't create a midi driver to read MIDI input events [default = yes]") + sEol;
6
 	out << "  -m, --midi-driver=[label]" + sEot +
6
 	out << "  -m, --midi-driver=[label]" + sEot +
Lines 14-20 Link Here
14
 	out << "  -j, --connect-jack-outputs" + sEot +
14
 	out << "  -j, --connect-jack-outputs" + sEot +
15
 		QObject::tr("Attempt to connect the jack outputs to the physical ports") + sEol;
15
 		QObject::tr("Attempt to connect the jack outputs to the physical ports") + sEol;
16
 	out << "  -L, --audio-channels=[num]" + sEot +
16
 	out << "  -L, --audio-channels=[num]" + sEot +
17
@@ -477,7 +477,7 @@
17
@@ -481,7 +481,7 @@ void qsynthOptions::loadSetup ( qsynthSe
18
 	pSetup->iAudioBufSize    = m_settings.value("/AudioBufSize", 512).toInt();
18
 	pSetup->iAudioBufSize    = m_settings.value("/AudioBufSize", 512).toInt();
19
 	pSetup->iAudioBufCount   = m_settings.value("/AudioBufCount", 8).toInt();
19
 	pSetup->iAudioBufCount   = m_settings.value("/AudioBufCount", 8).toInt();
20
 #else
20
 #else
(-)audio/qsynth/pkg-descr (-4 / +5 lines)
Lines 1-6 Link Here
1
Qsynth is a fluidsynth GUI front-end application written in C++ around the Qt4
1
Qsynth is a fluidsynth GUI front-end application written in C++ around
2
toolkit using Qt Designer. Eventually it may evolve into a softsynth management
2
the Qt toolkit using Qt Designer. Eventually it may evolve into a
3
application allowing the user to control and manage a variety of command line
3
softsynth management application allowing the user to control and manage
4
softsynth but for the moment it wraps the excellent FluidSynth.
4
a variety of command line softsynth but for the moment it wraps the
5
excellent FluidSynth.
5
6
6
WWW: http://qsynth.sourceforge.net/
7
WWW: http://qsynth.sourceforge.net/

Return to bug 203796