Package Details: zynaddsubfx-git 3.0.6.r59.g255d8442-1

Git Clone URL: https://aur.archlinux.org/zynaddsubfx-git.git (read-only, click to copy)
Package Base: zynaddsubfx-git
Description: A powerful realtime, multi-timbral software synthesizer.
Upstream URL: http://zynaddsubfx.sourceforge.net
Licenses: GPL2
Conflicts: zynaddsubfx
Provides: zynaddsubfx
Submitter: speps
Maintainer: WoefulDerelict
Last Packager: WoefulDerelict
Votes: 17
Popularity: 0.193475
First Submitted: 2011-07-09 23:54 (UTC)
Last Updated: 2022-12-28 04:06 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

<deleted-account> commented on 2015-04-08 01:58 (UTC)

I also hit the X11 linking error. Here's the ugly workaround I used to get it built: In zynaddsubfx-git/src/CMakeLists.txt add ${X11_LIBRARIES} beneath ${GUI_LIBRARIES} on line 371. Good luck!

cocreature commented on 2015-03-25 08:54 (UTC)

I'm getting the same error haby is getting.

habys commented on 2015-03-24 18:56 (UTC)

Some kinda linking errors with X11 trying to build today: libzynaddsubfx_core.a(Master.cpp.o): In function `memset': /usr/include/bits/string3.h:86: warning: memset used with constant zero length parameter; this could be due to transposed parameters /usr/bin/ld: UI/libzynaddsubfx_gui.a(MasterUI.cxx.o): undefined reference to symbol 'XCreateBitmapFromData' /usr/lib/libX11.so.6: error adding symbols: DSO missing from command line collect2: error: ld returned 1 exit status src/CMakeFiles/zynaddsubfx.dir/build.make:95: recipe for target 'src/zynaddsubfx' failed make[2]: *** [src/zynaddsubfx] Error 1 CMakeFiles/Makefile2:1760: recipe for target 'src/CMakeFiles/zynaddsubfx.dir/all' failed make[1]: *** [src/CMakeFiles/zynaddsubfx.dir/all] Error 2 make[1]: *** Waiting for unfinished jobs.... libzynaddsubfx_core.a(Master.cpp.o): In function `memset': /usr/include/bits/string3.h:86: warning: memset used with constant zero length parameter; this could be due to transposed parameters [100%] Built target zynaddsubfx_dssi Makefile:126: recipe for target 'all' failed make: *** [all] Error 2 ==> ERROR: A failure occurred in build(). Aborting...

Potomac commented on 2015-03-14 09:35 (UTC)

there is a problem with this package : the PKGBUILD needs to be rewritten, because the /usr/lib64 directory is used, and pacman doesn't want to install this package because there is a conflict directory with /usr/lib64 and the symbolic link "/usr/lib64", the solution is to add these lines in package() section in the PKGBUILD : # move files from /usr/lib64 to /usr/lib mkdir $pkgdir/usr/lib mv $pkgdir/usr/lib64/* $pkgdir/usr/lib rm -rf $pkgdir/usr/lib64

cocreature commented on 2014-09-06 20:07 (UTC)

Awesome, you finally did update the package thx. /usr/bin/ontroller and /usr/bin/splitter don't have the executable bit set, you should add that.

cocreature commented on 2014-09-04 08:13 (UTC)

@hollunder it hasn't been updated for 9 months, if you want to maintain it just file an orphan request.

hollunder commented on 2014-09-04 07:38 (UTC)

Speps, maintain or disown ffs.

seym commented on 2014-04-25 10:05 (UTC)

The file on sourceforge has change from unsortedzynaddsubfxParameters_20131122.zip to unsortedzynaddsubfxParameters_20140402.zip. I tried to change in in PKGBUILD build (first time I do it, I suppose something is missing), but I got the followind error : /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libmxml.so: référence indéfinie vers « pthread_key_create » /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libmxml.so: référence indéfinie vers « pthread_once » /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libmxml.so: référence indéfinie vers « pthread_getspecific » /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libmxml.so: référence indéfinie vers « pthread_key_delete » /usr/lib/gcc/x86_64-unknown-linux-gnu/4.8.2/../../../../lib/libmxml.so: référence indéfinie vers « pthread_setspecific » collect2: erreur: ld a retourné 1 code d'état d'exécution src/Tests/CMakeFiles/ADnoteTest.dir/build.make:95: recipe for target 'src/Tests/ADnoteTest' failed make[2]: *** [src/Tests/ADnoteTest] Error 1 CMakeFiles/Makefile2:1318: recipe for target 'src/Tests/CMakeFiles/ADnoteTest.dir/all' failed make[1]: *** [src/Tests/CMakeFiles/ADnoteTest.dir/all] Error 2 Makefile:126: recipe for target 'all' failed make: *** [all] Error 2

cocreature commented on 2013-12-14 10:38 (UTC)

So I created a pkgbuild using the new pkgver function which should work fine. Also the new gui is enabled during build. You can check it out here https://gist.github.com/Javafant/7957787

svictor commented on 2013-11-28 14:37 (UTC)

Eventually managed to install it. - Change 1st source for "http://zynaddsubfx.sourceforge.net/doc/instruments/unsortedzynaddsubfxParameters_20131122.zip" md5sum is f282369eebc5cc7a7b242424177b9369 - at line 95 replace zynaddsubfxParameters by unsortedzynaddsubfxParameters_20131122 - mkdir src/zynaddsubfx-build/instruments/banks Strangely, I don't get the dark gui, although I have ntk installed and detected by the configure script. Following this thread, the new GUI should be default in git if ntk detected: http://www.kvraudio.com/forum/viewtopic.php?t=396608&sid=ecb0d90418be46ae2c7167d3e292232f But well, that's a different story I guess!