Author: igor Date: Fri Jan 17 02:23:30 2014 New Revision: 12594 Log: Update to exiv2-0.24.
Modified: trunk/BOOK/general.ent trunk/BOOK/general/graphlib/exiv2.xml trunk/BOOK/introduction/welcome/changelog.xml Modified: trunk/BOOK/general.ent ============================================================================== --- trunk/BOOK/general.ent Thu Jan 16 14:04:07 2014 (r12593) +++ trunk/BOOK/general.ent Fri Jan 17 02:23:30 2014 (r12594) @@ -1,12 +1,12 @@ <!-- $LastChangedBy$ $Date$ --> -<!ENTITY day "16"> <!-- Always 2 digits --> +<!ENTITY day "17"> <!-- Always 2 digits --> <!ENTITY month "01"> <!-- Always 2 digits --> <!ENTITY year "2014"> <!ENTITY copyrightdate "2001-&year;"> <!ENTITY copyholder "The BLFS Development Team"> <!ENTITY version "&year;-&month;-&day;"> -<!ENTITY releasedate "January 16th, &year;"> +<!ENTITY releasedate "January 17th, &year;"> <!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP --> <!ENTITY blfs-version "svn"> <!-- svn|[release #] --> <!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] --> @@ -273,7 +273,7 @@ <!-- Chapter 10 --> <!ENTITY aalib-version "1.4rc5"> <!ENTITY babl-version "0.1.10"> -<!ENTITY exiv2-version "0.23"> +<!ENTITY exiv2-version "0.24"> <!ENTITY freetype2-version "2.5.2"> <!ENTITY fontconfig-version "2.11.0"> <!-- stable lt .90 micro version --> <!ENTITY fribidi-version "0.19.6"> Modified: trunk/BOOK/general/graphlib/exiv2.xml ============================================================================== --- trunk/BOOK/general/graphlib/exiv2.xml Thu Jan 16 14:04:07 2014 (r12593) +++ trunk/BOOK/general/graphlib/exiv2.xml Fri Jan 17 02:23:30 2014 (r12594) @@ -6,10 +6,10 @@ <!ENTITY exiv2-download-http "http://www.exiv2.org/exiv2-&exiv2-version;.tar.gz"> <!ENTITY exiv2-download-ftp " "> - <!ENTITY exiv2-md5sum "dab67c07bb63a4386d4ea607a8e06eaf"> - <!ENTITY exiv2-size "3.4 MB"> - <!ENTITY exiv2-buildsize "28 MB"> - <!ENTITY exiv2-time "1.2 SBU"> + <!ENTITY exiv2-md5sum "b8a23dc56a98ede85c00718a97a8d6fc"> + <!ENTITY exiv2-size "4.5 MB"> + <!ENTITY exiv2-buildsize "36 MB"> + <!ENTITY exiv2-time "0.9 SBU"> ]> <sect1 id="exiv2" xreflabel="Exiv2-&exiv2-version;"> @@ -101,7 +101,8 @@ Now, as the <systemitem class="username">root</systemitem> user: </para> -<screen role="root"><userinput>make install</userinput></screen> +<screen role="root"><userinput>make install && +chmod -v 755 /usr/lib/libexiv2.so</userinput></screen> </sect2> @@ -119,7 +120,7 @@ <segmentedlist> <segtitle>Installed Program</segtitle> <segtitle>Installed Library</segtitle> - <segtitle>Installed Directories</segtitle> + <segtitle>Installed Directory</segtitle> <seglistitem> <seg> @@ -129,7 +130,7 @@ libexiv2.so </seg> <seg> - None + /usr/include/exiv2 </seg> </seglistitem> </segmentedlist> Modified: trunk/BOOK/introduction/welcome/changelog.xml ============================================================================== --- trunk/BOOK/introduction/welcome/changelog.xml Thu Jan 16 14:04:07 2014 (r12593) +++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jan 17 02:23:30 2014 (r12594) @@ -44,6 +44,16 @@ --> <listitem> + <para>January 17th, 2014</para> + <itemizedlist> + <listitem> + <para>[igor] - Update to exiv2-0.24. Fixes + <ulink url="&blfs-ticket-root;4568">#4568</ulink>.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>January 16th, 2014</para> <itemizedlist> <listitem> -- http://linuxfromscratch.org/mailman/listinfo/blfs-book FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
