mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
qsynth: update to 0.9.13
This commit is contained in:
parent
4b4a528fad
commit
f49fae07a2
1 changed files with 7 additions and 13 deletions
|
@ -1,20 +1,14 @@
|
||||||
# Template file for 'qsynth'
|
# Template file for 'qsynth'
|
||||||
pkgname=qsynth
|
pkgname=qsynth
|
||||||
version=0.9.2
|
version=0.9.13
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=cmake
|
||||||
build_helper=qmake
|
hostmakedepends="pkg-config qt6-tools qt6-base"
|
||||||
hostmakedepends="pkg-config qt5-tools"
|
makedepends="qt6-base-devel qt6-svg-devel fluidsynth-devel"
|
||||||
makedepends="qt5-x11extras-devel jack-devel fluidsynth-devel"
|
depends="fluidsynth"
|
||||||
depends="fluidsynth jack desktop-file-utils hicolor-icon-theme"
|
|
||||||
short_desc="Qt GUI Interface for FluidSynth"
|
short_desc="Qt GUI Interface for FluidSynth"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="http://qsynth.sourceforge.io"
|
homepage="http://qsynth.sourceforge.io"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=ee9202178a6453c84d8016e61fd9a364e3dbbd306b4f3658baaa05be29927c3e
|
checksum=4af819add4ba0705a13606e8bdc7e1a5029572ed22c2be1d0ea788724ba8d5f9
|
||||||
|
|
||||||
if [ "${CROSS_BUILD}" ]; then
|
|
||||||
hostmakedepends+=" qt5-x11extras-devel"
|
|
||||||
configure_args+=" ac_cv_path_ac_cv_qmake=${XBPS_WRAPPERDIR}/qmake"
|
|
||||||
fi
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue