123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://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>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>
- <Name>ffmulticonverter</Name>
- <RuntimeDependencies>
- <Dependency>ffmpeg</Dependency>
- <Dependency>unoconv</Dependency>
- <Dependency>python3-qt5</Dependency>
- <Dependency>imagemagick</Dependency>
- </RuntimeDependencies>
- <Files>
- <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="4">
- <Date>2023-11-03</Date>
- <Version>1.8.0</Version>
- <Comment>Rebuild python</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <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>
- <Comment>Rebuild.</Comment>
- <Name>Kamil Atlı</Name>
- <Email>suvari@pisilinux.org</Email>
- </Update>
- <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>
|