pspec.xml 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  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="d19a5427651689e0eb52b583910837b39b869ed7" type="tarxz">https://www.kernel.org/pub/linux/bluetooth/bluez-5.43.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. </Patches>
  34. </Source>
  35. <Package>
  36. <Name>bluez</Name>
  37. <RuntimeDependencies>
  38. <Dependency>dbus</Dependency>
  39. <Dependency>eudev</Dependency>
  40. <Dependency>glib2</Dependency>
  41. <Dependency>readline</Dependency>
  42. <Dependency>libical</Dependency>
  43. <Dependency release="current">bluez-libs</Dependency>
  44. </RuntimeDependencies>
  45. <Files>
  46. <Path fileType="data">/lib/udev/rules.d</Path>
  47. <Path fileType="data">/lib/systemd/system</Path>
  48. <Path fileType="data">/usr/share/misc</Path>
  49. <Path fileType="executable">/usr/bin</Path>
  50. <Path fileType="executable">/usr/sbin</Path>
  51. <Path fileType="executable">/lib/udev</Path>
  52. <Path fileType="executable">/lib/bluetooth/obexd</Path>
  53. <Path fileType="executable">/lib/bluetooth/bluetoothd</Path>
  54. <Path fileType="library">/usr/lib</Path>
  55. <Path fileType="executable">/usr/libexec</Path>
  56. <Path fileType="man">/usr/share/man</Path>
  57. <Path fileType="data">/var/lib/bluetooth</Path>
  58. <Path fileType="data">/usr/share/alsa/bluetooth.conf</Path>
  59. <Path fileType="data">/usr/share/dbus-1</Path>
  60. <Path fileType="config">/etc</Path>
  61. </Files>
  62. <Provides>
  63. <COMAR script="service.py">System.Service</COMAR>
  64. </Provides>
  65. </Package>
  66. <Package>
  67. <Name>bluez-libs</Name>
  68. <Summary>Libraries for use in Bluetooth applications</Summary>
  69. <RuntimeDependencies>
  70. <Dependency>libical</Dependency>
  71. </RuntimeDependencies>
  72. <Files>
  73. <Path fileType="library">/usr/lib/libbluetooth.so*</Path>
  74. <Path fileType="doc">/usr/share/doc</Path>
  75. </Files>
  76. </Package>
  77. <Package>
  78. <Name>bluez-libs-devel</Name>
  79. <Summary>Development files for bluez-libs</Summary>
  80. <RuntimeDependencies>
  81. <Dependency release="current">bluez-libs</Dependency>
  82. </RuntimeDependencies>
  83. <Files>
  84. <Path fileType="header">/usr/include/bluetooth</Path>
  85. <Path fileType="data">/usr/lib/pkgconfig</Path>
  86. </Files>
  87. <Provides>
  88. </Provides>
  89. </Package>
  90. <History>
  91. <Update release="4">
  92. <Date>2017-12-26</Date>
  93. <Version>5.43</Version>
  94. <Comment>Rebuild</Comment>
  95. <Name>Pisi Linux Community</Name>
  96. <Email>admin@pisilinux.org</Email>
  97. </Update>
  98. <Update release="3">
  99. <Date>2017-02-17</Date>
  100. <Version>5.43</Version>
  101. <Comment>Version Bump</Comment>
  102. <Name>Pisi Linux Community</Name>
  103. <Email>admin@pisilinux.org</Email>
  104. </Update>
  105. <Update release="2">
  106. <Date>2016-06-09</Date>
  107. <Version>5.33</Version>
  108. <Comment>Release Bump</Comment>
  109. <Name>Pisi Linux Community</Name>
  110. <Email>admin@pisilinux.org</Email>
  111. </Update>
  112. <Update release="1">
  113. <Date>2015-08-16</Date>
  114. <Version>5.33</Version>
  115. <Comment>First release</Comment>
  116. <Name>Ayhan Yalçınsoy</Name>
  117. <Email>ayhanyalcinsoy@pisilinux.org</Email>
  118. </Update>
  119. </History>
  120. </PISI>