void-packages/srcpkgs/yoshimi/template
2015-10-10 19:03:54 +02:00

22 lines
699 B
Bash

# Template file for 'yoshimi'
pkgname=yoshimi
version=1.3.6
revision=2
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 <miwaxe@gmail.com>"
license="GPL-3"
homepage="http://yoshimi.sourceforge.net"
distfiles="https://github.com/Yoshimi/$pkgname/archive/$version.tar.gz"
checksum=ff18a0318c9cf26992aabd36e63d1f98fed52b14b96c911d124e0baf66a7c372
pre_configure() {
case "$XBPS_TARGET_MACHINE" in
x86_64*) ;;
i686*) ;;
*) sed -i 's|-msse -msse2 -mfpmath=sse||g' CMakeLists.txt;;
esac
}