pspec.xml 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libplacebo</Name>
  6. <Homepage>https://github.com/haasn/libplacebo/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>LGPLv2.1</License>
  12. <IsA>library</IsA>
  13. <Summary>Core rendering algorithms and ideas of mpv rewritten as an independent library</Summary>
  14. <Icon>libplacebo</Icon>
  15. <Description>Bağımsız bir kitaplık olarak yeniden yazılan çekirdek oluşturma algoritmaları ve mpv fikirleri</Description>
  16. <Archive sha1sum="35cbfe108eb54dcb08ff0a6d2684b2f12f15f6b6" type="targz">https://github.com/haasn/libplacebo/archive/refs/tags/v6.338.2.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. <Dependency>lcms2-devel</Dependency>
  20. <Dependency>vulkan-devel</Dependency>
  21. <Dependency>xxhash-devel</Dependency>
  22. <Dependency>glslang-devel</Dependency>
  23. <Dependency>vulkan-headers</Dependency>
  24. <Dependency>libunwind-devel</Dependency>
  25. <Dependency>python3-Jinja2</Dependency>
  26. </BuildDependencies>
  27. <!--
  28. <Patches>
  29. <Patch>libplacebo.patch</Patch>
  30. <Patch level="1">libplacebo.patch</Patch>
  31. </Patches>
  32. -->
  33. </Source>
  34. <Package>
  35. <Name>libplacebo</Name>
  36. <RuntimeDependencies>
  37. <Dependency>lcms2</Dependency>
  38. <Dependency>vulkan</Dependency>
  39. <Dependency>glslang</Dependency>
  40. <Dependency>libunwind</Dependency>
  41. </RuntimeDependencies>
  42. <Files>
  43. <Path fileType="library">/usr/lib</Path>
  44. <Path fileType="data">/usr/share</Path>
  45. <Path fileType="doc">/usr/share/doc</Path>
  46. </Files>
  47. </Package>
  48. <Package>
  49. <Name>libplacebo-devel</Name>
  50. <Summary>Development files for libplacebo</Summary>
  51. <RuntimeDependencies>
  52. <Dependency>lcms2-devel</Dependency>
  53. <Dependency>vulkan-devel</Dependency>
  54. <Dependency>xxhash-devel</Dependency>
  55. <Dependency>libunwind-devel</Dependency>
  56. <Dependency release="current">libplacebo</Dependency>
  57. </RuntimeDependencies>
  58. <Files>
  59. <Path fileType="header">/usr/include</Path>
  60. <Path fileType="library">/usr/lib/pkgconfig</Path>
  61. </Files>
  62. </Package>
  63. <History>
  64. <Update release="3">
  65. <Date>2024-04-17</Date>
  66. <Version>6.338.2</Version>
  67. <Comment>Version bump.</Comment>
  68. <Name>Mustafa Cinasal</Name>
  69. <Email>muscnsl@gmail.com</Email>
  70. </Update>
  71. <Update release="2">
  72. <Date>2024-03-18</Date>
  73. <Version>6.338.1</Version>
  74. <Comment>Rebuild</Comment>
  75. <Name>PisiLinux Community</Name>
  76. <Email>admins@pisilinux.org</Email>
  77. </Update>
  78. <Update release="1">
  79. <Date>2023-11-22</Date>
  80. <Version>6.338.1</Version>
  81. <Comment>First release</Comment>
  82. <Name>PisiLinux Community</Name>
  83. <Email>admins@pisilinux.org</Email>
  84. </Update>
  85. </History>
  86. </PISI>