pspec.xml 3.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>shotcut</Name>
  6. <Homepage>https://www.shotcut.org</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvarice@gmail.com</Email>
  10. </Packager>
  11. <License>GPL3</License>
  12. <Icon>shotcut</Icon>
  13. <Summary>Cross-platform Qt based Video Editor</Summary>
  14. <Description>Shotcut is a free, open source, cross-platform video editor.
  15. </Description>
  16. <Archive type="targz" sha1sum="6a7843468bb4a7955f29597caeb46cfd030284fe">https://github.com/mltframework/shotcut/archive/refs/tags/v24.01.28.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>ninja</Dependency>
  20. <Dependency>mlt-devel</Dependency>
  21. <Dependency>x264-devel</Dependency>
  22. <Dependency>lame-devel</Dependency>
  23. <Dependency>swh-plugins</Dependency>
  24. <Dependency>fftw3-devel</Dependency>
  25. <Dependency>libvpx-devel</Dependency>
  26. <Dependency>ffmpeg-devel</Dependency>
  27. <Dependency>qt6-linguist</Dependency>
  28. <Dependency>qt6-sql-odbc</Dependency>
  29. <Dependency>libsdl2-devel</Dependency>
  30. <Dependency>qt6-sql-mysql</Dependency>
  31. <Dependency>qt6-base-devel</Dependency>
  32. <Dependency>qt6-sql-sqlite</Dependency>
  33. <Dependency>ladspa-sdk-devel</Dependency>
  34. <Dependency>qt6-imageformats</Dependency>
  35. <Dependency>qt6-translations</Dependency>
  36. <Dependency>qt6-charts-devel</Dependency>
  37. <Dependency>qt6-sql-postgresql</Dependency>
  38. <Dependency>qt6-multimedia-devel</Dependency>
  39. <Dependency>frei0r-plugins-devel</Dependency>
  40. <Dependency>qt6-declarative-devel</Dependency>
  41. </BuildDependencies>
  42. </Source>
  43. <Package>
  44. <Name>shotcut</Name>
  45. <Summary>Cross-platform Qt based Video Editor</Summary>
  46. <RuntimeDependencies>
  47. <Dependency>mlt</Dependency>
  48. <Dependency>lame</Dependency>
  49. <Dependency>x264</Dependency>
  50. <Dependency>fftw3</Dependency>
  51. <Dependency>libvpx</Dependency>
  52. <Dependency>ffmpeg</Dependency>
  53. <Dependency>libgcc</Dependency>
  54. <Dependency>libsdl2</Dependency>
  55. <Dependency>ladspa-sdk</Dependency>
  56. <Dependency>qt6-charts</Dependency>
  57. <Dependency>swh-plugins</Dependency>
  58. <Dependency>qt6-multimedia</Dependency>
  59. <Dependency>frei0r-plugins</Dependency>
  60. <Dependency>qt6-declarative</Dependency>
  61. <Dependency>qt6-imageformats</Dependency>
  62. <Dependency>qt6-translations</Dependency>
  63. <Dependency versionFrom="6.6.2">qt6-base</Dependency>
  64. </RuntimeDependencies>
  65. <Files>
  66. <Path fileType="executable">/usr/bin</Path>
  67. <Path fileType="library">/usr/lib</Path>
  68. <Path fileType="doc">/usr/share/doc</Path>
  69. <Path fileType="data">/usr/share/mime</Path>
  70. <Path fileType="data">/usr/share/shotcut</Path>
  71. <Path fileType="man">/usr/share/man</Path>
  72. <Path fileType="data">/usr/share/metainfo</Path>
  73. <Path fileType="data">/usr/share/icons</Path>
  74. <Path fileType="data">/usr/share/applications</Path>
  75. </Files>
  76. </Package>
  77. <History>
  78. <Update release="1">
  79. <Date>2024-02-21</Date>
  80. <Version>24.01.28</Version>
  81. <Comment>First Release</Comment>
  82. <Name>Kamil Atlı</Name>
  83. <Email>suvarice@gmail.com</Email>
  84. </Update>
  85. </History>
  86. </PISI>