diff options
author | Michael Hanson <mihanson@linhes.org> | 2012-04-14 05:27:20 (GMT) |
---|---|---|
committer | Michael Hanson <mihanson@linhes.org> | 2012-04-14 05:27:20 (GMT) |
commit | 9d277e0c1abfcd8aeb0331663abcacb11b2883fd (patch) | |
tree | 99716d12bf15291bf74b5fbe78f9ea1cbb56199d /abs/extra/bluez/__changelog | |
parent | 5e96cb93d1f17a98a8f8a118b2659ea4d71d3f43 (diff) | |
download | linhes_pkgbuild-9d277e0c1abfcd8aeb0331663abcacb11b2883fd.zip linhes_pkgbuild-9d277e0c1abfcd8aeb0331663abcacb11b2883fd.tar.gz linhes_pkgbuild-9d277e0c1abfcd8aeb0331663abcacb11b2883fd.tar.bz2 |
bluez: fixup audio streaming again v4.99
Diffstat (limited to 'abs/extra/bluez/__changelog')
-rw-r--r-- | abs/extra/bluez/__changelog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/abs/extra/bluez/__changelog b/abs/extra/bluez/__changelog new file mode 100644 index 0000000..62a2048 --- /dev/null +++ b/abs/extra/bluez/__changelog @@ -0,0 +1,19 @@ +# 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 |