qsynth: update to 0.5.1. (#912)
This commit is contained in:
parent
898ce181c4
commit
d9eb88177f
1 changed files with 6 additions and 6 deletions
|
@ -1,20 +1,20 @@
|
|||
# Template file for 'qsynth'
|
||||
pkgname=qsynth
|
||||
version=0.5.0
|
||||
version=0.5.1
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pkg-config qt5-qmake qt5-tools"
|
||||
hostmakedepends="pkg-config qt5-tools"
|
||||
makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel"
|
||||
depends="fluidsynth jack desktop-file-utils hicolor-icon-theme"
|
||||
short_desc="Qt GUI Interface for FluidSynth"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://qsynth.sourceforge.net"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="http://qsynth.sourceforge.io"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.gz"
|
||||
checksum=0415d5744a0d950ced0ab84a25d653b951cc1e35a847d6934c29a78f7ede26eb
|
||||
checksum=579144c47813cf8426026fe3028abbe84c3d490311f1dd49ddcbc5056d0ef34e
|
||||
|
||||
if [ -n "${CROSS_BUILD}" ]; then
|
||||
hostmakedepends+=" qt5-x11extras-devel qt5-host-tools"
|
||||
hostmakedepends+=" qt5-x11extras-devel"
|
||||
fi
|
||||
|
||||
post_configure() {
|
||||
|
|
Loading…
Reference in a new issue