qsynth: update to 0.5.1. (#912)

This commit is contained in:
cr6git 2018-07-15 13:27:37 +02:00 committed by GitHub
parent 898ce181c4
commit d9eb88177f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,20 +1,20 @@
# Template file for 'qsynth' # Template file for 'qsynth'
pkgname=qsynth pkgname=qsynth
version=0.5.0 version=0.5.1
revision=1 revision=1
build_style=gnu-configure build_style=gnu-configure
hostmakedepends="pkg-config qt5-qmake qt5-tools" hostmakedepends="pkg-config qt5-tools"
makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel" makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel"
depends="fluidsynth jack desktop-file-utils hicolor-icon-theme" depends="fluidsynth jack desktop-file-utils hicolor-icon-theme"
short_desc="Qt GUI Interface for FluidSynth" short_desc="Qt GUI Interface for FluidSynth"
maintainer="Juan RP <xtraeme@voidlinux.eu>" maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2" license="GPL-2.0-or-later"
homepage="http://qsynth.sourceforge.net" homepage="http://qsynth.sourceforge.io"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz" distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
checksum=0415d5744a0d950ced0ab84a25d653b951cc1e35a847d6934c29a78f7ede26eb checksum=579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e
if [ -n "${CROSS_BUILD}" ]; then if [ -n "${CROSS_BUILD}" ]; then
hostmakedepends+=" qt5-x11extras-devel qt5-host-tools" hostmakedepends+=" qt5-x11extras-devel"
fi fi
post_configure() { post_configure() {