FreeBSD Bugzilla – Attachment 162086 Details for
Bug 203796
[PATCH] audio/qsynth: Update to version 0.4.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
audio_qsynth.diff
audio_qsynth.diff (text/plain), 4.76 KB, created by
tkato432
on 2015-10-15 18:30:36 UTC
(
hide
)
Description:
audio_qsynth.diff
Filename:
MIME Type:
Creator:
tkato432
Created:
2015-10-15 18:30:36 UTC
Size:
4.76 KB
patch
obsolete
>diff -urN /usr/ports/audio/qsynth/Makefile audio/qsynth/Makefile >--- /usr/ports/audio/qsynth/Makefile 2015-08-24 03:54:23.063370000 +0900 >+++ audio/qsynth/Makefile 2015-10-16 00:00:00.000000000 +0900 >@@ -2,7 +2,7 @@ > # $FreeBSD: head/audio/qsynth/Makefile 387516 2015-05-26 22:33:59Z madpilot $ > > PORTNAME= qsynth >-PORTVERSION= 0.3.9 >+PORTVERSION= 0.4.0 > CATEGORIES= audio > MASTER_SITES= SF > >@@ -10,15 +10,16 @@ > 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} \ >@@ -36,7 +37,7 @@ > 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 >diff -urN /usr/ports/audio/qsynth/distinfo audio/qsynth/distinfo >--- /usr/ports/audio/qsynth/distinfo 2015-08-24 03:54:23.073548000 +0900 >+++ audio/qsynth/distinfo 2015-10-16 00:00:00.000000000 +0900 >@@ -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 >diff -urN /usr/ports/audio/qsynth/files/patch-Makefile.in audio/qsynth/files/patch-Makefile.in >--- /usr/ports/audio/qsynth/files/patch-Makefile.in 2015-08-24 03:54:23.097264000 +0900 >+++ audio/qsynth/files/patch-Makefile.in 2015-10-16 00:00:00.000000000 +0900 >@@ -1,6 +1,6 @@ >---- 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 = \ >@@ -8,11 +8,11 @@ > 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 >diff -urN /usr/ports/audio/qsynth/files/patch-src-qsynthOptions.cpp audio/qsynth/files/patch-src-qsynthOptions.cpp >--- /usr/ports/audio/qsynth/files/patch-src-qsynthOptions.cpp 2015-08-24 03:54:23.098200000 +0900 >+++ audio/qsynth/files/patch-src-qsynthOptions.cpp 2015-10-16 00:00:00.000000000 +0900 >@@ -1,6 +1,6 @@ >---- 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 + >@@ -14,7 +14,7 @@ > 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 >diff -urN /usr/ports/audio/qsynth/pkg-descr audio/qsynth/pkg-descr >--- /usr/ports/audio/qsynth/pkg-descr 2015-08-24 03:54:23.085564000 +0900 >+++ audio/qsynth/pkg-descr 2015-10-16 00:00:00.000000000 +0900 >@@ -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/
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203796
: 162086