pspec.xml 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>vapoursynth</Name>
  6. <Homepage>https://vapoursynth.com/doc/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPL-2.1</License>
  12. <IsA>app:console</IsA>
  13. <PartOf>multimedia.editor</PartOf>
  14. <Summary>A video processing framework with simplicity in mind.</Summary>
  15. <Description>VapourSynth is an application for video manipulation. It has a core library written in C++ and a Python module to allow video scripts to be created.</Description>
  16. <Archive sha1sum="03e098efd8eeb6e054671e3f0934265417eafc37" type="targz">https://github.com/vapoursynth/vapoursynth/archive/refs/tags/R65.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>nasm</Dependency>
  19. <Dependency>cython3</Dependency>
  20. <Dependency>python3-devel</Dependency>
  21. <Dependency>libzimg-devel</Dependency>
  22. <Dependency>python3-sphinx</Dependency>
  23. <!-- <Dependency>python3-importlib_metadata</Dependency> -->
  24. </BuildDependencies>
  25. <Patches>
  26. <Patch level="1">vapoursynth-version-info.patch</Patch>
  27. </Patches>
  28. </Source>
  29. <Package>
  30. <Name>vapoursynth</Name>
  31. <RuntimeDependencies>
  32. <Dependency>ffmpeg</Dependency>
  33. <Dependency>libgcc</Dependency>
  34. <Dependency>python3</Dependency>
  35. <Dependency>libzimg</Dependency>
  36. </RuntimeDependencies>
  37. <Files>
  38. <Path fileType="executable">/usr/bin</Path>
  39. <Path fileType="library">/usr/lib</Path>
  40. <Path fileType="library">/usr/lib/python3*/site-packages/vapoursynth.so</Path>
  41. <Path fileType="man">/usr/share/man</Path>
  42. </Files>
  43. </Package>
  44. <Package>
  45. <Name>vapoursynth-devel</Name>
  46. <RuntimeDependencies>
  47. <Dependency release="current">vapoursynth</Dependency>
  48. <Dependency>libzimg-devel</Dependency>
  49. <Dependency>python3-devel</Dependency>
  50. </RuntimeDependencies>
  51. <Files>
  52. <Path fileType="library">/usr/lib/pkgconfig</Path>
  53. <Path fileType="header">/usr/include/vapoursynth</Path>
  54. </Files>
  55. </Package>
  56. <History>
  57. <Update release="4">
  58. <Date>2023-11-03</Date>
  59. <Version>65</Version>
  60. <Comment>Version bump.</Comment>
  61. <Name>Mustafa Cinasal</Name>
  62. <Email>muscnsl@gmail.com</Email>
  63. </Update>
  64. <Update release="3">
  65. <Date>2022-12-16</Date>
  66. <Version>61</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>fury</Name>
  69. <Email>uglyside@yandex.ru</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2022-11-13</Date>
  73. <Version>60</Version>
  74. <Comment>Version bump.</Comment>
  75. <Name>fury</Name>
  76. <Email>uglyside@yandex.ru</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2021-12-11</Date>
  80. <Version>57</Version>
  81. <Comment>First build</Comment>
  82. <Name>fury</Name>
  83. <Email>uglyside@yandex.ru</Email>
  84. </Update>
  85. </History>
  86. </PISI>