lv2: version bump to 1.18.10
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" ?>
|
<?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>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>lv2</Name>
|
<Name>lv2</Name>
|
||||||
@@ -11,32 +11,39 @@
|
|||||||
<License>LGPLv2+</License>
|
<License>LGPLv2+</License>
|
||||||
<License>MIT</License>
|
<License>MIT</License>
|
||||||
<IsA>library</IsA>
|
<IsA>library</IsA>
|
||||||
<Summary>LV2 is a simple but extensible successor of LADSPA</Summary>
|
<Summary>LV2 is an extensible open standard for audio plugins.</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>
|
<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="f28c35066a24c125fdaae5a383b2b93e038f6d0e" type="tarxz">http://lv2plug.in/spec/lv2-1.18.6.tar.xz</Archive>
|
<Archive sha1sum="d1a13a3a2edc5bc6809b58a69c9f6a17cfc5c79c" type="tarxz">http://lv2plug.in/spec/lv2-1.18.10.tar.xz</Archive>
|
||||||
<BuildDependencies>
|
<BuildDependencies>
|
||||||
<Dependency>meson</Dependency>
|
<Dependency>meson</Dependency>
|
||||||
|
<Dependency>cmake</Dependency>
|
||||||
|
<Dependency>asciidoc</Dependency>
|
||||||
|
<Dependency>atk-devel</Dependency>
|
||||||
<Dependency>gtk2-devel</Dependency>
|
<Dependency>gtk2-devel</Dependency>
|
||||||
<Dependency>libsndfile-devel</Dependency>
|
|
||||||
<Dependency>glib2-devel</Dependency>
|
<Dependency>glib2-devel</Dependency>
|
||||||
<Dependency>cairo-devel</Dependency>
|
<Dependency>cairo-devel</Dependency>
|
||||||
<Dependency>pango-devel</Dependency>
|
<Dependency>pango-devel</Dependency>
|
||||||
|
<Dependency>python-lxml</Dependency>
|
||||||
|
<Dependency>python3-devel</Dependency>
|
||||||
<Dependency>freetype-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>fontconfig-devel</Dependency>
|
||||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||||
<Dependency>python-devel</Dependency>
|
<Dependency>libsndfile-devel</Dependency>
|
||||||
<Dependency>python3-devel</Dependency>
|
<Dependency>libsamplerate-devel</Dependency>
|
||||||
<Dependency>cmake</Dependency>
|
|
||||||
<Dependency>atk-devel</Dependency>
|
|
||||||
</BuildDependencies>
|
</BuildDependencies>
|
||||||
<Patches>
|
<Patches>
|
||||||
<!-- <Patch level="1">lv2-1.16.0-fix_lv2_validate.patch</Patch> -->
|
<!-- <Patch></Patch> -->
|
||||||
</Patches>
|
</Patches>
|
||||||
</Source>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>lv2</Name>
|
<Name>lv2</Name>
|
||||||
<RuntimeDependencies>
|
<RuntimeDependencies>
|
||||||
|
<Dependency>atk</Dependency>
|
||||||
<Dependency>gtk2</Dependency>
|
<Dependency>gtk2</Dependency>
|
||||||
<Dependency>glib2</Dependency>
|
<Dependency>glib2</Dependency>
|
||||||
<Dependency>cairo</Dependency>
|
<Dependency>cairo</Dependency>
|
||||||
@@ -46,12 +53,15 @@
|
|||||||
<Dependency>fontconfig</Dependency>
|
<Dependency>fontconfig</Dependency>
|
||||||
<Dependency>gdk-pixbuf</Dependency>
|
<Dependency>gdk-pixbuf</Dependency>
|
||||||
<Dependency>libsndfile</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>
|
</RuntimeDependencies>
|
||||||
<Files>
|
<Files>
|
||||||
<Path fileType="library">/usr/lib</Path>
|
<Path fileType="library">/usr/lib/lv2</Path>
|
||||||
<Path fileType="doc">/usr/share/doc</Path>
|
<Path fileType="doc">/usr/share/doc</Path>
|
||||||
<Path fileType="data">/usr/share</Path>
|
|
||||||
<Path fileType="executable">/usr/bin</Path>
|
<Path fileType="executable">/usr/bin</Path>
|
||||||
</Files>
|
</Files>
|
||||||
</Package>
|
</Package>
|
||||||
@@ -69,6 +79,13 @@
|
|||||||
</Package>
|
</Package>
|
||||||
|
|
||||||
<History>
|
<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">
|
<Update release="4">
|
||||||
<Date>2022-07-28</Date>
|
<Date>2022-07-28</Date>
|
||||||
<Version>1.18.6</Version>
|
<Version>1.18.6</Version>
|
||||||
|
|||||||
@@ -2,12 +2,12 @@
|
|||||||
<PISI>
|
<PISI>
|
||||||
<Source>
|
<Source>
|
||||||
<Name>lv2</Name>
|
<Name>lv2</Name>
|
||||||
<Summary xml:lang="en">LV2 is a simple but extensible successor of LADSPA</Summary>
|
<Summary xml:lang="tr">LV2, ses eklentileri için genişletilebilir bir açık standarttır.</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>
|
<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>
|
</Source>
|
||||||
|
|
||||||
<Package>
|
<Package>
|
||||||
<Name>lv2-devel</Name>
|
<Name>lv2-devel</Name>
|
||||||
<Summary xml:lang="tr">lv2 için geliştirme dosyaları</Summary>
|
<Summary xml:lang="tr">lv2 için geliştirme dosyaları</Summary>
|
||||||
</Package>
|
</Package>
|
||||||
</PISI>
|
</PISI>
|
||||||
|
|||||||
Reference in New Issue
Block a user