void-packages/srcpkgs/amsynth/template
Nathan Owens 56f0652afd amsynth: Add improvement patches
Added patches to fix size of ALSA audio buffer,
static initialization order and a patch for a segfault

Signed-off-by: Nathan Owens <ndowens04@gmail.com>
2019-12-03 13:17:13 +01:00

19 lines
661 B
Bash

# Template file for 'amsynth'
pkgname=amsynth
version=1.9.0
revision=2
build_style=gnu-configure
hostmakedepends="pandoc intltool pkg-config"
makedepends="dssi-devel ladspa-sdk gtk+-devel jack-devel alsa-lib-devel
liblo-devel libsndfile-devel"
short_desc="Analogue Modeling SYNTHesizer"
maintainer="Olga Ustuzhanina <me@laserbat.pw>"
license="GPL-2.0-or-later"
homepage="https://amsynth.github.io/"
distfiles="https://github.com/amsynth/${pkgname}/releases/download/release-${version}/${pkgname}-${version}.tar.bz2"
checksum=c0d1e11be528366da543363e73363a4b9fd86f72e03d2d22adb3ec355fa61a80
case "$XBPS_TARGET_MACHINE" in
ppc*) broken="broken pandoc" ;;
esac