This commit is contained in:
groni
2018-04-04 16:01:15 +02:00
parent 588e4370ca
commit eee275bd23
7 changed files with 191 additions and 2 deletions
+22
View File
@@ -0,0 +1,22 @@
#!/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 shelltools
from pisi.actionsapi import pisitools
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")
def build():
shelltools.system("python waf build -v")
def install():
shelltools.system("DESTDIR=%s python waf install" % get.installDIR())
pisitools.dodoc("AUTHORS", "NEWS", "COPYING", "README")
+78
View File
@@ -0,0 +1,78 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>suil</Name>
<Homepage>http://drobilla.net/software/suil/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<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="43a09fa3e4d9de040dc27238d7470690ce8613cc" type="tarbz2">http://download.drobilla.net/suil-0.10.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>lv2-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>fontconfig-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>suil</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>freetype</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libsuil*</Path>
<Path fileType="library">/usr/lib/suil-0/libsuil*</Path>
</Files>
</Package>
<Package>
<Name>suil-devel</Name>
<Summary>Development files for suil</Summary>
<RuntimeDependencies>
<Dependency release="current">suil</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-04-04</Date>
<Version>0.10.0</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</PISI>
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<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>
</Source>
<Package>
<Name>suil-devel</Name>
<Summary xml:lang="tr">suil için geliştirme dosyaları</Summary>
</Package>
</PISI>
+76
View File
@@ -142779,6 +142779,82 @@ Bu Skype SILK codec ve Xiph.Org &apos;s Celt codec teknolojisi dahil RFC 6716 ol
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>suil</Name>
<Homepage>http://drobilla.net/software/suil/</Homepage>
<Packager>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Packager>
<License>ISC</License>
<IsA>app:gui</IsA>
<PartOf>multimedia.sound</PartOf>
<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>
<Archive type="tarbz2" sha1sum="43a09fa3e4d9de040dc27238d7470690ce8613cc">http://download.drobilla.net/suil-0.10.0.tar.bz2</Archive>
<BuildDependencies>
<Dependency>qt5-base-devel</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>lv2-devel</Dependency>
<Dependency>atk-devel</Dependency>
<Dependency>pango-devel</Dependency>
<Dependency>cairo-devel</Dependency>
<Dependency>libX11-devel</Dependency>
<Dependency>freetype-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
<Dependency>python-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>cmake</Dependency>
<Dependency>fontconfig-devel</Dependency>
</BuildDependencies>
<SourceURI>multimedia/sound/suil/pspec.xml</SourceURI>
</Source>
<Package>
<Name>suil</Name>
<RuntimeDependencies>
<Dependency>qt5-base</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>atk</Dependency>
<Dependency>gtk3</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>freetype</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>fontconfig</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="library">/usr/lib/libsuil*</Path>
<Path fileType="library">/usr/lib/suil-0/libsuil*</Path>
</Files>
</Package>
<Package>
<Name>suil-devel</Name>
<Summary xml:lang="en">Development files for suil</Summary>
<Summary xml:lang="tr">suil için geliştirme dosyaları</Summary>
<RuntimeDependencies>
<Dependency release="1">suil</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-04-04</Date>
<Version>0.10.0</Version>
<Comment>First release</Comment>
<Name>Stefan Gronewold</Name>
<Email>groni@pisilinux.org</Email>
</Update>
</History>
</SpecFile>
<SpecFile>
<Source>
<Name>qmmp</Name>
+1 -1
View File
@@ -1 +1 @@
66f754fb31f6d23aa2136939b8b22de34fc70915
e0395a65d786f828399bc7e98f09514c6cb44538
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
a3b73352925f1b2af3607a68ff684f4471bd98b8
1daaf30a7c415bf58f9f7879129de72c480965af