void-packages/srcpkgs/yoshimi/template
2020-02-14 15:24:52 +01:00

31 lines
916 B
Bash

# Template file for 'yoshimi'
pkgname=yoshimi
version=1.7.0.1
revision=1
build_wrksrc=src
build_style=cmake
hostmakedepends="pkg-config fltk"
makedepends="boost-devel jack-devel fltk-devel fftw-devel mxml-devel cairo-devel
lv2 readline-devel ncurses-devel"
short_desc="ZynAddSubFX fork with improved JACK audio & MIDI IO"
maintainer="Andrea Brancaleoni <abc@pompel.me>"
license="GPL-2.0-or-later"
homepage="https://yoshimi.github.io/"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=081afa13613b7a300b9b0185ace693efb4fa2b3a3f1b33fdef049a91cce69b10
case "$XBPS_TARGET_MACHINE" in
*-musl) makedepends+=" argp-standalone";;
esac
configure_args="-DCMAKE_INSTALL_DATAROOTDIR=/usr/share"
pre_configure() {
sed -i 's|ncurses|ncursesw|g' CMakeLists.txt
case "$XBPS_TARGET_MACHINE" in
i686*) ;;
x86_64*) ;;
*) sed -i -e "s|-msse -msse2 -mfpmath=sse||g" CMakeLists.txt;;
esac
}