123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282 |
- <?xml version="1.0" ?>
- <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
- <PISI>
- <Source>
- <Name>bluez</Name>
- <Homepage>http://bluez.sourceforge.net</Homepage>
- <Packager>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Packager>
- <License>GPLv2+</License>
- <IsA>service</IsA>
- <IsA>library</IsA>
- <IsA>app:console</IsA>
- <Summary>Official Linux Bluetooth protocol stack</Summary>
- <Description>bluez contains the tools and libraries that provides support for the core Bluetooth layers and protocols.</Description>
- <Archive sha1sum="4e7ed3690dda5479050656a5a9d42539ced39176" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.79.tar.xz</Archive>
- <BuildDependencies>
- <Dependency>docutils</Dependency>
- <Dependency>alsa-lib-devel</Dependency>
- <Dependency>cups-devel</Dependency>
- <Dependency>dbus-devel</Dependency>
- <Dependency>eudev-devel</Dependency>
- <Dependency>glib2-devel</Dependency>
- <Dependency>gstreamer-devel</Dependency>
- <Dependency>json-c-devel</Dependency>
- <Dependency>libical-devel</Dependency>
- <Dependency>libnl-devel</Dependency>
- <Dependency>libsndfile-devel</Dependency>
- <Dependency>readline-devel</Dependency>
- <Dependency>python3-docutils</Dependency>
- <Dependency>python3-Pygments</Dependency>
- </BuildDependencies>
- <Patches>
- <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r4.patch</Patch>
- <!-- <Patch level="1">0001-Allow-using-obexd-without-systemd-in-the-user-session-r2.patch</Patch> -->
- <!-- <Patch level="1">0001-obex-Use-GLib-helper-function-to-manipulate-paths.patch</Patch> -->
- <!-- <Patch level="1">0001-rfkill-Fix-reading-from-rfkill-socket.patch</Patch> -->
- <!-- <Patch level="1">0002-Use-g_memdup2-everywhere.patch</Patch> -->
- <!-- <Patch level="1">0005-media-rename-local-function-conflicting-with-pause-2.patch</Patch> -->
- </Patches>
- </Source>
- <Package>
- <Name>bluez</Name>
- <Summary>Development files for bluez-libs</Summary>
- <RuntimeDependencies>
- <Dependency release="current">bluez-libs</Dependency>
- <Dependency>dbus</Dependency>
- <Dependency>eudev</Dependency>
- <Dependency>glib2</Dependency>
- <Dependency>json-c</Dependency>
- <Dependency>libical</Dependency>
- <Dependency>readline</Dependency>
- <Dependency>alsa-lib</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="config">/etc</Path>
- <Path fileType="executable">/lib/bluetooth/bluetoothd</Path>
- <Path fileType="executable">/lib/bluetooth/obexd</Path>
- <Path fileType="data">/lib/systemd/system</Path>
- <Path fileType="executable">/lib/udev</Path>
- <Path fileType="data">/lib/udev/rules.d</Path>
- <Path fileType="executable">/usr/bin</Path>
- <Path fileType="library">/usr/lib</Path>
- <Path fileType="executable">/usr/libexec</Path>
- <Path fileType="executable">/usr/sbin</Path>
- <Path fileType="data">/usr/share/alsa/bluetooth.conf</Path>
- <Path fileType="data">/usr/share/dbus-1</Path>
- <Path fileType="man">/usr/share/man</Path>
- <Path fileType="data">/usr/share/misc</Path>
- <Path fileType="data">/usr/share/zsh</Path>
- <Path fileType="data">/var/lib/bluetooth</Path>
- </Files>
- <Provides>
- <COMAR script="service.py">System.Service</COMAR>
- </Provides>
- </Package>
- <Package>
- <Name>bluez-libs</Name>
- <Summary>Libraries for use in Bluetooth applications</Summary>
- <RuntimeDependencies>
- <Dependency>libical</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="library">/usr/lib/libbluetooth.so*</Path>
- <Path fileType="doc">/usr/share/doc</Path>
- </Files>
- </Package>
- <Package>
- <Name>bluez-libs-devel</Name>
- <Summary>Development files for bluez-libs</Summary>
- <RuntimeDependencies>
- <Dependency release="current">bluez-libs</Dependency>
- </RuntimeDependencies>
- <Files>
- <Path fileType="header">/usr/include/bluetooth</Path>
- <Path fileType="data">/usr/lib/pkgconfig</Path>
- </Files>
- </Package>
- <History>
- <Update release="25">
- <Date>2024-11-29</Date>
- <Version>5.79</Version>
- <Comment>Rebuild for new conf</Comment>
- <Name>Ümit Solmaz</Name>
- <Email>admins@pisilinux.org</Email>
- </Update>
- <Update release="24">
- <Date>2024-07-12</Date>
- <Version>5.77</Version>
- <Comment>Rebuild for new conf</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="23">
- <Date>2024-07-12</Date>
- <Version>5.77</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="22">
- <Date>2024-04-16</Date>
- <Version>5.75</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="21">
- <Date>2024-04-14</Date>
- <Version>5.74</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="20">
- <Date>2024-03-09</Date>
- <Version>5.73</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="19">
- <Date>2024-01-13</Date>
- <Version>5.72</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="18">
- <Date>2023-12-15</Date>
- <Version>5.71</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="17">
- <Date>2023-09-29</Date>
- <Version>5.70</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="16">
- <Date>2023-07-01</Date>
- <Version>5.68</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="15">
- <Date>2022-11-15</Date>
- <Version>5.66</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="14">
- <Date>2022-07-26</Date>
- <Version>5.65</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="13">
- <Date>2021-11-10</Date>
- <Version>5.62</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="12">
- <Date>2021-06-17</Date>
- <Version>5.59</Version>
- <Comment>Version bump</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="11">
- <Date>2020-11-07</Date>
- <Version>5.54</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="10">
- <Date>2020-05-17</Date>
- <Version>5.54</Version>
- <Comment>Version bump.</Comment>
- <Name>Mustafa Cinasal</Name>
- <Email>muscnsl@gmail.com</Email>
- </Update>
- <Update release="9">
- <Date>2020-01-14</Date>
- <Version>5.52</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="8">
- <Date>2019-09-14</Date>
- <Version>5.50</Version>
- <Comment>Version bump.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="7">
- <Date>2018-08-03</Date>
- <Version>5.49</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="6">
- <Date>2018-05-07</Date>
- <Version>5.49</Version>
- <Comment>Rebuild.</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="5">
- <Date>2018-04-23</Date>
- <Version>5.49</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="4">
- <Date>2017-12-26</Date>
- <Version>5.43</Version>
- <Comment>Rebuild</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="3">
- <Date>2017-02-17</Date>
- <Version>5.43</Version>
- <Comment>Version Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="2">
- <Date>2016-06-09</Date>
- <Version>5.33</Version>
- <Comment>Release Bump</Comment>
- <Name>Pisi Linux Community</Name>
- <Email>admin@pisilinux.org</Email>
- </Update>
- <Update release="1">
- <Date>2015-08-16</Date>
- <Version>5.33</Version>
- <Comment>First release</Comment>
- <Name>Ayhan Yalçınsoy</Name>
- <Email>ayhanyalcinsoy@pisilinux.org</Email>
- </Update>
- </History>
- </PISI>
|