New package: yoshimi-1.3.6
This commit is contained in:
parent
0e9bcf1df1
commit
0658b40f95
1 changed files with 22 additions and 0 deletions
22
srcpkgs/yoshimi/template
Normal file
22
srcpkgs/yoshimi/template
Normal file
|
@ -0,0 +1,22 @@
|
|||
# Template file for 'yoshimi'
|
||||
pkgname=yoshimi
|
||||
version=1.3.6
|
||||
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 <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
|
||||
}
|
Loading…
Reference in a new issue