Package Details: linuxsampler-svn r3751-1

Git Clone URL: https://aur.archlinux.org/linuxsampler-svn.git (read-only, click to copy)
Package Base: linuxsampler-svn
Description: Sampler backend, including sampler engine, audio and MIDI drivers, network layer (LSCP) API and native C++ API
Upstream URL: http://www.linuxsampler.org/
Licenses: GPL, custom
Conflicts: linuxsampler
Provides: linuxsampler
Submitter: None
Maintainer: reesewang
Last Packager: reesewang
Votes: 29
Popularity: 0.000000
First Submitted: 2011-08-24 00:46 (UTC)
Last Updated: 2020-03-03 14:08 (UTC)

Required by (4)

Sources (3)

Latest Comments

« First ‹ Previous 1 2 3 4 5 Next › Last »

svictor commented on 2013-08-06 22:35 (UTC)

Downgrading bison to 2.7.12 it builds ok. Sorry, I don't have the knowledge to fix the code itself.

svictor commented on 2013-08-03 22:56 (UTC)

Build fails. Not sure why... lscp.y:472:24: note: in expansion of macro 'LSCPSERVER' load_instr_args : filename SP instrument_index SP sampler_channel { $$ = LSCPSERVER->LoadInstrument($1, $3, $5); } ^ lscp.y:42:40: error: 'yyparse_param' was not declared in this scope #define LSCPSERVER ((yyparse_param_t*) yyparse_param)->pServer ^ lscp.y:473:24: note: in expansion of macro 'LSCPSERVER' | NON_MODAL SP filename SP instrument_index SP sampler_channel { $$ = LSCPSERVER->LoadInstrument($3, $5, $7, true); } ^ lscp.y:42:40: error: 'yyparse_param' was not declared in this scope #define LSCPSERVER ((yyparse_param_t*) yyparse_param)->pServer ^ lscp.y:476:24: note: in expansion of macro 'LSCPSERVER' load_engine_args : engine_name SP sampler_channel { $$ = LSCPSERVER->SetEngineType($1, $3); } ^ make[3]: *** [lscpparser.lo] Error 1 make[3]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build/src/network' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build/src' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/victor/bin/linuxsampler-svn/src/linuxsampler-build' make: *** [all] Error 2

Nareto commented on 2013-07-06 15:47 (UTC)

please add "bison" as build dependency. It won't compile without yacc (which is in bison)

JazzyEagle commented on 2013-06-27 16:49 (UTC)

Latest SVN Trunk revision is 2455/1.0.0.21SVN. Per the developer (Rui Nuno Capela), package should be updated to grab the latest revision. Please update.

hermes14 commented on 2013-04-12 14:58 (UTC)

Please add sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/' configure.in before make -f Makefile.cvs otherwise it won't compile.

<deleted-account> commented on 2012-07-27 22:19 (UTC)

I don't think so, since I don't have yacc installed

capoeira commented on 2012-07-27 15:24 (UTC)

needs yacc?

<deleted-account> commented on 2012-07-26 15:16 (UTC)

updated

capoeira commented on 2012-06-06 02:11 (UTC)

thanks a lot tlvince, I hope maintainer will include this soon.

tlvince commented on 2012-05-21 16:19 (UTC)

The current PKGBUILD will not build. I've merged orbisvicis's (removed some non existent lv2 makedepends) to form [this PKGBUILD][1]. Feel free to use. [1]: https://github.com/tlvince/pkgbuild/blob/master/linuxsampler-svn/PKGBUILD