[arch-commits] Commit in bluez/trunk (PKGBUILD)

Andreas Radke andyrtr at archlinux.org
Mon Dec 25 13:16:43 UTC 2017


    Date: Monday, December 25, 2017 @ 13:16:42
  Author: andyrtr
Revision: 313612

upgpkg: bluez 5.47-4

enable BLE MIDI support - FS56776

Modified:
  bluez/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2017-12-25 13:10:21 UTC (rev 313611)
+++ PKGBUILD	2017-12-25 13:16:42 UTC (rev 313612)
@@ -6,11 +6,11 @@
 pkgbase=bluez
 pkgname=('bluez' 'bluez-utils' 'bluez-libs' 'bluez-cups' 'bluez-hid2hci' 'bluez-plugins')
 pkgver=5.47
-pkgrel=3
+pkgrel=4
 url="http://www.bluez.org/"
 arch=('x86_64')
 license=('GPL2')
-makedepends=('dbus' 'libical' 'systemd')
+makedepends=('dbus' 'libical' 'systemd' 'alsa-lib')
 source=(https://www.kernel.org/pub/linux/bluetooth/${pkgname}-${pkgver}.tar.{xz,sign}
         bluetooth.modprobe)
 # see https://www.kernel.org/pub/linux/bluetooth/sha256sums.asc
@@ -27,6 +27,7 @@
           --sysconfdir=/etc \
           --localstatedir=/var \
           --libexecdir=/usr/lib \
+          --enable-midi \
           --enable-sixaxis \
           --enable-experimental \
           --enable-library # this is deprecated
@@ -41,7 +42,7 @@
 
 package_bluez() {
   pkgdesc="Daemons for the bluetooth protocol stack"
-  depends=('libical' 'dbus' 'glib2')
+  depends=('libical' 'dbus' 'glib2' 'alsa-lib')
   backup=('etc/dbus-1/system.d/bluetooth.conf'
           'etc/bluetooth/main.conf')
   conflicts=('obexd-client' 'obexd-server')



More information about the arch-commits mailing list