pspec.xml 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>DirectX-headers</Name>
  6. <Homepage>https://github.com/microsoft/DirectX-Headers</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <License>MIT</License>
  12. <IsA>library</IsA>
  13. <Summary>DirectX headers for using D3D12</Summary>
  14. <Icon>DirectX-headers</Icon>
  15. <Description>D3D12'yi kullanmak için DirectX başlıkları</Description>
  16. <Archive sha1sum="e518473e64b797982194e0f464cc9f092d2e0920" type="targz">https://github.com/microsoft/DirectX-Headers/archive/refs/tags/v1.614.1.tar.gz</Archive>
  17. <BuildDependencies>
  18. <Dependency>meson</Dependency>
  19. </BuildDependencies>
  20. <!--
  21. <Patches>
  22. <Patch>DirectX-headers.patch</Patch>
  23. <Patch level="1">DirectX-headers.patch</Patch>
  24. </Patches>
  25. -->
  26. </Source>
  27. <Package>
  28. <Name>DirectX-headers</Name>
  29. <Files>
  30. <Path fileType="library">/usr/lib</Path>
  31. <Path fileType="doc">/usr/share/doc</Path>
  32. </Files>
  33. </Package>
  34. <Package>
  35. <Name>DirectX-headers-devel</Name>
  36. <Summary>Development files for DirectX-headers</Summary>
  37. <RuntimeDependencies>
  38. <Dependency release="current">DirectX-headers</Dependency>
  39. </RuntimeDependencies>
  40. <Files>
  41. <Path fileType="header">/usr/include</Path>
  42. <Path fileType="data">/usr/lib/cmake</Path>
  43. <Path fileType="library">/usr/lib/pkgconfig</Path>
  44. </Files>
  45. </Package>
  46. <History>
  47. <Update release="6">
  48. <Date>2024-12-07</Date>
  49. <Version>1.614.1</Version>
  50. <Comment>Version bump.</Comment>
  51. <Name>Pisi Linux Community</Name>
  52. <Email>admin@pisilinux.org</Email>
  53. </Update>
  54. <Update release="5">
  55. <Date>2024-06-11</Date>
  56. <Version>1.614.0</Version>
  57. <Comment>Version bump.</Comment>
  58. <Name>Pisi Linux Community</Name>
  59. <Email>admin@pisilinux.org</Email>
  60. </Update>
  61. <Update release="4">
  62. <Date>2024-03-07</Date>
  63. <Version>1.611.0</Version>
  64. <Comment>Version bump.</Comment>
  65. <Name>Mustafa Cinasal</Name>
  66. <Email>muscnsl@gmail.com</Email>
  67. </Update>
  68. <Update release="3">
  69. <Date>2023-09-29</Date>
  70. <Version>1.610.0</Version>
  71. <Comment>Version bump.</Comment>
  72. <Name>Mustafa Cinasal</Name>
  73. <Email>muscnsl@gmail.com</Email>
  74. </Update>
  75. <Update release="2">
  76. <Date>2023-03-11</Date>
  77. <Version>1.608.2</Version>
  78. <Comment>Version bump.</Comment>
  79. <Name>Mustafa Cinasal</Name>
  80. <Email>muscnsl@gmail.com</Email>
  81. </Update>
  82. <Update release="1">
  83. <Date>2022-09-28</Date>
  84. <Version>1.606.4</Version>
  85. <Comment>First release</Comment>
  86. <Name>PisiLinux Community</Name>
  87. <Email>admins@pisilinux.org</Email>
  88. </Update>
  89. </History>
  90. </PISI>