new packages: shotcut, swh-plugins

This commit is contained in:
suvari
2024-02-21 16:28:26 +03:00
parent ed19497692
commit 93c506616f
10 changed files with 417720 additions and 416115 deletions
+25
View File
@@ -0,0 +1,25 @@
#!/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 get
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
def setup():
autotools.autoreconf("-vfi")
shelltools.system("./autogen.sh")
autotools.configure()
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make("CC=%s" % get.CC())
def install():
autotools.rawInstall("prefix=/usr DESTDIR=%s" % get.installDIR())
pisitools.dodoc("COPYING", "README")
+48
View File
@@ -0,0 +1,48 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>swh-plugins</Name>
<Homepage>http://plugin.org.uk/</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>GPLv2</License>
<IsA>library</IsA>
<Icon>swh-plugins</Icon>
<Summary>The SWH Plugins package for the LADSPA plugin system </Summary>
<Description>Steve Harris' LADSPA plug-ins suite</Description>
<Archive sha1sum="56716f08fd97ba5e5bc99e473e386c84a800c7d7" type="targz">https://github.com/swh/ladspa/archive/refs/tags/v0.4.17.tar.gz</Archive>
<BuildDependencies>
<Dependency>gsm-devel</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>perl-XML-Parser</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>swh-plugins</Name>
<RuntimeDependencies>
<Dependency>gsm</Dependency>
<Dependency>fftw3</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/ladspa</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-02-21</Date>
<Version>0.4.17</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>swh-plugins</Name>
<Summary xml:lang="tr">LADSPA eklenti sistemi için SWH Eklentileri paketi</Summary>
<Description xml:lang="tr">Steve Harris'in LADSPA eklenti paketi</Description>
<Description xml:lang="fr">Suite de plug-ins LADSPA de Steve Harris</Description>
<Description xml:lang="es">Suite de complementos LADSPA de Steve Harris</Description>
</Source>
</PISI>