Skip to content

Commit 3a788f0

Browse files
authored
fix(zynaddsubfx-git): set build type to release instead of demo (#62)
1 parent c25bc46 commit 3a788f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

zynaddsubfx-git/lure.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name='zynaddsubfx-git'
22
version='3.0.7'
3-
release='0'
3+
release='1'
44
desc='ZynAddSubFX open source synthesizer (only lv2)'
55
homepage='https://zynaddsubfx.sourceforge.io'
66
maintainer="Nil Geisweiller <ngeiswei@gmail.com>"
77
architectures=('amd64')
88
license=('GPL-2.0')
99
provides=('zynaddsubfx')
1010
conflicts=('zynaddsubfx')
11-
build_deps=('cmake' 'gcc' 'g++' 'libfftw3-dev' 'libmxml-dev' 'liblo-dev' 'zlib1g-dev')
11+
build_deps=('cmake' 'gcc' 'g++' 'ruby' 'mesa-common-dev' 'libfftw3-dev' 'libmxml-dev' 'liblo-dev' 'zlib1g-dev' 'libuv1-dev')
1212
sources=("git+https://github.com/zynaddsubfx/zyn-fusion-build.git")
1313
checksums=('SKIP')
1414

@@ -19,7 +19,7 @@ version() {
1919

2020
build() {
2121
cd "${srcdir}/zyn-fusion-build"
22-
PARALLEL=1 make -f Makefile.linux.mk all
22+
PARALLEL=1 make MODE=release -f Makefile.linux.mk all
2323
}
2424

2525
package() {
@@ -28,7 +28,7 @@ package() {
2828
mkdir -p "${pkgdir}/usr/lib/lv2/"
2929
mkdir -p "${pkgdir}/usr/share/zynaddsubfx/"
3030
# Copy build folder tree into /opt/zyn-fusion
31-
cp -a "${srcdir}/zyn-fusion-build/build/zyn-fusion-linux-64bit-3.0.7-demo/"* "${pkgdir}/opt/zyn-fusion"
31+
cp -a "${srcdir}/zyn-fusion-build/build/zyn-fusion-linux-64bit-3.0.7-release/"* "${pkgdir}/opt/zyn-fusion"
3232
# Build symbol links
3333
ln -s "${pkgdir}/opt/zyn-fusion/ZynAddSubFX.lv2" "${pkgdir}/usr/lib/lv2"
3434
ln -s "${pkgdir}/opt/zyn-fusion/ZynAddSubFX.lv2presets" "${pkgdir}/usr/lib/lv2"

0 commit comments

Comments
 (0)