new package: lilv
This commit is contained in:
@@ -0,0 +1,73 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lilv</Name>
|
||||
<Homepage>https://drobilla.net/software/lilv.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>ISC</License>
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>A library to make the use of LV2 plugins as simple as possible for applications.</Summary>
|
||||
<Description>Lilv is a C library to make the use of LV2 plugins as simple as possible for applications. 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.</Description>
|
||||
<Archive sha1sum="32ce37f4305c745bff907e4b5f46ca0143893814" type="targz">https://gitlab.com/lv2/lilv/-/archive/v0.24.20/lilv-v0.24.20.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>swig</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>lv2-devel</Dependency>
|
||||
<Dependency>serd-devel</Dependency>
|
||||
<Dependency>sord-devel</Dependency>
|
||||
<Dependency>sratom-devel</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>libsndfile-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>lilv</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lv2</Dependency>
|
||||
<Dependency>serd</Dependency>
|
||||
<Dependency>sord</Dependency>
|
||||
<Dependency>sratom</Dependency>
|
||||
<Dependency>libsndfile</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="library">/usr/lib/liblilv-0.so*</Path>
|
||||
<Path fileType="library">/usr/lib/python3.9/site-packages</Path>
|
||||
<Path fileType="config">/etc/bash_completion.d/lilv</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<Package>
|
||||
<Name>lilv-devel</Name>
|
||||
<Summary>Development files for lilv</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency release="current">lilv</Dependency>
|
||||
<Dependency>lv2-devel</Dependency>
|
||||
<Dependency>sord-devel</Dependency>
|
||||
<Dependency>serd-devel</Dependency>
|
||||
<Dependency>sratom-devel</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="header">/usr/include</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2023-06-24</Date>
|
||||
<Version>0.24.20</Version>
|
||||
<Comment>First release</Comment>
|
||||
<Name>Kamil Atlı</Name>
|
||||
<Email>suvari@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user