pspec.xml 2.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>libdispatch</Name>
  6. <Homepage>https://apple.github.io/swift-corelibs-libdispatch/</Homepage>
  7. <Packager>
  8. <Name>Pisilinux Community</Name>
  9. <Email>admin@pisilinux.org</Email>
  10. </Packager>
  11. <License>Apache-2</License>
  12. <IsA>library</IsA>
  13. <Summary>Grand Central Dispatch.</Summary>
  14. <Description>Grand Central Dispatch (GCD or libdispatch) provides comprehensive support for concurrent code execution on multicore hardware.</Description>
  15. <Archive sha1sum="d4be580d2aa6f7d2d066216a41035c853f73dd2b" type="targz">
  16. https://github.com/apple/swift-corelibs-libdispatch/archive/refs/tags/swift-5.5-RELEASE.tar.gz
  17. </Archive>
  18. <BuildDependencies>
  19. <Dependency>cmake</Dependency>
  20. <Dependency>llvm-clang</Dependency>
  21. <Dependency>llvm-clang-devel</Dependency>
  22. </BuildDependencies>
  23. <Patches>
  24. <Patch level="0">avoid-libkqueue.patch</Patch>
  25. <Patch level="0">remove-werror.patch</Patch>
  26. </Patches>
  27. </Source>
  28. <Package>
  29. <Name>libdispatch</Name>
  30. <RuntimeDependencies>
  31. <Dependency>llvm-libs</Dependency>
  32. </RuntimeDependencies>
  33. <Files>
  34. <Path fileType="library">/usr/lib</Path>
  35. <Path fileType="man">/usr/share/man</Path>
  36. <Path fileType="doc">/usr/share/doc</Path>
  37. </Files>
  38. </Package>
  39. <Package>
  40. <Name>libdispatch-devel</Name>
  41. <RuntimeDependencies>
  42. <Dependency release="current">libdispatch</Dependency>
  43. </RuntimeDependencies>
  44. <Files>
  45. <Path fileType="header">/usr/include</Path>
  46. </Files>
  47. </Package>
  48. <History>
  49. <Update release="4">
  50. <Date>2022-11-25</Date>
  51. <Version>5.5</Version>
  52. <Comment>Version bump.</Comment>
  53. <Name>fury</Name>
  54. <Email>uglyside@yandex.ru</Email>
  55. </Update>
  56. <Update release="3">
  57. <Date>2021-09-12</Date>
  58. <Version>5.4.2</Version>
  59. <Comment>Version bump.</Comment>
  60. <Name>fury</Name>
  61. <Email>uglyside@yandex.ru</Email>
  62. </Update>
  63. <Update release="2">
  64. <Date>2021-02-24</Date>
  65. <Version>5.3</Version>
  66. <Comment>Rebuild for llvm.</Comment>
  67. <Name>Kamil Atlı</Name>
  68. <Email>suvari@pisilinux.org</Email>
  69. </Update>
  70. <Update release="1">
  71. <Date>2020-12-31</Date>
  72. <Version>5.3</Version>
  73. <Comment>First build.</Comment>
  74. <Name>fury</Name>
  75. <Email>uglyside@yandex.ru</Email>
  76. </Update>
  77. </History>
  78. </PISI>