Author: igor
Date: Fri May 31 04:47:30 2013
New Revision: 11224
Log:
Disable static libxvidcore
Modified:
trunk/BOOK/multimedia/libdriv/xvid.xml
Modified: trunk/BOOK/multimedia/libdriv/xvid.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/xvid.xml Fri May 31 02:53:05 2013
(r11223)
+++ trunk/BOOK/multimedia/libdriv/xvid.xml Fri May 31 04:47:30 2013
(r11224)
@@ -84,7 +84,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install &&
+<screen role="root"><userinput>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile
&&
+make install &&
chmod -v 755 /usr/lib/libxvidcore.so.4.3 &&
ln -v -sf libxvidcore.so.4.3 /usr/lib/libxvidcore.so.4 &&
@@ -100,6 +101,9 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile</command>:
+ This command disables installing the static library.</para>
+
<para><command>ln -v -sf libxvidcore.so.4
/usr/lib/libxvidcore.so</command>:
This command makes applications linked against
<filename class="libraryfile">.so</filename> names, link to
@@ -121,7 +125,7 @@
<seglistitem>
<seg>None</seg>
- <seg>libxvidcore.{so,a}</seg>
+ <seg>libxvidcore.so</seg>
<seg>/usr/share/doc/xvidcore-&xvid-version;</seg>
</seglistitem>
</segmentedlist>
@@ -132,12 +136,12 @@
<?dbhtml list-presentation="table"?>
<varlistentry id="libxvidcore">
- <term><filename class='libraryfile'>libxvidcore.{so,a}</filename></term>
+ <term><filename class='libraryfile'>libxvidcore.so</filename></term>
<listitem>
<para>provides functions to encode and decode most
MPEG-4 video data.</para>
<indexterm zone="xvid libxvidcore">
- <primary sortas="c-libxvidcore">libxvidcore.{so,a}</primary>
+ <primary sortas="c-libxvidcore">libxvidcore.so</primary>
</indexterm>
</listitem>
</varlistentry>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page