Author: randy Date: 2006-01-04 20:29:06 -0700 (Wed, 04 Jan 2006) New Revision: 5525
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/libexif.xml trunk/BOOK/introduction/welcome/changelog.xml Log: Updated to libexif-0.6.13 Modified: trunk/BOOK/general/graphlib/libexif.xml =================================================================== --- trunk/BOOK/general/graphlib/libexif.xml 2006-01-04 23:53:28 UTC (rev 5524) +++ trunk/BOOK/general/graphlib/libexif.xml 2006-01-05 03:29:06 UTC (rev 5525) @@ -6,10 +6,10 @@ <!ENTITY libexif-download-http "http://prdownloads.sourceforge.net/libexif/libexif-&libexif-version;.tar.bz2"> <!ENTITY libexif-download-ftp " "> - <!ENTITY libexif-md5sum "9f952ee8db0be7c53a075c34e8286d91"> - <!ENTITY libexif-size "378 KB"> - <!ENTITY libexif-buildsize "6 MB"> - <!ENTITY libexif-time "0.1 SBU"> + <!ENTITY libexif-md5sum "1b1e2b495c5aa20c08725f30545a110b"> + <!ENTITY libexif-size "519 KB"> + <!ENTITY libexif-buildsize "18.1 MB"> + <!ENTITY libexif-time "0.3 SBU"> ]> <sect1 id="libexif" xreflabel="libexif-&libexif-version;"> @@ -61,14 +61,12 @@ </listitem> </itemizedlist> - <bridgehead renderas="sect3">Additional Downloads</bridgehead> - <itemizedlist spacing="compact"> - <listitem> - <para>Required patch: <ulink - url="&patch-root;/libexif-&libexif-version;-gcc4-1.patch"/></para> - </listitem> - </itemizedlist> + <bridgehead renderas="sect3">libexif Dependencies</bridgehead> + <bridgehead renderas="sect4">Optional (to Build Documentation)</bridgehead> + <para role="optional"><xref linkend="doxygen"/> and + <ulink url="http://www.graphviz.org/">GraphViz</ulink></para> + </sect2> <sect2 role="installation"> @@ -77,8 +75,8 @@ <para>Install <application>libexif</application> by running the following commands:</para> -<screen><userinput>patch -Np1 -i ../libexif-&libexif-version;-gcc4-1.patch && -./configure --prefix=/usr && +<screen><userinput>./configure --prefix=/usr \ + --with-doc-dir=/usr/share/doc/libexif-&libexif-version; && make</userinput></screen> <para>To test the results, issue: <command>make check</command>.</para> @@ -87,6 +85,12 @@ <screen role="root"><userinput>make install</userinput></screen> + <para>Documentation was built and installed if you have the dependencies + shown above installed. If you don't have the dependencies installed, there + is a compressed tarball in the source tree + <filename class='directory'>doc</filename> directory that can be unpacked + into /usr/share/doc/libexif-&libexif-version;.</para> + </sect2> <sect2 role="content"> @@ -100,7 +104,8 @@ <seglistitem> <seg>None</seg> <seg>libexif.[so,a]</seg> - <seg>/usr/include/libexif</seg> + <seg>/usr/include/libexif and + /usr/share/doc/libexif-&libexif-version;</seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/general.ent =================================================================== --- trunk/BOOK/general.ent 2006-01-04 23:53:28 UTC (rev 5524) +++ trunk/BOOK/general.ent 2006-01-05 03:29:06 UTC (rev 5525) @@ -109,7 +109,7 @@ <!ENTITY imlib-version "1.9.15"> <!ENTITY aalib-version "1.4rc5"> <!ENTITY imlib2-version "1.2.1"> -<!ENTITY libexif-version "0.6.12"> +<!ENTITY libexif-version "0.6.13"> <!ENTITY fribidi-version "0.10.7"> <!ENTITY poppler-version "0.4.2"> Modified: trunk/BOOK/introduction/welcome/changelog.xml =================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml 2006-01-04 23:53:28 UTC (rev 5524) +++ trunk/BOOK/introduction/welcome/changelog.xml 2006-01-05 03:29:06 UTC (rev 5525) @@ -45,6 +45,9 @@ <para>January 5th, 2006</para> <itemizedlist> <listitem> + <para>[randy] - Updated to libexif-0.6.13.</para> + </listitem> + <listitem> <para>[randy] - Added the CAN-2005-3193 security vulnerability patch to the kdegraphics instructions.</para> </listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
