pspec.xml 3.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>openshot</Name>
  6. <Homepage>http://www.openshotvideo.com</Homepage>
  7. <Packager>
  8. <Name>Kamil Atlı</Name>
  9. <Email>suvari@pisilinux.org</Email>
  10. </Packager>
  11. <License>GPLv3</License>
  12. <Icon>openshot</Icon>
  13. <IsA>app:gui</IsA>
  14. <Summary>An award-winning free and open-source video editor.</Summary>
  15. <Description>OpenShot Video Editor is an award-winning free and open-source video editor and is dedicated to delivering high quality video editing and animation solutions to the world.</Description>
  16. <Archive sha1sum="d0d0b60635a2ec0e82c28e8bd5de0d69536e0f46" type="targz">https://github.com/OpenShot/openshot-qt/archive/refs/tags/v3.1.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>cmake</Dependency>
  19. <Dependency>faac-devel</Dependency>
  20. <Dependency>ffmpeg-devel</Dependency>
  21. <Dependency>python3-devel</Dependency>
  22. <Dependency>python3-pyzmq</Dependency>
  23. <Dependency>qt5-base-devel</Dependency>
  24. <Dependency>python-gtk-devel</Dependency>
  25. <Dependency>libopenshot-devel</Dependency>
  26. <Dependency>python3-requests</Dependency>
  27. <Dependency>python3-qt5-devel</Dependency>
  28. <Dependency>python3-setuptools</Dependency>
  29. <Dependency>libopenshot-audio-devel</Dependency>
  30. <Dependency>python3-importlib_metadata</Dependency>
  31. </BuildDependencies>
  32. <Patches>
  33. <!-- <Patch>video_widget.patch</Patch> -->
  34. <Patch>openshot-2.6.1-no_metric_default.patch</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>openshot</Name>
  39. <RuntimeDependencies>
  40. <Dependency>faac</Dependency>
  41. <Dependency>ffmpeg</Dependency>
  42. <Dependency>python3</Dependency>
  43. <Dependency>qt5-base</Dependency>
  44. <Dependency>python-gtk</Dependency>
  45. <Dependency>python-mlt</Dependency>
  46. <Dependency>libopenshot</Dependency>
  47. <Dependency>python3-qt5</Dependency>
  48. <Dependency>python3-pyzmq</Dependency>
  49. <Dependency>libopenshot-audio</Dependency>
  50. <Dependency>python3-importlib_metadata</Dependency>
  51. </RuntimeDependencies>
  52. <Files>
  53. <Path fileType="executable">/usr/bin</Path>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="localedata">/usr/lib/python2.7/site-packages/openshot/locale</Path>
  56. <Path fileType="data">/usr/share/applications</Path>
  57. <Path fileType="data">/usr/share/mime</Path>
  58. <Path fileType="data">/usr/share/pixmaps</Path>
  59. <Path fileType="man">/usr/share/man</Path>
  60. <Path fileType="doc">/usr/share/doc</Path>
  61. <Path fileType="data">/usr/share/icons</Path>
  62. <Path fileType="data">/usr/share/metainfo</Path>
  63. </Files>
  64. </Package>
  65. <History>
  66. <Update release="3">
  67. <Date>2023-11-03</Date>
  68. <Version>3.1.1</Version>
  69. <Comment>Version bump.</Comment>
  70. <Name>Mustafa Cinasal</Name>
  71. <Email>muscnsl@gmail.com</Email>
  72. </Update>
  73. <Update release="2">
  74. <Date>2022-07-05</Date>
  75. <Version>2.6.1</Version>
  76. <Comment>Rebuild for imagemagick</Comment>
  77. <Name>Kamil Atlı</Name>
  78. <Email>suvari@pisilinux.org</Email>
  79. </Update>
  80. <Update release="1">
  81. <Date>2021-12-07</Date>
  82. <Version>2.6.1</Version>
  83. <Comment>First release</Comment>
  84. <Name>Kamil Atlı</Name>
  85. <Email>suvari@pisilinux.org</Email>
  86. </Update>
  87. </History>
  88. </PISI>