new package: lilv
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
#!/usr/bin/python
|
||||
# -*- coding: utf-8 -*-
|
||||
#
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("COPYING")
|
||||
@@ -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>
|
||||
@@ -0,0 +1,13 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>lilv</Name>
|
||||
<Summary xml:lang="tr">Uygulamalar için LV2 eklentilerinin kullanımını olabildiğince basit hale getiren bir kitaplık.</Summary>
|
||||
<Description xml:lang="tr">Lilv, uygulamalar için LV2 eklentilerinin kullanımını olabildiğince basit hale getiren bir C kitaplığıdır. Lilv, SLV2'nin halefidir, önemli ölçüde daha hızlı olacak ve minimum bağımlılığa sahip olacak şekilde yeniden yazılmıştır. Çeşitli uygulamalar tarafından kullanılan kararlı, iyi test edilmiş bir yazılımdır (dahil edilen test paketi, kodun %90'ından fazlasını kapsar).</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>lilv-devel</Name>
|
||||
<Summary xml:lang="tr">lilv için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user