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
}
Search Criteria
Package Details: sorcer-git 89.18e6891-1
Package Actions
- View PKGBUILD
- Download tarball
- Search wiki
- Flagged out-of-date (2015-02-09)
| 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: | |
| Groups: | |
| Conflicts: | |
| Provides: | |
| Submitter: | speps |
| Maintainer: | speps |
| Last Packager: | speps |
| Votes: | 4 |
| First Submitted: | 2013-08-21 16:30 |
| Last Updated: | 2014-05-31 09:08 |
Required by (0)
Sources
Latest Comments
Comment by jmf
Comment by logicgate
I can confirm that package "boost" is required. I got the same error as mjrussell.
Comment by mjrussell
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
Same issue about the compileInstall.sh..
Comment by Sanne
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...
---------------------------------------------