File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11name=' zynaddsubfx-git'
22version=' 3.0.7'
3- release=' 0 '
3+ release=' 1 '
44desc=' ZynAddSubFX open source synthesizer (only lv2)'
55homepage=' https://zynaddsubfx.sourceforge.io'
66maintainer=" Nil Geisweiller <ngeiswei@gmail.com>"
77architectures=(' amd64' )
88license=(' GPL-2.0' )
99provides=(' zynaddsubfx' )
1010conflicts=(' 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' )
1212sources=(" git+https://github.com/zynaddsubfx/zyn-fusion-build.git" )
1313checksums=(' SKIP' )
1414
@@ -19,7 +19,7 @@ version() {
1919
2020build () {
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
2525package () {
@@ -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"
You can’t perform that action at this time.
0 commit comments