mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
zynaddsubfx: update to 3.0.2
This commit is contained in:
parent
7b31f72863
commit
bbba61cc59
1 changed files with 3 additions and 14 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'zynaddsubfx'
|
# Template file for 'zynaddsubfx'
|
||||||
pkgname=zynaddsubfx
|
pkgname=zynaddsubfx
|
||||||
version=3.0.1
|
version=3.0.2
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
nocross=yes
|
nocross="Builds lv2-ttl-generator for the target, not host and fails to run it"
|
||||||
configure_args="-DDefaultOutput=jack -DDefaultInput=jack -DGuiModule=fltk"
|
configure_args="-DDefaultOutput=jack -DDefaultInput=jack -DGuiModule=fltk"
|
||||||
hostmakedepends="doxygen fltk pkg-config"
|
hostmakedepends="doxygen fltk pkg-config"
|
||||||
makedepends="fltk-devel fftw-devel liblo-devel libXpm-devel mxml-devel
|
makedepends="fltk-devel fftw-devel liblo-devel libXpm-devel mxml-devel
|
||||||
|
@ -14,19 +14,8 @@ maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://zynaddsubfx.sourceforge.net/"
|
homepage="http://zynaddsubfx.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/${pkgname}/${version}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=a8017f382be5af9e46e6e8771fb7d7c1fd2e480cf099bbb0c29606b217dd32e2
|
checksum=95defd8250b79fbe7fb69be860df6df05d82263cabf83cf53b391486e910b926
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
case "${XBPS_TARGET_MACHINE}" in
|
|
||||||
armv[67]*)
|
|
||||||
# Disable sse, sse2 and fpmath=sse
|
|
||||||
sed -i src/CMakeLists.txt \
|
|
||||||
-e "s; -msse -msse2 -mfpmath=sse;;"
|
|
||||||
sed -i src/globals.h \
|
|
||||||
-e "/#ifdef ASM_F2I_YES/i #undef ASM_F2I_YES"
|
|
||||||
;;
|
|
||||||
esac
|
|
||||||
}
|
|
||||||
post_build() {
|
post_build() {
|
||||||
local ext
|
local ext
|
||||||
for ext in Spliter Controller; do
|
for ext in Spliter Controller; do
|
||||||
|
|
Loading…
Add table
Reference in a new issue