mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
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'
|
# 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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue