openshot, libopenshot, libopenshot-audio: new packages

This commit is contained in:
suvari
2021-12-07 02:30:23 +03:00
parent 3cd6ac4845
commit 7cfa9c5ee2
14 changed files with 742 additions and 67 deletions
+24
View File
@@ -0,0 +1,24 @@
#!/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 pythonmodules
from pisi.actionsapi import shelltools
from pisi.actionsapi import pisitools
def setup():
# prevent setup.py from trying to update MIME databases
shelltools.system("sed -i 's/^ROOT =.*/ROOT = False/' setup.py || die")
pythonmodules.compile(pyVer="3")
def build():
pythonmodules.compile(pyVer="3")
shelltools.system("python3 setup.py build")
def install():
pythonmodules.install(pyVer="3")
pisitools.dodoc("COPYING", "README*")
@@ -0,0 +1,12 @@
diff -ruN a/src/settings/_default.settings b/src/settings/_default.settings
--- a/src/settings/_default.settings 2021-09-05 01:16:20.000000000 +0200
+++ b/src/settings/_default.settings 2021-12-02 22:07:32.812473428 +0100
@@ -340,7 +340,7 @@
"restart": true
},
{
- "value": true,
+ "value": false,
"title": "Send Anonymous Metrics and Errors",
"type": "bool",
"category": "Debug",
+71
View File
@@ -0,0 +1,71 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>openshot</Name>
<Homepage>http://www.openshotvideo.com</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>openshot</Icon>
<IsA>app:gui</IsA>
<Summary>An award-winning free and open-source video editor.</Summary>
<Description>OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world.</Description>
<Archive sha1sum="ccc397a488253e3cdd26bd8ff59ad050bfe57323" type="targz">https://github.com/OpenShot/openshot-qt/archive/refs/tags/v2.6.1.tar.gz</Archive>
<BuildDependencies>
<Dependency>cmake</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>python3-devel</Dependency>
<Dependency>python3-pyzmq</Dependency>
<Dependency>qt5-base-devel</Dependency>
<Dependency>python-gtk-devel</Dependency>
<Dependency>libopenshot-devel</Dependency>
<Dependency>python3-requests</Dependency>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>python3-setuptools</Dependency>
<Dependency>libopenshot-audio-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch>openshot-2.6.1-no_metric_default.patch</Patch>
</Patches>
</Source>
<Package>
<Name>openshot</Name>
<RuntimeDependencies>
<Dependency>ffmpeg</Dependency>
<Dependency>python3</Dependency>
<Dependency>qt5-base</Dependency>
<Dependency>python-gtk</Dependency>
<Dependency>python-mlt</Dependency>
<Dependency>libopenshot</Dependency>
<Dependency>python3-qt5</Dependency>
<Dependency>python3-pyzmq</Dependency>
<Dependency>libopenshot-audio</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/lib/python2.7/site-packages/openshot/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/mime</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/metainfo</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2021-12-04</Date>
<Version>2.6.1</Version>
<Comment>First release</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,8 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>openshot</Name>
<Summary xml:lang="tr">Ödüllü, ücretsiz ve açık kaynaklı bir video düzenleyici.</Summary>
<Description xml:lang="tr">OpenShot Video Editor, ödüllü ücretsiz ve açık kaynaklı bir video düzenleyicidir ve kendini dünyaya yüksek kaliteli video düzenleme ve animasyon çözümleri sunmaya adamıştır.</Description>
</Source>
</PISI>