Search Criteria
Package Details: lilv-git 0.24.13.r1396.71a2ff5-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/lilv-git.git (read-only, click to copy) |
---|---|
Package Base: | lilv-git |
Description: | A C library interface to the LV2 plug-in standard with Python bindings (git version) |
Upstream URL: | http://drobilla.net/software/lilv |
Licenses: | custom:ISC |
Conflicts: | lilv, lilv-svn |
Provides: | liblilv-0.so, lilv |
Submitter: | SpotlightKid |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 1 |
Popularity: | 0.000427 |
First Submitted: | 2016-02-03 16:59 (UTC) |
Last Updated: | 2021-01-13 23:43 (UTC) |
Dependencies (7)
- lv2 (lv2-git)
- python (python38, python37, python3.7, nogil-python, python39, python36, python311, python32)
- sratom (sratom-git)
- git (git-git, git-vfs, git-run-command-patch-git) (make)
- libsndfile (libsndfile-minimal-git, libsndfile-git) (make)
- bash-completion (bash-completion-git) (optional) – completion for bash
- libsndfile (libsndfile-minimal-git, libsndfile-git) (optional) – lv2apply utility
Required by (97)
- ardour-git (requires liblilv-0.so)
- ardour-git (requires lilv) (make)
- ardour-tracker-editor-git (requires lilv) (make)
- ardour-tracker-editor-git (requires liblilv-0.so)
- audacity-git (requires lilv)
- audacity-release-git (requires lilv)
- audacity-systemlibs (requires lilv)
- audacity-wxgtk2 (requires lilv)
- audacium (requires lilv)
- audacium-git (requires lilv)
- bipscript (requires lilv)
- bipscript-git (requires lilv)
- easyeffects-git (requires lilv)
- element-git (requires liblilv-0.so)
- element-git (requires lilv) (make)
- ensembles (requires lilv) (optional)
- ffmpeg-amd-full (requires lilv)
- ffmpeg-amd-full-git (requires lilv)
- ffmpeg-full (requires lilv)
- ffmpeg-full-git (requires lilv)
Latest Comments
SpotlightKid commented on 2019-12-18 10:40 (UTC)
@milk: Both done.
milkii commented on 2019-12-17 23:42 (UTC)
Currently this fails with just the "lv2" package installed.
Could the depends be set to
lv2>=1.17.0
? I guess this fix also requires the AUR to have an updated lv2-git PKGBUILD..SpotlightKid commented on 2018-07-29 10:45 (UTC)
lv2
is already a dependency viasratom
.necklace commented on 2018-07-29 10:06 (UTC)
Should probably add
lv2
as a dep.SpotlightKid commented on 2018-01-28 20:06 (UTC)
@milkmiruku: done, but ingen-git still fails to compile with an unrelated error.
milkii commented on 2018-01-24 00:24 (UTC)
can the provides array be switched to; provides=("${_pkgname}=${pkgver}") ?
as it currently provides an unversioned lilv, which means installing ingen-git asks to uninstall lilv-git and install lilv. thanks.