Author: krejzi Date: 2012-07-06 05:09:54 -0600 (Fri, 06 Jul 2012) New Revision: 10397
Added: trunk/BOOK/general/genlib/openobex.xml Modified: trunk/BOOK/general.ent trunk/BOOK/general/genlib/genlib.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Added OpenOBEX 1.6 Modified: trunk/BOOK/general/genlib/genlib.xml =================================================================== --- trunk/BOOK/general/genlib/genlib.xml 2012-07-06 10:22:12 UTC (rev 10396) +++ trunk/BOOK/general/genlib/genlib.xml 2012-07-06 11:09:54 UTC (rev 10397) @@ -87,6 +87,7 @@ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libxslt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lzo.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="nspr.xml"/> + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="openobex.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pcre.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="popt.xml"/> <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="pth.xml"/> Added: trunk/BOOK/general/genlib/openobex.xml =================================================================== --- trunk/BOOK/general/genlib/openobex.xml (rev 0) +++ trunk/BOOK/general/genlib/openobex.xml 2012-07-06 11:09:54 UTC (rev 10397) @@ -0,0 +1,164 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> +<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN" + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [ + <!ENTITY % general-entities SYSTEM "../../general.ent"> + %general-entities; + + <!ENTITY openobex-download-http "http://www.linuxfromscratch.org/~krejzi/openobex-&openobex-version;.tar.xz"> + <!ENTITY openobex-download-ftp " "> + <!ENTITY openobex-md5sum "dbc83e9984ef93553a03afa85f415d75"> + <!ENTITY openobex-size "1.4 MB"> + <!ENTITY openobex-buildsize "5.0 MB"> + <!ENTITY openobex-time "0.1 SBU"> +]> + +<sect1 id="openobex" xreflabel="OpenOBEX-&openobex-version;"> + <?dbhtml filename="openobex.html"?> + + <sect1info> + <othername>$LastChangedBy$</othername> + <date>$Date$</date> + </sect1info> + + <title>OpenOBEX-&openobex-version;</title> + + <indexterm zone="openobex"> + <primary sortas="a-OpenOBEX">OpenOBEX</primary> + </indexterm> + + <sect2 role="package"> + <title>Introduction to OpenOBEX</title> + + <para> + The <application>OpenOBEX</application> package contains a + library that implements Object Exchange Protocol used for + binary file transfers between devices. + </para> + + &lfs71_checked; + + <bridgehead renderas="sect3">Package Information</bridgehead> + <itemizedlist spacing="compact"> + <listitem> + <para> + Download (HTTP): <ulink url="&openobex-download-http;"/> + </para> + </listitem> + <listitem> + <para> + Download (FTP): <ulink url="&openobex-download-ftp;"/> + </para> + </listitem> + <listitem> + <para> + Download MD5 sum: &openobex-md5sum; + </para> + </listitem> + <listitem> + <para> + Download size: &openobex-size; + </para> + </listitem> + <listitem> + <para> + Estimated disk space required: &openobex-buildsize; + </para> + </listitem> + <listitem> + <para> + Estimated build time: &openobex-time; + </para> + </listitem> + </itemizedlist> + + <bridgehead renderas="sect3">OpenOBEX Dependencies</bridgehead> + + <bridgehead renderas="sect4">Required</bridgehead> + <para role="required"> + <xref linkend="bluez"/> and + <xref linkend="libusb-compat"/> + </para> + + <bridgehead renderas="sect4">Optional</bridgehead> + <para role="optional"> + <xref linkend="xmlto"/> + </para> + + <para condition="html" role="usernotes"> + User Notes: <ulink url="&blfs-wiki;/openobex"/> + </para> + </sect2> + + <sect2 role="installation"> + <title>Installation of OpenOBEX</title> + + <para> + Install <application>OpenOBEX</application> by running the following + commands: + </para> + +<screen><userinput>./configure --prefix=/usr --disable-static && +make</userinput></screen> + + <para> + This package does not come with a test suite. + </para> + + <para> + Now, as the <systemitem class="username">root</systemitem> user: + </para> + +<screen role="root"><userinput>make install</userinput></screen> + </sect2> + + <sect2 role="commands"> + <title>Command Explanations</title> + + <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" + href="../../xincludes/static-libraries.xml"/> + + </sect2> + + <sect2 role="content"> + <title>Contents</title> + + <segmentedlist> + <segtitle>Installed Program</segtitle> + <segtitle>Installed Library</segtitle> + <segtitle>Installed Directory</segtitle> + + <seglistitem> + <seg> + obex-check-device + </seg> + <seg> + libopenobex.so + </seg> + <seg> + /usr/include/openobex + </seg> + </seglistitem> + </segmentedlist> + + <variablelist> + <bridgehead renderas="sect3">Short Descriptions</bridgehead> + <?dbfo list-presentation="list"?> + <?dbhtml list-presentation="table"?> + + <varlistentry id="libopenobex"> + <term><filename class="libraryfile">libopenobex.so</filename></term> + <listitem> + <para> + contains the <application>OpenOBEX</application> API functions. + </para> + <indexterm zone="openobex libopenobex"> + <primary sortas="c-libopenobex">libopenobex.so</primary> + </indexterm> + </listitem> + </varlistentry> + + </variablelist> + + </sect2> + +</sect1> Property changes on: trunk/BOOK/general/genlib/openobex.xml ___________________________________________________________________ Added: svn:keywords + Date LastChangedBy Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2012-07-06 10:22:12 UTC (rev 10396) +++ trunk/BOOK/general.ent 2012-07-06 11:09:54 UTC (rev 10397) @@ -3,13 +3,13 @@ $Date$ --> -<!ENTITY day "05"> <!-- Always 2 digits --> +<!ENTITY day "06"> <!-- Always 2 digits --> <!ENTITY month "07"> <!-- Always 2 digits --> <!ENTITY year "2012"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "July 5th, &year;"> +<!ENTITY releasedate "July 6th, &year;"> <!-- <!ENTITY releasedate "November &day;st, &year;"> --> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> @@ -229,6 +229,7 @@ <!ENTITY libxslt-version "1.1.26"> <!ENTITY LZO-version "2.06"> <!ENTITY nspr-version "4.9.1"> +<!ENTITY openobex-version "1.6"> <!ENTITY pcre-version "8.30"> <!ENTITY popt-version "1.16"> <!ENTITY pth-version "2.0.7"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2012-07-06 10:22:12 UTC (rev 10396) +++ trunk/BOOK/introduction/welcome/changelog.xml 2012-07-06 11:09:54 UTC (rev 10397) @@ -42,6 +42,15 @@ --> <listitem> + <para>July 6th, 2012</para> + <itemizedlist> + <listitem> + <para>[krejzi] - Added OpenOBEX 1.6.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>July 5th, 2012</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
