Ignore:
Timestamp:
01/27/2016 06:00:53 PM (9 years ago)
Author:
DJ Lucas <dj@…>
Branches:
systemd-13485
Children:
8cf08a11
Parents:
4c7c1d4
Message:

Merge Chapter 12 changes from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16857 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/sysutils/bluez.xml

    r4c7c1d4 r14ba5f4  
    77  <!ENTITY bluez-download-http "http://www.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    88  <!ENTITY bluez-download-ftp  "ftp://ftp.kernel.org/pub/linux/bluetooth/bluez-&bluez-version;.tar.xz">
    9   <!ENTITY bluez-md5sum        "9981441d7a61e2ad849b01106fa73445">
     9  <!ENTITY bluez-md5sum        "33177e5743e24b2b3738f72be64e3ffb">
    1010  <!ENTITY bluez-size          "1.6 MB">
    11   <!ENTITY bluez-buildsize     "85 MB (with tests)">
    12   <!ENTITY bluez-time          "0.9 SBU (with tests)">
     11  <!ENTITY bluez-buildsize     "87 MB (with tests)">
     12  <!ENTITY bluez-time          "0.7 SBU (with tests)">
    1313]>
    1414
     
    7575        <listitem>
    7676          <para>
    77              Required patch:
     77            Optional patch (required to work properly with gnome-bluetooth
     78            and/or kde bluedevil):
    7879            <ulink url="&patch-root;/bluez-&bluez-version;-obexd_without_systemd-1.patch"/>
    7980          </para>
     
    126127
    127128    <para>
     129      If you are going to use <application>BlueZ</application> with
     130      gnome-bluetooth and/or kde bluedevil, apply the following patch:
     131    </para>
     132
     133<screen><userinput>patch -Np1 -i ../bluez-&bluez-version;-obexd_without_systemd-1.patch</userinput></screen>
     134
     135    <para>
    128136      Install <application>BlueZ</application> by running the following
    129137      commands:
    130138    </para>
    131139
    132 <screen><userinput>patch -Np1 -i ../bluez-&bluez-version;-obexd_without_systemd-1.patch &amp;&amp;
    133 ./configure --prefix=/usr        \
     140<screen><userinput>./configure --prefix=/usr        \
    134141            --sysconfdir=/etc    \
    135142            --localstatedir=/var \
     
    145152    </para>
    146153
    147 <screen role="root"><userinput>make install</userinput></screen>
     154<screen role="root"><userinput>make install &amp;&amp;
     155ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</userinput></screen>
    148156
    149157    <para>
     
    164172
    165173  </sect2>
     174
    166175
    167176  <sect2 role="commands">
     
    172181      <application>BlueZ</application> 4 compatibility library which is required by
    173182      some applications.
     183    </para>
     184
     185    <para>
     186      <command>ln -svf ../libexec/bluetooth/bluetoothd /usr/sbin</command>:
     187      This command makes access to the bluetooth daemon more convenient.
    174188    </para>
    175189
     
    261275      <seglistitem>
    262276        <seg>
    263           bccmd, bluemoon, bluetoothctl, bluetoothd, btmon, ciptool,
    264           hciattach, hciconfig, hcidump, hcitool, hex2hcd, l2ping,
    265           l2test, mpris-proxy, obexd, rctest, rfcomm, and sdptool
     277          bccmd, bluemoon, bluetoothctl, bluetoothd (symlink), btmon, ciptool,
     278          hciattach, hciconfig, hcidump, hcitool, hex2hcd, l2ping, l2test,
     279          mpris-proxy, rctest, rfcomm, and sdptool
    266280        </seg>
    267281        <seg>
     
    269283        </seg>
    270284        <seg>
    271           /etc/bluetooth,
    272           /usr/include/bluetooth,
    273           /usr/libexec/bluetooth, and
     285          /etc/bluetooth, /usr/{include,libexec}/bluetooth, and
    274286          /usr/share/doc/bluez-&bluez-version;
    275287        </seg>
     
    422434        </listitem>
    423435      </varlistentry>
    424 
    425 <!--      <varlistentry id="hid2hci">
     436<!--
     437      <varlistentry id="hid2hci">
    426438        <term><command>hid2hci</command></term>
    427439        <listitem>
     
    434446          </indexterm>
    435447        </listitem>
    436       </varlistentry> -->
     448      </varlistentry>-->
    437449
    438450      <varlistentry id="l2ping">
     
    460472        </listitem>
    461473      </varlistentry>
    462 
     474<!--
    463475     <varlistentry id="obexd">
    464476        <term><command>obexd</command></term>
     
    471483          </indexterm>
    472484        </listitem>
    473       </varlistentry>
     485      </varlistentry>-->
    474486
    475487      <varlistentry id="rctest">
Note: See TracChangeset for help on using the changeset viewer.