pspec.xml 5.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. <?xml version="1.0" ?>
  2. <!DOCTYPE PISI SYSTEM "http://www.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>PisiLinux Community</Name>
  9. <Email>admins@pisilinux.org</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="f8417a97b259c35d1e058836bb17bbc4d9605ec7" type="tarxz">https://www.kernel.org/pub/linux/bluetooth/bluez-5.49.tar.xz</Archive>
  18. <BuildDependencies>
  19. <Dependency>cups-devel</Dependency>
  20. <Dependency>dbus-devel</Dependency>
  21. <Dependency>libnl-devel</Dependency>
  22. <Dependency>alsa-lib-devel</Dependency>
  23. <Dependency>gstreamer-devel</Dependency>
  24. <Dependency>libsndfile-devel</Dependency>
  25. <!--Dependency>gst-plugins-base-devel</Dependency-->
  26. <Dependency>libical-devel</Dependency>
  27. <Dependency>glib2-devel</Dependency>
  28. <Dependency>eudev-devel</Dependency>
  29. <Dependency>readline-devel</Dependency>
  30. </BuildDependencies>
  31. <Patches>
  32. <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session.patch</Patch>
  33. <Patch level="1">refresh_adv_manager_for_non-LE_devices.diff</Patch>
  34. <Patch level="1">gatt_fix_crash.diff</Patch>
  35. </Patches>
  36. </Source>
  37. <Package>
  38. <Name>bluez</Name>
  39. <RuntimeDependencies>
  40. <Dependency>dbus</Dependency>
  41. <Dependency>eudev</Dependency>
  42. <Dependency>glib2</Dependency>
  43. <Dependency>readline</Dependency>
  44. <Dependency>libical</Dependency>
  45. <Dependency release="current">bluez-libs</Dependency>
  46. </RuntimeDependencies>
  47. <Files>
  48. <Path fileType="data">/lib/udev/rules.d</Path>
  49. <Path fileType="data">/lib/systemd/system</Path>
  50. <Path fileType="data">/usr/share/misc</Path>
  51. <Path fileType="executable">/usr/bin</Path>
  52. <Path fileType="executable">/usr/sbin</Path>
  53. <Path fileType="executable">/lib/udev</Path>
  54. <Path fileType="executable">/lib/bluetooth/obexd</Path>
  55. <Path fileType="executable">/lib/bluetooth/bluetoothd</Path>
  56. <Path fileType="library">/usr/lib</Path>
  57. <Path fileType="executable">/usr/libexec</Path>
  58. <Path fileType="man">/usr/share/man</Path>
  59. <Path fileType="data">/var/lib/bluetooth</Path>
  60. <Path fileType="data">/usr/share/alsa/bluetooth.conf</Path>
  61. <Path fileType="data">/usr/share/dbus-1</Path>
  62. <Path fileType="config">/etc</Path>
  63. </Files>
  64. <Provides>
  65. <COMAR script="service.py">System.Service</COMAR>
  66. </Provides>
  67. </Package>
  68. <Package>
  69. <Name>bluez-libs</Name>
  70. <Summary>Libraries for use in Bluetooth applications</Summary>
  71. <RuntimeDependencies>
  72. <Dependency>libical</Dependency>
  73. </RuntimeDependencies>
  74. <Files>
  75. <Path fileType="library">/usr/lib/libbluetooth.so*</Path>
  76. <Path fileType="doc">/usr/share/doc</Path>
  77. </Files>
  78. </Package>
  79. <Package>
  80. <Name>bluez-libs-devel</Name>
  81. <Summary>Development files for bluez-libs</Summary>
  82. <RuntimeDependencies>
  83. <Dependency release="current">bluez-libs</Dependency>
  84. </RuntimeDependencies>
  85. <Files>
  86. <Path fileType="header">/usr/include/bluetooth</Path>
  87. <Path fileType="data">/usr/lib/pkgconfig</Path>
  88. </Files>
  89. <Provides>
  90. </Provides>
  91. </Package>
  92. <History>
  93. <Update release="6">
  94. <Date>2018-05-07</Date>
  95. <Version>5.49</Version>
  96. <Comment>Rebuild.</Comment>
  97. <Name>Pisi Linux Community</Name>
  98. <Email>admin@pisilinux.org</Email>
  99. </Update>
  100. <Update release="5">
  101. <Date>2018-04-23</Date>
  102. <Version>5.49</Version>
  103. <Comment>Rebuild</Comment>
  104. <Name>Pisi Linux Community</Name>
  105. <Email>admin@pisilinux.org</Email>
  106. </Update>
  107. <Update release="4">
  108. <Date>2017-12-26</Date>
  109. <Version>5.43</Version>
  110. <Comment>Rebuild</Comment>
  111. <Name>Pisi Linux Community</Name>
  112. <Email>admin@pisilinux.org</Email>
  113. </Update>
  114. <Update release="3">
  115. <Date>2017-02-17</Date>
  116. <Version>5.43</Version>
  117. <Comment>Version Bump</Comment>
  118. <Name>Pisi Linux Community</Name>
  119. <Email>admin@pisilinux.org</Email>
  120. </Update>
  121. <Update release="2">
  122. <Date>2016-06-09</Date>
  123. <Version>5.33</Version>
  124. <Comment>Release Bump</Comment>
  125. <Name>Pisi Linux Community</Name>
  126. <Email>admin@pisilinux.org</Email>
  127. </Update>
  128. <Update release="1">
  129. <Date>2015-08-16</Date>
  130. <Version>5.33</Version>
  131. <Comment>First release</Comment>
  132. <Name>Ayhan Yalçınsoy</Name>
  133. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  134. </Update>
  135. </History>
  136. </PISI>