# Template file for 'yoshimi' pkgname=yoshimi version=1.3.6.1 revision=1 build_style=cmake build_wrksrc=src hostmakedepends="cmake pkg-config fltk" makedepends="boost-devel jack-devel fltk-devel fftw-devel mxml-devel cairo-devel lv2" short_desc="ZynAddSubFX fork with improved JACK audio & MIDI IO" maintainer="Andrea Brancaleoni " license="GPL-3" homepage="http://yoshimi.sourceforge.net" distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz" checksum=21a3cb224b0519600a26da5e36bacb8ef0d62b8190fd0015658b8b147d843634 pre_configure() { case "$XBPS_TARGET_MACHINE" in x86_64*) ;; i686*) ;; *) sed -i 's|-msse -msse2 -mfpmath=sse||g' CMakeLists.txt;; esac }