lv2: version bump to 1.18.10

This commit is contained in:
suvari
2023-06-24 15:40:05 +03:00
parent 900446e9b2
commit f6c1f43e78
2 changed files with 33 additions and 16 deletions
+30 -13
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>lv2</Name>
@@ -11,32 +11,39 @@
<License>LGPLv2+</License>
<License>MIT</License>
<IsA>library</IsA>
<Summary>LV2 is a simple but extensible successor of LADSPA</Summary>
<Description>LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin.</Description>
<Archive sha1sum="f28c35066a24c125fdaae5a383b2b93e038f6d0e" type="tarxz">http://lv2plug.in/spec/lv2-1.18.6.tar.xz</Archive>
<Summary>LV2 is an extensible open standard for audio plugins.</Summary>
<Description>LV2 is an extensible open standard for audio plugins. LV2 has a simple core interface, which is accompanied by extensions that add more advanced functionality. Many types of plugins can be built with LV2, including audio effects, synthesizers, and control processors for modulation and automation.</Description>
<Archive sha1sum="d1a13a3a2edc5bc6809b58a69c9f6a17cfc5c79c" type="tarxz">http://lv2plug.in/spec/lv2-1.18.10.tar.xz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>cmake</Dependency>
<Dependency>asciidoc</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>python-lxml</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>python3-rdflib</Dependency>
<Dependency>python3-pylint</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-markdown</Dependency>
<Dependency>fontconfig-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>libsndfile-devel</Dependency>
<Dependency>libsamplerate-devel</Dependency>
</BuildDependencies>
<Patches>
<!-- <Patch level="1">lv2-1.16.0-fix_lv2_validate.patch</Patch> -->
<!-- <Patch></Patch> -->
</Patches>
</Source>
<Package>
<Name>lv2</Name>
<RuntimeDependencies>
<Dependency>atk</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>glib2</Dependency>
<Dependency>cairo</Dependency>
@@ -46,12 +53,15 @@
<Dependency>fontconfig</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libsndfile</Dependency>
<Dependency>atk</Dependency>
<Dependency>python-lxml</Dependency>
<Dependency>libsamplerate</Dependency>
<Dependency>python3-rdflib</Dependency>
<Dependency>python3-Pygments</Dependency>
<Dependency>python3-markdown</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="library">/usr/lib/lv2</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="executable">/usr/bin</Path>
</Files>
</Package>
@@ -69,6 +79,13 @@
</Package>
<History>
<Update release="5">
<Date>2023-06-24</Date>
<Version>1.18.10</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="4">
<Date>2022-07-28</Date>
<Version>1.18.6</Version>
+3 -3
View File
@@ -2,12 +2,12 @@
<PISI>
<Source>
<Name>lv2</Name>
<Summary xml:lang="en">LV2 is a simple but extensible successor of LADSPA</Summary>
<Description xml:lang="en">LV2 is a portable plugin standard for audio systems, similar in scope to LADSPA, VST, AU, and others. It defines a C API for code and a format for data files which collectively describe a plugin.</Description>
<Summary xml:lang="tr">LV2, ses eklentileri için genişletilebilir bir açık standarttır.</Summary>
<Description xml:lang="tr">LV2, ses eklentileri için genişletilebilir bir açık standarttır. LV2, daha gelişmiş işlevsellik ekleyen uzantıların eşlik ettiği basit bir çekirdek arayüze sahiptir. Modülasyon ve otomasyon için ses efektleri, sentezleyiciler ve kontrol işlemcileri dahil olmak üzere birçok eklenti türü LV2 ile oluşturulabilir.</Description>
</Source>
<Package>
<Name>lv2-devel</Name>
<Summary xml:lang="tr">lv2 için geliştirme dosyaları</Summary>
</Package>
</PISI>
</PISI>