pspec.xml 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
  3. <PISI>
  4. <Source>
  5. <Name>bluez</Name>
  6. <Homepage>http://bluez.sourceforge.net</Homepage>
  7. <Packager>
  8. <Name>Mustafa Cinasal</Name>
  9. <Email>muscnsl@gmail.com</Email>
  10. </Packager>
  11. <License>GPLv2+</License>
  12. <IsA>service</IsA>
  13. <IsA>library</IsA>
  14. <IsA>app:console</IsA>
  15. <Summary>Official Linux Bluetooth protocol stack</Summary>
  16. <Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description>
  17. <Archive sha1sum="4e7ed3690dda5479050656a5a9d42539ced39176" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.79.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>docutils</Dependency>
  20. <Dependency>alsa-lib-devel</Dependency>
  21. <Dependency>cups-devel</Dependency>
  22. <Dependency>dbus-devel</Dependency>
  23. <Dependency>eudev-devel</Dependency>
  24. <Dependency>glib2-devel</Dependency>
  25. <Dependency>gstreamer-devel</Dependency>
  26. <Dependency>json-c-devel</Dependency>
  27. <Dependency>libical-devel</Dependency>
  28. <Dependency>libnl-devel</Dependency>
  29. <Dependency>libsndfile-devel</Dependency>
  30. <Dependency>readline-devel</Dependency>
  31. <Dependency>python3-docutils</Dependency>
  32. <Dependency>python3-Pygments</Dependency>
  33. </BuildDependencies>
  34. <Patches>
  35. <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r4.patch</Patch>
  36. <!-- <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch</Patch> -->
  37. <!-- <Patch level="1">0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch</Patch> -->
  38. <!-- <Patch level="1">0001-rfkill-Fix-reading-from-rfkill-socket.patch</Patch> -->
  39. <!-- <Patch level="1">0002-Use-g_memdup2-everywhere.patch</Patch> -->
  40. <!-- <Patch level="1">0005-media-rename-local-function-conflicting-with-pause-2.patch</Patch> -->
  41. </Patches>
  42. </Source>
  43. <Package>
  44. <Name>bluez</Name>
  45. <Summary>Development files for bluez-libs</Summary>
  46. <RuntimeDependencies>
  47. <Dependency release="current">bluez-libs</Dependency>
  48. <Dependency>dbus</Dependency>
  49. <Dependency>eudev</Dependency>
  50. <Dependency>glib2</Dependency>
  51. <Dependency>json-c</Dependency>
  52. <Dependency>libical</Dependency>
  53. <Dependency>readline</Dependency>
  54. <Dependency>alsa-lib</Dependency>
  55. </RuntimeDependencies>
  56. <Files>
  57. <Path fileType="config">/etc</Path>
  58. <Path fileType="executable">/lib/bluetooth/bluetoothd</Path>
  59. <Path fileType="executable">/lib/bluetooth/obexd</Path>
  60. <Path fileType="data">/lib/systemd/system</Path>
  61. <Path fileType="executable">/lib/udev</Path>
  62. <Path fileType="data">/lib/udev/rules.d</Path>
  63. <Path fileType="executable">/usr/bin</Path>
  64. <Path fileType="library">/usr/lib</Path>
  65. <Path fileType="executable">/usr/libexec</Path>
  66. <Path fileType="executable">/usr/sbin</Path>
  67. <Path fileType="data">/usr/share/alsa/bluetooth.conf</Path>
  68. <Path fileType="data">/usr/share/dbus-1</Path>
  69. <Path fileType="man">/usr/share/man</Path>
  70. <Path fileType="data">/usr/share/misc</Path>
  71. <Path fileType="data">/usr/share/zsh</Path>
  72. <Path fileType="data">/var/lib/bluetooth</Path>
  73. </Files>
  74. <Provides>
  75. <COMAR script="service.py">System.Service</COMAR>
  76. </Provides>
  77. </Package>
  78. <Package>
  79. <Name>bluez-libs</Name>
  80. <Summary>Libraries for use in Bluetooth applications</Summary>
  81. <RuntimeDependencies>
  82. <Dependency>libical</Dependency>
  83. </RuntimeDependencies>
  84. <Files>
  85. <Path fileType="library">/usr/lib/libbluetooth.so*</Path>
  86. <Path fileType="doc">/usr/share/doc</Path>
  87. </Files>
  88. </Package>
  89. <Package>
  90. <Name>bluez-libs-devel</Name>
  91. <Summary>Development files for bluez-libs</Summary>
  92. <RuntimeDependencies>
  93. <Dependency release="current">bluez-libs</Dependency>
  94. </RuntimeDependencies>
  95. <Files>
  96. <Path fileType="header">/usr/include/bluetooth</Path>
  97. <Path fileType="data">/usr/lib/pkgconfig</Path>
  98. </Files>
  99. </Package>
  100. <History>
  101. <Update release="25">
  102. <Date>2024-11-29</Date>
  103. <Version>5.79</Version>
  104. <Comment>Rebuild for new conf</Comment>
  105. <Name>Ümit Solmaz</Name>
  106. <Email>admins@pisilinux.org</Email>
  107. </Update>
  108. <Update release="24">
  109. <Date>2024-07-12</Date>
  110. <Version>5.77</Version>
  111. <Comment>Rebuild for new conf</Comment>
  112. <Name>Pisi Linux Community</Name>
  113. <Email>admin@pisilinux.org</Email>
  114. </Update>
  115. <Update release="23">
  116. <Date>2024-07-12</Date>
  117. <Version>5.77</Version>
  118. <Comment>Version bump.</Comment>
  119. <Name>Pisi Linux Community</Name>
  120. <Email>admin@pisilinux.org</Email>
  121. </Update>
  122. <Update release="22">
  123. <Date>2024-04-16</Date>
  124. <Version>5.75</Version>
  125. <Comment>Version bump</Comment>
  126. <Name>Mustafa Cinasal</Name>
  127. <Email>muscnsl@gmail.com</Email>
  128. </Update>
  129. <Update release="21">
  130. <Date>2024-04-14</Date>
  131. <Version>5.74</Version>
  132. <Comment>Version bump.</Comment>
  133. <Name>Mustafa Cinasal</Name>
  134. <Email>muscnsl@gmail.com</Email>
  135. </Update>
  136. <Update release="20">
  137. <Date>2024-03-09</Date>
  138. <Version>5.73</Version>
  139. <Comment>Version bump.</Comment>
  140. <Name>Mustafa Cinasal</Name>
  141. <Email>muscnsl@gmail.com</Email>
  142. </Update>
  143. <Update release="19">
  144. <Date>2024-01-13</Date>
  145. <Version>5.72</Version>
  146. <Comment>Version bump.</Comment>
  147. <Name>Mustafa Cinasal</Name>
  148. <Email>muscnsl@gmail.com</Email>
  149. </Update>
  150. <Update release="18">
  151. <Date>2023-12-15</Date>
  152. <Version>5.71</Version>
  153. <Comment>Version bump.</Comment>
  154. <Name>Mustafa Cinasal</Name>
  155. <Email>muscnsl@gmail.com</Email>
  156. </Update>
  157. <Update release="17">
  158. <Date>2023-09-29</Date>
  159. <Version>5.70</Version>
  160. <Comment>Version bump.</Comment>
  161. <Name>Mustafa Cinasal</Name>
  162. <Email>muscnsl@gmail.com</Email>
  163. </Update>
  164. <Update release="16">
  165. <Date>2023-07-01</Date>
  166. <Version>5.68</Version>
  167. <Comment>Version bump.</Comment>
  168. <Name>Mustafa Cinasal</Name>
  169. <Email>muscnsl@gmail.com</Email>
  170. </Update>
  171. <Update release="15">
  172. <Date>2022-11-15</Date>
  173. <Version>5.66</Version>
  174. <Comment>Version bump.</Comment>
  175. <Name>Mustafa Cinasal</Name>
  176. <Email>muscnsl@gmail.com</Email>
  177. </Update>
  178. <Update release="14">
  179. <Date>2022-07-26</Date>
  180. <Version>5.65</Version>
  181. <Comment>Version bump.</Comment>
  182. <Name>Mustafa Cinasal</Name>
  183. <Email>muscnsl@gmail.com</Email>
  184. </Update>
  185. <Update release="13">
  186. <Date>2021-11-10</Date>
  187. <Version>5.62</Version>
  188. <Comment>Version bump.</Comment>
  189. <Name>Mustafa Cinasal</Name>
  190. <Email>muscnsl@gmail.com</Email>
  191. </Update>
  192. <Update release="12">
  193. <Date>2021-06-17</Date>
  194. <Version>5.59</Version>
  195. <Comment>Version bump</Comment>
  196. <Name>Mustafa Cinasal</Name>
  197. <Email>muscnsl@gmail.com</Email>
  198. </Update>
  199. <Update release="11">
  200. <Date>2020-11-07</Date>
  201. <Version>5.54</Version>
  202. <Comment>Version bump.</Comment>
  203. <Name>Mustafa Cinasal</Name>
  204. <Email>muscnsl@gmail.com</Email>
  205. </Update>
  206. <Update release="10">
  207. <Date>2020-05-17</Date>
  208. <Version>5.54</Version>
  209. <Comment>Version bump.</Comment>
  210. <Name>Mustafa Cinasal</Name>
  211. <Email>muscnsl@gmail.com</Email>
  212. </Update>
  213. <Update release="9">
  214. <Date>2020-01-14</Date>
  215. <Version>5.52</Version>
  216. <Comment>Version bump.</Comment>
  217. <Name>Pisi Linux Community</Name>
  218. <Email>admin@pisilinux.org</Email>
  219. </Update>
  220. <Update release="8">
  221. <Date>2019-09-14</Date>
  222. <Version>5.50</Version>
  223. <Comment>Version bump.</Comment>
  224. <Name>Pisi Linux Community</Name>
  225. <Email>admin@pisilinux.org</Email>
  226. </Update>
  227. <Update release="7">
  228. <Date>2018-08-03</Date>
  229. <Version>5.49</Version>
  230. <Comment>Rebuild.</Comment>
  231. <Name>Pisi Linux Community</Name>
  232. <Email>admin@pisilinux.org</Email>
  233. </Update>
  234. <Update release="6">
  235. <Date>2018-05-07</Date>
  236. <Version>5.49</Version>
  237. <Comment>Rebuild.</Comment>
  238. <Name>Pisi Linux Community</Name>
  239. <Email>admin@pisilinux.org</Email>
  240. </Update>
  241. <Update release="5">
  242. <Date>2018-04-23</Date>
  243. <Version>5.49</Version>
  244. <Comment>Rebuild</Comment>
  245. <Name>Pisi Linux Community</Name>
  246. <Email>admin@pisilinux.org</Email>
  247. </Update>
  248. <Update release="4">
  249. <Date>2017-12-26</Date>
  250. <Version>5.43</Version>
  251. <Comment>Rebuild</Comment>
  252. <Name>Pisi Linux Community</Name>
  253. <Email>admin@pisilinux.org</Email>
  254. </Update>
  255. <Update release="3">
  256. <Date>2017-02-17</Date>
  257. <Version>5.43</Version>
  258. <Comment>Version Bump</Comment>
  259. <Name>Pisi Linux Community</Name>
  260. <Email>admin@pisilinux.org</Email>
  261. </Update>
  262. <Update release="2">
  263. <Date>2016-06-09</Date>
  264. <Version>5.33</Version>
  265. <Comment>Release Bump</Comment>
  266. <Name>Pisi Linux Community</Name>
  267. <Email>admin@pisilinux.org</Email>
  268. </Update>
  269. <Update release="1">
  270. <Date>2015-08-16</Date>
  271. <Version>5.33</Version>
  272. <Comment>First release</Comment>
  273. <Name>Ayhan Yalçınsoy</Name>
  274. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  275. </Update>
  276. </History>
  277. </PISI>