ffmulticonverter rebuild python.

This commit is contained in:
4fury-c3440d8
2021-12-28 18:29:01 +03:00
parent 916e650b10
commit b66e959d66
2 changed files with 38 additions and 8 deletions
@@ -1,5 +1,5 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>ffmulticonverter</Name>
@@ -11,15 +11,18 @@
<License>GPLv3</License>
<Icon>ffmulticonverter</Icon>
<IsA>app:gui</IsA>
<Summary>A multi converter</Summary>
<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>
<Dependency>python3-qt5-devel</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">QProgressBar_value_replaced_to_int.patch</Patch>
</Patches>
</Source>
<Package>
@@ -29,21 +32,26 @@
<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="library">/usr/lib</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/ffmulticonverter</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<History>
<Update release="3">
<Date>2021-12-28</Date>
<Version>1.8.0</Version>
<Comment>Rebuild python.</Comment>
<Name>Kamil Atlı</Name>
<Email>suvari@pisilinux.org</Email>
</Update>
<Update release="2">
<Date>2020-03-08</Date>
<Version>1.8.0</Version>