* update lilv to 0.24.24-3
This commit is contained in:
parent
a81db177bc
commit
e4e706ed53
55
lilv/.SRCINFO
Normal file
55
lilv/.SRCINFO
Normal file
@ -0,0 +1,55 @@
|
||||
pkgbase = lilv
|
||||
pkgdesc = A C library interface to the LV2 plug-in standard
|
||||
pkgver = 0.24.24
|
||||
pkgrel = 3
|
||||
url = https://drobilla.net/software/lilv.html
|
||||
arch = x86_64
|
||||
arch = powerpc64le
|
||||
arch = powerpc64
|
||||
arch = powerpc
|
||||
arch = riscv64
|
||||
license = 0BSD OR ISC
|
||||
license = ISC
|
||||
makedepends = doxygen
|
||||
makedepends = libsndfile
|
||||
makedepends = lv2
|
||||
makedepends = meson
|
||||
makedepends = python
|
||||
makedepends = python-sphinx
|
||||
makedepends = python-sphinx-lv2-theme
|
||||
makedepends = python-sphinxygen
|
||||
makedepends = serd
|
||||
makedepends = sord
|
||||
makedepends = sratom
|
||||
makedepends = swig
|
||||
source = https://download.drobilla.net/lilv-0.24.24.tar.xz
|
||||
source = https://download.drobilla.net/lilv-0.24.24.tar.xz.sig
|
||||
validpgpkeys = 907D226E7E13FA337F014A083672782A9BF368F3
|
||||
sha512sums = 93a3842a5e000a9c59bf3493c2c10df35a803a7edf6cff09f43e155a7e83d0c7c81bc24a6243828dc141d30187c3f60ef9799f319f72e5b6c3e2d022de757185
|
||||
sha512sums = SKIP
|
||||
b2sums = 4228248e8dbee228cee193e259d95b2e66f9f2e3516702dfad0dc126273076230274538c32a857ae9ad8a58545bbf48e7791254441dd4d6e537715de9e5e5be6
|
||||
b2sums = SKIP
|
||||
|
||||
pkgname = lilv
|
||||
depends = glibc
|
||||
depends = serd
|
||||
depends = libserd-0.so
|
||||
depends = sord
|
||||
depends = libsord-0.so
|
||||
depends = sratom
|
||||
depends = libsratom-0.so
|
||||
depends = lv2
|
||||
depends = zix
|
||||
optdepends = libsndfile: for lv2apply
|
||||
optdepends = lilv-docs: for documentation
|
||||
optdepends = python-lilv: for Python bindings
|
||||
provides = liblilv-0.so
|
||||
|
||||
pkgname = lilv-docs
|
||||
pkgdesc = A C library interface to the LV2 plug-in standard - documentation
|
||||
|
||||
pkgname = python-lilv
|
||||
pkgdesc = A C library interface to the LV2 plug-in standard - Python interface
|
||||
depends = lilv
|
||||
depends = python
|
||||
depends = python-numpy
|
@ -9,7 +9,7 @@ pkgname=(
|
||||
python-lilv
|
||||
)
|
||||
pkgver=0.24.24
|
||||
pkgrel=2.1
|
||||
pkgrel=3
|
||||
pkgdesc="A C library interface to the LV2 plug-in standard"
|
||||
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
|
||||
url="https://drobilla.net/software/lilv.html"
|
||||
|
Loading…
x
Reference in New Issue
Block a user