Author: bdubbs
Date: Fri Aug 2 20:44:50 2013
New Revision: 11573
Log:
Revert vala update
Add exception to line removing .la files in Building Notes
Modified:
trunk/BOOK/general.ent
trunk/BOOK/general/prog/vala.xml
trunk/BOOK/introduction/important/building-notes.xml
trunk/BOOK/introduction/welcome/changelog.xml
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Fri Aug 2 20:25:33 2013 (r11572)
+++ trunk/BOOK/general.ent Fri Aug 2 20:44:50 2013 (r11573)
@@ -396,7 +396,7 @@
<!ENTITY subversion-version "1.8.1">
<!ENTITY tcl-version "8.6.0">
<!ENTITY tk-version "8.6.0">
-<!ENTITY vala-major-version "0.21">
+<!ENTITY vala-major-version "0.20"> <!-- even minors only -->
<!ENTITY vala-version "&vala-major-version;.1">
<!ENTITY yasm-version "1.2.0">
Modified: trunk/BOOK/general/prog/vala.xml
==============================================================================
--- trunk/BOOK/general/prog/vala.xml Fri Aug 2 20:25:33 2013 (r11572)
+++ trunk/BOOK/general/prog/vala.xml Fri Aug 2 20:44:50 2013 (r11573)
@@ -6,10 +6,10 @@
<!ENTITY vala-download-http
"&gnome-download-http;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
<!ENTITY vala-download-ftp
"&gnome-download-ftp;/vala/&vala-major-version;/vala-&vala-version;.tar.xz">
- <!ENTITY vala-md5sum "4cfb9702657b0d4f7815a3c46b513ab0">
- <!ENTITY vala-size "2.5 MB">
- <!ENTITY vala-buildsize "143 MB">
- <!ENTITY vala-time "1.3 SBU">
+ <!ENTITY vala-md5sum "f285a90af17c400e5a4bcecb2b9c318a">
+ <!ENTITY vala-size "2.6 MB">
+ <!ENTITY vala-buildsize "120 MB">
+ <!ENTITY vala-time "1.2 SBU">
]>
<sect1 id="vala" xreflabel="Vala-&vala-version;">
Modified: trunk/BOOK/introduction/important/building-notes.xml
==============================================================================
--- trunk/BOOK/introduction/important/building-notes.xml Fri Aug 2
20:25:33 2013 (r11572)
+++ trunk/BOOK/introduction/important/building-notes.xml Fri Aug 2
20:44:50 2013 (r11573)
@@ -387,8 +387,13 @@
pkgconfig entries, they can actually prevent successful builds. You
may want to consider removing these files periodically:</para>
- <screen><userinput>find /lib /usr/lib -name \*.la
-delete</userinput></screen>
-
+ <screen><userinput>find /lib /usr/lib -not -path "*Image*" -a -name \*.la
-delete</userinput></screen>
+
+ <para>The above command removes all .la files with the exception of those
that have
+ "Image" (ImageMagick) as a part of the path. The .la files are used by
the ImageMagick
+ modules subdirectory are used by the program. There may be other
exceptions by
+ packages not in BLFS.</para>
+
</sect2>
</sect1>
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 2 20:25:33
2013 (r11572)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Aug 2 20:44:50
2013 (r11573)
@@ -43,6 +43,7 @@
</listitem>
-->
+ <listitem>
<para>August 2nd, 2013</para>
<listitem>
<itemizedlist>
@@ -56,9 +57,6 @@
<para>[bdubbs] - Update to iso-codes-3.45.</para>
</listitem>
<listitem>
- <para>[bdubbs] - Update to vala-0.21.1.</para>
- </listitem>
- <listitem>
<para>[bdubbs] - Added sections on stripping and removing
.la files to Notes on Buiiding Software in the Introduction.
Fixes <ulink url="&blfs-ticket-root;3764">#3764</ulink></para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page