Search Criteria
Package Details: extempore-git v0.8.9.r0.g0368489b-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/extempore-git.git (read-only, click to copy) |
---|---|
Package Base: | extempore-git |
Description: | A cyber-physical programming environment for live coding |
Upstream URL: | http://extempore.moso.com.au |
Licenses: | BSD |
Conflicts: | extempore |
Provides: | extempore |
Submitter: | abdo |
Maintainer: | castix |
Last Packager: | castix |
Votes: | 2 |
Popularity: | 0.000000 |
First Submitted: | 2016-11-15 23:12 (UTC) |
Last Updated: | 2021-05-22 13:51 (UTC) |
Dependencies (8)
- alsa-lib
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber)
- pcre
- cmake (cmake-gitAUR) (make)
- gcc (gcc-gitAUR, gccrs-gitAUR, gcc11AUR, gcc-snapshotAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- perl (perl-gitAUR) (make)
- jackAUR (jack2-gitAUR, pipewire-full-jack-gitAUR, pipewire-jack-gitAUR, jack2, pipewire-jack) (optional)
Latest Comments
castix commented on 2020-05-03 15:00 (UTC)
hello, updated PKGBUILD here: https://github.com/CastixGitHub/aur-extempore-git/blob/master/PKGBUILD
what I changed: - (due to some change upstream) it was installing in /opt directely so it was hard to understand what directories were of extempore, now it installs into /opt/extempore-git - "make assets" now fails as it is now in the same cmake call with ASSETS option
dgrisham commented on 2019-10-02 22:14 (UTC) (edited on 2019-10-02 22:14 (UTC) by dgrisham)
Getting this error during the build, haven't figured out how to resolve it yet:
jdc commented on 2019-07-24 20:55 (UTC) (edited on 2019-07-24 20:57 (UTC) by jdc)
I'm getting the same error as n3mo. Moreover, running SHELLOPTS=xtrace make DESTDIR=../../pkg reveals that the build is trying to copy libsndfile.so from src/extempore/lib instead of src/extempore/lib64 where it actually exists.
n3mo commented on 2019-07-23 16:21 (UTC) (edited on 2019-07-23 16:21 (UTC) by n3mo)
I'm encountering the following error during the (possibly final) stage of the build labelled as "Install the Project" (I have replaced my unique path with ellipses):
Error copying file "libsndfile.so" to ".../extempore-git/src/extempore/libs/platform-shlibs".
make[2]: *** [CMakeFiles/external_shlibs_audio.dir/build.make:61: CMakeFiles/external_shlibs_audio] Error 1
make[1]: [CMakeFiles/Makefile2:1163: CMakeFiles/external_shlibs_audio.dir/all] Error 2 make: [Makefile:163: all] Error 2
abdo commented on 2018-02-04 13:14 (UTC)
Thanks @pizzataco, that should be fixed now.
pizzataco commented on 2018-01-31 05:06 (UTC)
I encountered an error about missing an assets folder. It looks like this should happen from CMakeLists.txt but it did not. I had to manually download the tgz and extract it in src/extempore/ before a successful build.
archmylinux commented on 2017-02-23 16:10 (UTC)
abdo commented on 2017-02-22 16:25 (UTC) (edited on 2017-02-22 16:30 (UTC) by abdo)
archmylinux commented on 2017-02-22 16:03 (UTC)