Search Criteria
Package Details: distrho-ports-lv2-git r492.062a0f61-1
Git Clone URL: | https://aur.archlinux.org/distrho-ports-lv2-git.git (read-only, click to copy) |
---|---|
Package Base: | distrho-ports-lv2-git |
Description: | Distrho LV2 Audio Plugins, using the JUCE Toolkit |
Upstream URL: | http://distrho.sourceforge.net/ |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | daniel.appelt |
Maintainer: | daniel.appelt |
Last Packager: | daniel.appelt |
Votes: | 8 |
Popularity: | 0.000090 |
First Submitted: | 2020-11-03 09:42 |
Last Updated: | 2020-11-03 09:42 |
Dependencies (11)
- alsa-lib (alsa-lib-x205ta, alsa-lib-git, alsa-lib-minimal-git, alsa-lib-a52pcm)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- libglvnd (libglvnd-git)
- libxext (libxext-git)
- lv2 (lv2-git)
- git (git-git) (make)
- ladspa (make)
- libxcursor (libxcursor-git) (make)
- libxinerama (libxinerama-randr-git) (make)
- libxrender (make)
- meson (meson-git) (make)
Latest Comments
1 2 Next › Last »
daniel.appelt commented on 2020-08-11 18:03
@rcrath: Thx for the feedback! It should work now!
rcrath commented on 2020-08-11 02:17
Builds fine upstream to /usr/local/lv2
rcrath commented on 2020-08-11 00:16
fails with problem with copy command path (/usr/lib, not /usr/bin)?
``````````````````````````````````````````````````````````````` [540/540] Linking target ports-legacy/Wolpertinger.so ==> Entering fakeroot environment... ==> Starting package()... cp: cannot stat 'bin/lv2/*.lv2': No such file or directory <<<<<<<<<<<<<<< ==> ERROR: A failure occurred in package(). Aborting... `````````````````````````````````````````````````````````````````````
falkTX commented on 2020-01-26 18:05
I fixed EasySSP build by disabling a specific optimization during its build. You can switch back to use gcc again.
daniel.appelt commented on 2019-12-26 23:07
@rcrath: I just updated the PKGBUILD to use clang instead of gcc for now. The problem with gcc has been reported upstream: https://github.com/DISTRHO/DISTRHO-Ports/issues/45
rcrath commented on 2019-10-29 02:22
distrho-lv2-git fails with following.
Ralf_Mardorf commented on 2019-08-08 07:18
It doesn't build anymore.
sekret commented on 2018-05-18 14:33
Confirmed, builds fine in a clean chroot.
daniel.appelt commented on 2018-05-18 13:10
@Renfield: Is it possible that your AUR helper is caching old build artifacts? Please try cleaning any build cache that could be involved. I have build the package without problems last week and there hasn't been any updates since.
Renfield commented on 2018-05-18 12:52
The build is broken again:
==> Starting build()...
make -C libs/drowaudio
make[1]: Entering directory '/home/jlm/.cache/pacaur/distrho-lv2-git/src/distrho-lv2/libs/drowaudio'
make -C build-drowaudio
make[2]: Entering directory '/home/jlm/.cache/pacaur/distrho-lv2-git/src/distrho-lv2/libs/drowaudio/build-drowaudio'
make[2]: *** No targets specified and no makefile found. Stop.
make[2]: Leaving directory '/home/jlm/.cache/pacaur/distrho-lv2-git/src/distrho-lv2/libs/drowaudio/build-drowaudio'
make[1]: *** [Makefile:4: all] Error 2