Package Details: lilv-git 0.25.1.r1620.17f153f-1

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: ISC, 0BSD
Conflicts: lilv, lilv-docs, python-lilv
Provides: liblilv-0.so, lilv, lilv-docs, python-lilv
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 1
Popularity: 0.000000
First Submitted: 2016-02-03 16:59 (UTC)
Last Updated: 2025-10-14 10:39 (UTC)

Dependencies (17)

Required by (119)

Sources (1)

Latest Comments

milkii commented on 2025-10-13 23:39 (UTC)

Installing symlink pointing to liblilv-0.so.0 to /home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/lib/liblilv-0.so
Running custom install script '/usr/bin/python3 /home/milk/.cache/yay/lilv-git/src/lilv-build/meson-private/pycompile.py python-3.13-installed.json 1'
Compiling '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/lib/python3.13/site-packages/lilv.py'...
Compiling '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/lib/python3.13/site-packages/lilv.py'...
install: creating directory '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/licenses'
install: creating directory '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/licenses/lilv-git'
'lilv/COPYING' -> '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/licenses/lilv-git/COPYING'
renamed '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/doc/lilv-0' -> '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/doc/lilv-git'
rm: cannot remove '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/doc/lilv-git/singlehtml/.buildinfo': No such file or directory
rm: cannot remove '/home/milk/.cache/yay/lilv-git/pkg/lilv-git/usr/share/doc/lilv-git/html/.buildinfo': No such file or directory
==> ERROR: A failure occurred in package().

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.

Checking for 'lv2 >= 1.17.0'                  : not found 

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 via sratom.

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.