Package Details: sorcer-git 89.18e6891-1

Package Base: sorcer-git
Description: A wavetable LV2 plugin synth, targeted at the electronic / dubstep genre
Upstream URL: http://openavproductions.com/sorcer/
Category: multimedia
Licenses: GPL
Groups: lv2-plugins
Conflicts: sorcer
Provides: sorcer
Submitter: speps
Maintainer: speps
Last Packager: speps
Votes: 4
First Submitted: 2013-08-21 16:30
Last Updated: 2014-05-31 09:08

Dependencies (6)

Required by (0)

Sources

Latest Comments

Comment by jmf

2015-02-09 22:34

It seems that the project is now using cmake.
I made a few changes so it works again, you are free to adapt that code in any way you like:

build() {
cd $pkgname
mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX="/usr"
make
}

package() {
cd $pkgname/build
make DESTDIR=${pkgdir} install
}

Comment by logicgate

2014-05-31 01:37

I can confirm that package "boost" is required. I got the same error as mjrussell.

Comment by mjrussell

2013-10-11 00:53

Please add "boost" to the dependencies. If it's not installed, I get the error below.

main.cpp:701:37: fatal error: boost/circular_buffer.hpp: No such file or directory
#include <boost/circular_buffer.hpp>

Comment by Animtim

2013-10-04 21:10

Same issue about the compileInstall.sh..

Comment by Sanne

2013-09-30 12:49

Hi, thanks for the package!

I'm getting a build error, please see below. It seems upstream removed the compileInstall.sh script and relies now on makefiles.

Thanks,
Sanne

---------------------------------------------
==> Starting pkgver()...
==> Updated version: sorcer-git 85.6acb3f4-1
==> Starting prepare()...
sed: can't read compileInstall.sh: No such file or directory
==> ERROR: A failure occurred in prepare().
Aborting...
---------------------------------------------