pspec.xml 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>gdb</Name>
  6. <Homepage>https://www.sourceware.org/gdb/</Homepage>
  7. <Packager>
  8. <Name>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</Email>
  10. </Packager>
  11. <PartOf>programming.debug</PartOf>
  12. <License>GPLv3</License>
  13. <IsA>app:console</IsA>
  14. <Summary>GNU debugger</Summary>
  15. <Description>GDB, the GNU Project debugger, allows you to see what is going on 'inside' another program while it executes -- or what another program was doing at the moment it crashed.</Description>
  16. <Archive sha1sum="2b4e9357e498c66bbedf791883569104edea0472" type="tarxz">https://ftp.gnu.org/gnu/gdb/gdb-15.1.tar.xz</Archive>
  17. <BuildDependencies>
  18. <Dependency>texinfo</Dependency>
  19. <Dependency>xz-devel</Dependency>
  20. <Dependency>gmp-devel</Dependency>
  21. <Dependency>mpfr-devel</Dependency>
  22. <Dependency>zstd-devel</Dependency>
  23. <Dependency>expat-devel</Dependency>
  24. <Dependency>guile-devel</Dependency>
  25. <Dependency>python3-devel</Dependency>
  26. <Dependency>xxhash-devel</Dependency>
  27. <Dependency>ncurses-devel</Dependency>
  28. <Dependency>readline-devel</Dependency>
  29. <Dependency>source-highlight-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <!-- <Patch level="1">0001-AArch64-Make-gdbserver-register-set-selection-dynami.patch</Patch> -->
  33. <!-- <Patch level="1">arch/readline8.patch</Patch> -->
  34. </Patches>
  35. </Source>
  36. <Package>
  37. <Name>gdb</Name>
  38. <Summary>GNU debugger</Summary>
  39. <RuntimeDependencies>
  40. <Dependency>xz</Dependency>
  41. <Dependency>gmp</Dependency>
  42. <Dependency>mpfr</Dependency>
  43. <Dependency>zstd</Dependency>
  44. <Dependency>expat</Dependency>
  45. <Dependency>guile</Dependency>
  46. <Dependency>libgcc</Dependency>
  47. <Dependency>xxhash</Dependency>
  48. <Dependency>python3</Dependency>
  49. <Dependency>ncurses</Dependency>
  50. <Dependency>readline</Dependency>
  51. <Dependency>source-highlight</Dependency>
  52. </RuntimeDependencies>
  53. <Files>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="man">/usr/share/man</Path>
  56. <Path fileType="data">/usr/share/gdb</Path>
  57. <Path fileType="executable">/usr/bin</Path>
  58. <Path fileType="info">/usr/share/info</Path>
  59. <Path fileType="doc">/usr/share/doc/gdb</Path>
  60. </Files>
  61. </Package>
  62. <Package>
  63. <Name>gdb-devel</Name>
  64. <Summary>Development files for gdb</Summary>
  65. <RuntimeDependencies>
  66. <Dependency release="current">gdb</Dependency>
  67. </RuntimeDependencies>
  68. <Files>
  69. <Path fileType="header">/usr/include</Path>
  70. </Files>
  71. </Package>
  72. <History>
  73. <Update release="16">
  74. <Date>2024-10-05</Date>
  75. <Version>15.1</Version>
  76. <Comment>Rebuild guile.</Comment>
  77. <Name>Pisi Linux Community</Name>
  78. <Email>admin@pisilinux.org</Email>
  79. </Update>
  80. <Update release="15">
  81. <Date>2024-07-08</Date>
  82. <Version>15.1</Version>
  83. <Comment>Version bump.</Comment>
  84. <Name>Pisi Linux Community</Name>
  85. <Email>admin@pisilinux.org</Email>
  86. </Update>
  87. <Update release="14">
  88. <Date>2023-10-28</Date>
  89. <Version>12.1</Version>
  90. <Comment>Rebuild guile.</Comment>
  91. <Name>Mustafa Cinasal</Name>
  92. <Email>muscnsl@gmail.com</Email>
  93. </Update>
  94. <Update release="13">
  95. <Date>2023-02-10</Date>
  96. <Version>12.1</Version>
  97. <Comment>Rebuild guile.</Comment>
  98. <Name>Mustafa Cinasal</Name>
  99. <Email>muscnsl@gmail.com</Email>
  100. </Update>
  101. <Update release="12">
  102. <Date>2023-02-05</Date>
  103. <Version>12.1</Version>
  104. <Comment>Rebuild guile.</Comment>
  105. <Name>fury</Name>
  106. <Email>uglyside@yandex.ru</Email>
  107. </Update>
  108. <Update release="11">
  109. <Date>2023-01-28</Date>
  110. <Version>12.1</Version>
  111. <Comment>Version bump.</Comment>
  112. <Name>Mustafa Cinasal</Name>
  113. <Email>muscnsl@gmail.com</Email>
  114. </Update>
  115. <Update release="10">
  116. <Date>2021-11-30</Date>
  117. <Version>11.1</Version>
  118. <Comment>Version bump.</Comment>
  119. <Name>Mustafa Cinasal</Name>
  120. <Email>muscnsl@gmail.com</Email>
  121. </Update>
  122. <Update release="9">
  123. <Date>2021-09-15</Date>
  124. <Version>10.2</Version>
  125. <Comment>Version bump.</Comment>
  126. <Name>Mustafa Cinasal</Name>
  127. <Email>muscnsl@gmail.com</Email>
  128. </Update>
  129. <Update release="8">
  130. <Date>2020-11-07</Date>
  131. <Version>9.2</Version>
  132. <Comment>Rebuild.</Comment>
  133. <Name>Mustafa Cinasal</Name>
  134. <Email>muscnsl@gmail.com</Email>
  135. </Update>
  136. <Update release="7">
  137. <Date>2020-09-07</Date>
  138. <Version>9.2</Version>
  139. <Comment>Major version bump.</Comment>
  140. <Name>Blue Devil</Name>
  141. <Email>bluedevil@sctzine.com</Email>
  142. </Update>
  143. <Update release="6">
  144. <Date>2020-01-07</Date>
  145. <Version>8.3</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Mustafa Cinasal</Name>
  148. <Email>muscnsl@gmail.com</Email>
  149. </Update>
  150. <Update release="5">
  151. <Date>2018-08-07</Date>
  152. <Version>8.1</Version>
  153. <Comment>Version Bump</Comment>
  154. <Name>Mustafa Cinasal</Name>
  155. <Email>muscnsl@gmail.com</Email>
  156. </Update>
  157. <Update release="4">
  158. <Date>2018-01-31</Date>
  159. <Version>8.0.1</Version>
  160. <Comment>Version Bump</Comment>
  161. <Name>Mustafa Cinasal</Name>
  162. <Email>muscnsl@gmail.com</Email>
  163. </Update>
  164. <Update release="3">
  165. <Date>2017-01-29</Date>
  166. <Version>7.12.1</Version>
  167. <Comment>Version bump.</Comment>
  168. <Name>Ertuğrul Erata</Name>
  169. <Email>ertugrulerata@gmail.com</Email>
  170. </Update>
  171. <Update release="2">
  172. <Date>2016-06-09</Date>
  173. <Version>7.9.1</Version>
  174. <Comment>Release Bump</Comment>
  175. <Name>Pisi Linux Community</Name>
  176. <Email>admin@pisilinux.org</Email>
  177. </Update>
  178. <Update release="1">
  179. <Date>2015-07-30</Date>
  180. <Version>7.9.1</Version>
  181. <Comment>First release</Comment>
  182. <Name>Ertuğrul Erata</Name>
  183. <Email>ertugrulerata@gmail.com</Email>
  184. </Update>
  185. </History>
  186. </PISI>