unoconv: ver. bump to 0.8.2, gsettings-desktop-schemas: new package, zekr: new package, ffmulticonverter: vew package

This commit is contained in:
suvari
2018-12-03 22:37:51 +03:00
parent 8f414c665f
commit ddfcd9d99d
23 changed files with 627 additions and 9 deletions
@@ -0,0 +1,16 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/copyleft/gpl.txt
from pisi.actionsapi import pythonmodules
from pisi.actionsapi import pisitools
def build():
pythonmodules.compile(pyVer = "3")
def install():
pythonmodules.install(pyVer = "3")
pisitools.dodoc("ChangeLog", "COPYING", "README*")
@@ -0,0 +1,55 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ffmulticonverter</Name>
<Homepage>https://github.com/Ilias95/FF-Multi-Converter</Homepage>
<Packager>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Packager>
<License>GPLv3</License>
<Icon>ffmulticonverter</Icon>
<IsA>app:gui</IsA>
<Summary>A multi converter</Summary>
<Description>FF Multi Converter is a simple graphical application that enables you to convert audio, video, image and document files between all popular formats, using and combining other programs. It uses ffmpeg for audio/video files, unoconv for document files (which uses the OpenOffice's UNO bindings) and PIL library for image file conversions.</Description>
<Archive sha1sum="bae21490cc0cb7c38fccc8b1a4e77dc0c1f31a32" type="targz">mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>python3-qt5-devel</Dependency>
<Dependency>ffmpeg-devel</Dependency>
<Dependency>gettext-devel</Dependency>
<Dependency>python3-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>ffmulticonverter</Name>
<RuntimeDependencies>
<Dependency>ffmpeg</Dependency>
<Dependency>unoconv</Dependency>
<Dependency>python3-qt5</Dependency>
<Dependency>imagemagick</Dependency>
<!-- <Dependency>pythonmagick</Dependency> -->
<!-- <Dependency>python-imaging</Dependency> -->
</RuntimeDependencies>
<Files>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/ffmulticonverter</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2018-12-03</Date>
<Version>1.8.0</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>ffmulticonverter</Name>
<Summary xml:lang="tr">Bir çoklu dönüştürücü</Summary>
<Description xml:lang="tr">FF Multi Converter; ses, video, resim ve belge dosya biçimlerini farklı biçimlere dönüştürmek için kullanılabilecek diğer uygulamalara önyüzlük yapan basit bir araçtır. Ses ve video dosyaları için ffmpeg, belge dosyaları için unoconv ve resim dosyaları için PIL kütüphanesi kullanılmaktadır.</Description>
</Source>
</PISI>
+11 -4
View File
@@ -12,19 +12,18 @@
<IsA>app:console</IsA>
<Summary>A document converter</Summary>
<Description>unoconv converts between any document format that OpenOffice / OpenOffice understands.</Description>
<Archive sha1sum="c4d764f9cd8461955ca1c3564a522449ed264c19" type="targz">http://dag.wieers.com/home-made/unoconv/unoconv-0.7.tar.gz</Archive>
<Archive sha1sum="6b5fa97a0f27e70ae935afebe072784f4710e58b" type="targz">https://github.com/dagwieers/unoconv/archive/0.8.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>asciidoc</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>unoconv</Name>
<RuntimeDependencies>
<Dependency>asciidoc</Dependency>
<Dependency>xmlto</Dependency>
<Dependency>asciidoc</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
@@ -34,6 +33,14 @@
</Package>
<History>
<Update release="5">
<Date>2018-08-05</Date>
<Version>0.8.2</Version>
<Comment>Version bump</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="4">
<Date>2018-08-05</Date>
<Version>0.7</Version>