aboutsummaryrefslogtreecommitdiff
path: root/audio/qsynth
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2018-06-27 07:55:07 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2018-06-27 07:55:07 +0000
commit788f55bde5ddefca9ee8b3c44160fed817e870a7 (patch)
tree1f6667d4112f19c0be4385f97219cbed647cc7c9 /audio/qsynth
parent1fe7bf1c81ec0c4202f398dc8559c7866d04a6d8 (diff)
downloadports-788f55bde5ddefca9ee8b3c44160fed817e870a7.tar.gz
ports-788f55bde5ddefca9ee8b3c44160fed817e870a7.zip
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
Notes
Notes: svn path=/head/; revision=473420
Diffstat (limited to 'audio/qsynth')
-rw-r--r--audio/qsynth/Makefile22
-rw-r--r--audio/qsynth/distinfo6
-rw-r--r--audio/qsynth/pkg-descr2
3 files changed, 12 insertions, 18 deletions
diff --git a/audio/qsynth/Makefile b/audio/qsynth/Makefile
index c77f342534de..28c1f112d2ce 100644
--- a/audio/qsynth/Makefile
+++ b/audio/qsynth/Makefile
@@ -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>
diff --git a/audio/qsynth/distinfo b/audio/qsynth/distinfo
index 429f78a91716..c724dd66ee1e 100644
--- a/audio/qsynth/distinfo
+++ b/audio/qsynth/distinfo
@@ -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
diff --git a/audio/qsynth/pkg-descr b/audio/qsynth/pkg-descr
index 8036fb3210aa..f1ca2661e267 100644
--- a/audio/qsynth/pkg-descr
+++ b/audio/qsynth/pkg-descr
@@ -4,4 +4,4 @@ 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/