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
+26
View File
@@ -0,0 +1,26 @@
#!/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 cmaketools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
shelltools.makedirs("build")
shelltools.cd("build")
cmaketools.configure("-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr", sourceDir="..")
def build():
cmaketools.make("-C build")
def install():
pisitools.dodoc("README.md", "COPYING")
shelltools.cd("build")
cmaketools.rawInstall("DESTDIR=%s" % get.installDIR())
+87
View File
@@ -0,0 +1,87 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>shotcut</Name>
<Homepage>https://www.shotcut.org</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvarice@gmail.com</Email>
</Packager>
<License>GPL3</License>
<Icon>shotcut</Icon>
<Summary>Cross-platform Qt based Video Editor</Summary>
<Description>Shotcut is a free, open source, cross-platform video editor.
</Description>
<Archive type="targz" sha1sum="6a7843468bb4a7955f29597caeb46cfd030284fe">https://github.com/mltframework/shotcut/archive/refs/tags/v24.01.28.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ninja</Dependency>
<Dependency>mlt-devel</Dependency>
<Dependency>x264-devel</Dependency>
<Dependency>lame-devel</Dependency>
<Dependency>swh-plugins</Dependency>
<Dependency>fftw3-devel</Dependency>
<Dependency>libvpx-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>qt6-linguist</Dependency>
<Dependency>qt6-sql-odbc</Dependency>
<Dependency>libsdl2-devel</Dependency>
<Dependency>qt6-sql-mysql</Dependency>
<Dependency>qt6-base-devel</Dependency>
<Dependency>qt6-sql-sqlite</Dependency>
<Dependency>ladspa-sdk-devel</Dependency>
<Dependency>qt6-imageformats</Dependency>
<Dependency>qt6-translations</Dependency>
<Dependency>qt6-charts-devel</Dependency>
<Dependency>qt6-sql-postgresql</Dependency>
<Dependency>qt6-multimedia-devel</Dependency>
<Dependency>frei0r-plugins-devel</Dependency>
<Dependency>qt6-declarative-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>shotcut</Name>
<Summary>Cross-platform Qt based Video Editor</Summary>
<RuntimeDependencies>
<Dependency>mlt</Dependency>
<Dependency>lame</Dependency>
<Dependency>x264</Dependency>
<Dependency>fftw3</Dependency>
<Dependency>libvpx</Dependency>
<Dependency>ffmpeg</Dependency>
<Dependency>libgcc</Dependency>
<Dependency>libsdl2</Dependency>
<Dependency>ladspa-sdk</Dependency>
<Dependency>qt6-charts</Dependency>
<Dependency>swh-plugins</Dependency>
<Dependency>qt6-multimedia</Dependency>
<Dependency>frei0r-plugins</Dependency>
<Dependency>qt6-declarative</Dependency>
<Dependency>qt6-imageformats</Dependency>
<Dependency>qt6-translations</Dependency>
<Dependency versionFrom="6.6.2">qt6-base</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/shotcut</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="data">/usr/share/metainfo</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/applications</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2024-02-21</Date>
<Version>24.01.28</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>shotcut</Name>
<Summary xml:lang="tr">Platformlar arası Qt tabanlı Video Düzenleyici</Summary>
<Description xml:lang="tr">Shotcut ücretsiz, açık kaynaklı, platformlar arası bir video düzenleyicidir.</Description>
<Description xml:lang="fr">Shotcut est un éditeur vidéo multiplateforme gratuit, open source.</Description>
<Description xml:lang="es">Shotcut es un editor de vídeo multiplataforma, gratuito y de código abierto.</Description>
</Source>
</PISI>
+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>
+417512 -416113
View File
File diff suppressed because it is too large Load Diff
+1 -1
View File
@@ -1 +1 @@
8587fa7b70202888c46da81bafacbcbe6a16799e
685f8e35ae592c5a6e0daaddec452dbca0c22b87
BIN
View File
Binary file not shown.
+1 -1
View File
@@ -1 +1 @@
d2abc01de7308ab9abdbce898952cb0200c7eaa7
d0843c481ba2833577b5425283bf6b8fbcb97f31