bluez ver. bump

This commit is contained in:
Rmys
2024-04-15 20:16:56 +03:00
parent 4af4dfad8a
commit c86ccfe3d8
2 changed files with 11 additions and 4 deletions
+2 -3
View File
@@ -13,7 +13,7 @@ def setup():
# pisitools.dosed("configure.ac", "rst2man", "rst2man_3")
#shelltools.system("sed -i -e '/SystemdService/d' obexd/src/org.bluez.obex.service.in")
pisitools.dosed("obexd/src/org.bluez.obex.service.in", "SystemdService", deleteLine=True)
autotools.autoreconf("-fi")
autotools.autoreconf("-fiv")
autotools.configure("--localstatedir=/var \
--enable-sixaxis \
--enable-experimental \
@@ -29,11 +29,10 @@ def setup():
--enable-btpclient \
--enable-midi \
--enable-udev \
--enable-test \
--enable-testing \
--enable-mesh \
--enable-hid2hci \
--enable-nfc \
--enable-test \
--enable-deprecated \
--disable-systemd")
+9 -1
View File
@@ -12,7 +12,7 @@
<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="6d1184e20009d76c1e4c0e390c286b91f28237d6" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.73.tar.xz</Archive>
<Archive sha1sum="ca5405873c65fde1443fdc3d6f51fb4f0b6ee173" type="tarxz">https://mirrors.edge.kernel.org/pub/linux/bluetooth/bluez-5.74.tar.xz</Archive>
<BuildDependencies>
<Dependency>docutils</Dependency>
<Dependency>alsa-lib-devel</Dependency>
@@ -48,6 +48,7 @@
<Dependency>json-c</Dependency>
<Dependency>libical</Dependency>
<Dependency>readline</Dependency>
<Dependency>alsa-lib</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
@@ -94,6 +95,13 @@
</Files>
</Package>
<History>
<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>