Date: Wed, 27 Jun 2018 07:55:07 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473420 - head/audio/qsynth Message-ID: <201806270755.w5R7t7VV094585@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Wed Jun 27 07:55:07 2018 New Revision: 473420 URL: https://svnweb.freebsd.org/changeset/ports/473420 Log: audio/qsynth: Update to 0.5.1 - Use the upstream release tarballs with a pregenerated configure, etc. - Drop the seemingly unnecessary post-configure which was added in r308039 but with no reason given for it in the associated PR or log - Update --help output to mention the sndio drivers too - Patch audio driver list in the man pages too - Follow WWW redirect - Take maintainership Changes: https://qsynth.sourceforge.io/qsynth-downloads.html Modified: head/audio/qsynth/Makefile head/audio/qsynth/distinfo head/audio/qsynth/pkg-descr Modified: head/audio/qsynth/Makefile ============================================================================== --- head/audio/qsynth/Makefile Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/Makefile Wed Jun 27 07:55:07 2018 (r473420) @@ -2,12 +2,11 @@ # $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+ @@ -15,12 +14,10 @@ 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} \ @@ -45,14 +42,11 @@ 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 <bsd.port.mk> Modified: head/audio/qsynth/distinfo ============================================================================== --- head/audio/qsynth/distinfo Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/distinfo Wed Jun 27 07:55:07 2018 (r473420) @@ -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 Modified: head/audio/qsynth/pkg-descr ============================================================================== --- head/audio/qsynth/pkg-descr Wed Jun 27 05:15:24 2018 (r473419) +++ head/audio/qsynth/pkg-descr Wed Jun 27 07:55:07 2018 (r473420) @@ -4,4 +4,4 @@ softsynth management application allowing the user to 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/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806270755.w5R7t7VV094585>