summary : A library to make the use of LV2 plugins as simple as possible
@@ -10,10 +10,12 @@
Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications.
builddeps :
- pkgconfig(lv2)
+ - pkgconfig(python3)
- pkgconfig(serd-0)
- pkgconfig(sord-0)
- pkgconfig(sratom-0)
setup : |
+ sed -i 's/env python/env python3/g' waf
%waf_configure --configdir=/etc --libdir=%libdir%
build : |
%waf_build
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -2,15 +2,15 @@
<Source>
<Name>lilv</Name>
<Packager>
- <Name>Bryan T. Meyers</Name>
- <Email>bmeyers@datadrake.com</Email>
+ <Name>Jacob Alzén</Name>
+ <Email>jacob.alzen@gmail.com</Email>
</Packager>
<License>ISC</License>
<PartOf>programming.library</PartOf>
<Summary xml:lang="en">A library to make the use of LV2 plugins as simple as possible</Summary>
<Description xml:lang="en">Lilv is the successor to SLV2, rewritten to be significantly faster and have minimal dependencies. It is stable, well-tested software (the included test suite covers over 90% of the code) in use by several applications.