blob: 47f870d0a8c82b2fccc07f8d2fa03eed06007fb5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
# by mihanson
I really have no idea how this bluetooth stuff works. If anyone wants to
take a stab at getting this working properly with runit, feel free. I
only need this package to get mythpywii working.
2010-04-01:
Make this package work with runit. All daemons were seperated into their
own run scripts. Of particular interest is rfcomm and hid2hci utilities.
They are not daemons and I added "/sbin/sv <executable> down ." in their
respective run files. All based on this thread:
http://article.gmane.org/gmane.comp.sysutils.supervision.general/1585/
2012-04-07
- remove rc.bluetooth as we use runit
- disable-cups
- comment out removal of udev line
2012-04-13
re-add audio-streaming.patch for ootb audio streaming
2012-06-19
- change 'systemd-tools' dependency back to 'udev'
- change 'libusbx' dependency back to 'libusb'
- remove refrences to rc.bluetooth
2014-03-07
- update bluez 5.15 arch pkgbuild no changes
|