pspec.xml 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>ffmulticonverter</Name>
  6. <Homepage>https://github.com/Ilias95/FF-Multi-Converter</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>ffmulticonverter</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>A multi converter.</Summary>
  15. <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>
  16. <Archive sha1sum="bae21490cc0cb7c38fccc8b1a4e77dc0c1f31a32" type="targz">mirrors://sourceforge/ffmulticonv/ffmulticonverter-1.8.0.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>ffmpeg-devel</Dependency>
  19. <Dependency>gettext-devel</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>python3-qt5-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="1">QProgressBar_value_replaced_to_int.patch</Patch>
  25. </Patches>
  26. </Source>
  27. <Package>
  28. <Name>ffmulticonverter</Name>
  29. <RuntimeDependencies>
  30. <Dependency>ffmpeg</Dependency>
  31. <Dependency>unoconv</Dependency>
  32. <Dependency>python3-qt5</Dependency>
  33. <Dependency>imagemagick</Dependency>
  34. </RuntimeDependencies>
  35. <Files>
  36. <Path fileType="executable">/usr/bin</Path>
  37. <Path fileType="library">/usr/lib</Path>
  38. <Path fileType="data">/usr/share/pixmaps</Path>
  39. <Path fileType="data">/usr/share/applications</Path>
  40. <Path fileType="data">/usr/share/ffmulticonverter</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. <Path fileType="doc">/usr/share/doc</Path>
  43. </Files>
  44. </Package>
  45. <History>
  46. <Update release="4">
  47. <Date>2023-11-03</Date>
  48. <Version>1.8.0</Version>
  49. <Comment>Rebuild python</Comment>
  50. <Name>Kamil Atlı</Name>
  51. <Email>suvari@pisilinux.org</Email>
  52. </Update>
  53. <Update release="3">
  54. <Date>2021-12-28</Date>
  55. <Version>1.8.0</Version>
  56. <Comment>Rebuild python.</Comment>
  57. <Name>Kamil Atlı</Name>
  58. <Email>suvari@pisilinux.org</Email>
  59. </Update>
  60. <Update release="2">
  61. <Date>2020-03-08</Date>
  62. <Version>1.8.0</Version>
  63. <Comment>Rebuild.</Comment>
  64. <Name>Kamil Atlı</Name>
  65. <Email>suvari@pisilinux.org</Email>
  66. </Update>
  67. <Update release="1">
  68. <Date>2018-12-03</Date>
  69. <Version>1.8.0</Version>
  70. <Comment>First release.</Comment>
  71. <Name>Kamil Atlı</Name>
  72. <Email>suvari@pisilinux.org</Email>
  73. </Update>
  74. </History>
  75. </PISI>