Author: fernando
Date: Fri Jun 27 15:03:22 2014
New Revision: 13323
Log:
XviD-1.3.3: fixes.
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/xvid.xml
Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml Fri Jun 27 13:48:53
2014 (r13322)
+++ trunk/BOOK/introduction/welcome/changelog.xml Fri Jun 27 15:03:22
2014 (r13323)
@@ -48,6 +48,9 @@
<para>June 27th, 2014</para>
<itemizedlist>
<listitem>
+ <para>[fernando] - XviD-1.3.3: fixes.</para>
+ </listitem>
+ <listitem>
<para>[pierre] - Update to Icedtea-2.5.0/OpenJDK-1.7.0.60. Fixes
<ulink url="&blfs-ticket-root;5173">#5173</ulink>.</para>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/xvid.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/xvid.xml Fri Jun 27 13:48:53 2014
(r13322)
+++ trunk/BOOK/multimedia/libdriv/xvid.xml Fri Jun 27 15:03:22 2014
(r13323)
@@ -77,6 +77,7 @@
commands:</para>
<screen><userinput>cd build/generic &&
+sed -i 's/^LN_S=@LN_S@/& -f -v/' platform.inc.in &&
./configure --prefix=/usr &&
make</userinput></screen>
@@ -88,9 +89,9 @@
make install &&
chmod -v 755 /usr/lib/libxvidcore.so.4.3 &&
+<!-- Not necessary anymore, make install already creates them
ln -v -sf libxvidcore.so.4.3 /usr/lib/libxvidcore.so.4 &&
-ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &&
-
+ln -v -sf libxvidcore.so.4 /usr/lib/libxvidcore.so &&-->
install -v -m755 -d /usr/share/doc/xvidcore-&xvid-version;/examples &&
install -v -m644 ../../doc/* /usr/share/doc/xvidcore-&xvid-version; &&
install -v -m644 ../../examples/* \
@@ -101,9 +102,14 @@
<sect2 role="commands">
<title>Command Explanations</title>
+ <para><command>sed -i 's/^LN_S=@LN_S@/& -f -v/'
platform.inc.in</command>:
+ Fix error during <command>make install</command> if reintalling
+ or upgrading.</para>
+
<para><command>sed -i '/libdir.*STATIC_LIB/ s/^/#/' Makefile</command>:
This command disables installing the static library.</para>
+<!-- see comment after chmod -v 755
<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
@@ -111,7 +117,7 @@
This ensures better binary compatibility, as
<application>XviD</application> developers take care not changing the
<replaceable><MAJOR></replaceable> number until there is an
incompatible
- ABI change.</para>
+ ABI change.</para>-->
</sect2>
--
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page