suil: version bump to 0.10.18
This commit is contained in:
@@ -4,19 +4,21 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import mesontools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
shelltools.export("JOBS", get.makeJOBS().replace("-j", ""))
|
||||
|
||||
def setup():
|
||||
shelltools.system("python waf configure --prefix=/usr --libdir=/usr/lib/ --configdir=/etc")
|
||||
mesontools.configure()
|
||||
|
||||
def build():
|
||||
shelltools.system("python waf build -v")
|
||||
mesontools.build()
|
||||
|
||||
def check():
|
||||
mesontools.build("test")
|
||||
|
||||
def install():
|
||||
shelltools.system("DESTDIR=%s python waf install" % get.installDIR())
|
||||
mesontools.install()
|
||||
|
||||
pisitools.dodoc("AUTHORS", "NEWS", "COPYING", "README*")
|
||||
pisitools.dodoc("COPYING")
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>suil</Name>
|
||||
<Homepage>http://drobilla.net/software/suil/</Homepage>
|
||||
<Homepage>https://drobilla.net/software/suil.html</Homepage>
|
||||
<Packager>
|
||||
<Name>Osman Erkan</Name>
|
||||
<Email>osman.erkan@pisilinux.org</Email>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:gui</IsA>
|
||||
<Summary>Lightweight C library for loading and wrapping LV2 plugin UIs</Summary>
|
||||
<Description>Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil).</Description>
|
||||
<Archive sha1sum="b0db05fc570ec84eed01a0d5e56544f986f12b0c" type="tarbz2">http://download.drobilla.net/suil-0.10.6.tar.bz2</Archive>
|
||||
<Archive sha1sum="0494a3412033f4eb86cdaea867938c0c51ce0055" type="tarxz">http://download.drobilla.net/suil-0.10.18.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>qt5-base-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
@@ -24,10 +24,13 @@
|
||||
<Dependency>libX11-devel</Dependency>
|
||||
<Dependency>freetype-devel</Dependency>
|
||||
<Dependency>gdk-pixbuf-devel</Dependency>
|
||||
<Dependency>python-devel</Dependency>
|
||||
<Dependency>meson</Dependency>
|
||||
<Dependency>python3-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
<Dependency>fontconfig-devel</Dependency>
|
||||
<Dependency>python3-sphinx</Dependency>
|
||||
<Dependency>qt5-x11extras-devel</Dependency>
|
||||
<Dependency>cmake</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
@@ -46,6 +49,7 @@
|
||||
<Dependency>freetype</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
<Dependency>qt5-x11extras</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
@@ -58,6 +62,7 @@
|
||||
<Name>suil-devel</Name>
|
||||
<Summary>Development files for suil</Summary>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>lv2-devel</Dependency>
|
||||
<Dependency release="current">suil</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
@@ -67,6 +72,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="4">
|
||||
<Date>2023-06-24</Date>
|
||||
<Version>0.10.18</Version>
|
||||
<Comment>Version bump.</Comment>
|
||||
<Name>Mustafa Cinasal</Name>
|
||||
<Email>muscnsl@gmail.com</Email>
|
||||
</Update>
|
||||
<Update release="3">
|
||||
<Date>2020-03-08</Date>
|
||||
<Version>0.10.6</Version>
|
||||
|
||||
@@ -2,12 +2,12 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>suil</Name>
|
||||
<Summary xml:lang="en">Lightweight C library for loading and wrapping LV2 plugin UIs</Summary>
|
||||
<Description xml:lang="en">Suil makes it possible to load a UI of any toolkit in a host using any other toolkit (assuming the toolkits are both supported by Suil).</Description>
|
||||
<Summary xml:lang="tr">LV2 eklenti kullanıcı arayüzlerini yüklemek ve sarmak için hafif C kitaplığı</Summary>
|
||||
<Description xml:lang="tr">Suil, herhangi bir araç setinin kullanıcı arayüzünü başka herhangi bir araç seti kullanarak bir ana bilgisayara yüklemeyi mümkün kılar (araç setlerinin her ikisinin de Suil tarafından desteklendiği varsayılarak).</Description>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>suil-devel</Name>
|
||||
<Summary xml:lang="tr">suil için geliştirme dosyaları</Summary>
|
||||
</Package>
|
||||
</PISI>
|
||||
</PISI>
|
||||
|
||||
Reference in New Issue
Block a user