Author: ken
Date: 2008-12-16 16:35:30 -0700 (Tue, 16 Dec 2008)
New Revision: 7653
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/xine-lib.xml
Log:
Update xine-lib. Removed the references to --enable-static because nobody else
uses it (at least, not fedora, debian, gentoo) and to the override for external
ffmpeg which is no longer required.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2008-12-06 21:41:01 UTC (rev 7652)
+++ trunk/BOOK/general.ent 2008-12-16 23:35:30 UTC (rev 7653)
@@ -3,7 +3,7 @@
$Date$
-->
-<!ENTITY day "06"> <!-- Always 2 digits -->
+<!ENTITY day "16"> <!-- Always 2 digits -->
<!ENTITY month "12"> <!-- Always 2 digits -->
<!ENTITY year "2008">
<!ENTITY copyrightdate "2001-&year;">
@@ -641,7 +641,7 @@
<!ENTITY libdv-version "1.0.0">
<!ENTITY liba52-version "0.7.4">
<!ENTITY xvid-version "1.1.3">
-<!ENTITY xine-lib-version "1.1.12">
+<!ENTITY xine-lib-version "1.1.15">
<!ENTITY libmikmod-version "3.1.11">
<!ENTITY gstreamer-version "0.10.13">
<!ENTITY gst-plugins-base-version "0.10.13">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2008-12-06 21:41:01 UTC
(rev 7652)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2008-12-16 23:35:30 UTC
(rev 7653)
@@ -41,6 +41,15 @@
-->
<listitem>
+ <para>December 16th, 2008</para>
+ <itemizedlist>
+ <listitem>
+ <para>[ken] - Update to xine-lib-0.15.1.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>December 6th, 2008</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/multimedia/libdriv/xine-lib.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/xine-lib.xml 2008-12-06 21:41:01 UTC (rev
7652)
+++ trunk/BOOK/multimedia/libdriv/xine-lib.xml 2008-12-16 23:35:30 UTC (rev
7653)
@@ -6,10 +6,10 @@
<!ENTITY xine-lib-download-http
"&sourceforge-repo;/xine/xine-lib-&xine-lib-version;.tar.bz2">
<!ENTITY xine-lib-download-ftp
"&gentoo-ftp-repo;/xine-lib-&xine-lib-version;.tar.bz2">
- <!ENTITY xine-lib-md5sum "b7254614c78c8b0f1652b8dc06f80b3a">
+ <!ENTITY xine-lib-md5sum "42a2b4893b7f892eb334de2fc36d49c8">
<!ENTITY xine-lib-size "7.1 MB">
- <!ENTITY xine-lib-buildsize "233 MB">
- <!ENTITY xine-lib-time "6.1 SBU">
+ <!ENTITY xine-lib-buildsize "121 MB (without the API documentation)">
+ <!ENTITY xine-lib-time "3.2 SBU">
]>
<sect1 id="xine-lib" xreflabel="xine Libraries-&xine-lib-version;">
@@ -66,7 +66,8 @@
<ulink url="http://jackaudio.org/">JACK</ulink></para>
<bridgehead renderas="sect4">Recommended</bridgehead>
- <para role="recommended"><xref linkend="pkgconfig"/> and <xref
linkend="ffmpeg"/></para>
+ <para role="recommended"><xref linkend="pkgconfig"/> and <xref
linkend="ffmpeg"/>
+ (with <option>postproc</option> enabled)</para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><xref linkend="aalib"/>,
@@ -88,8 +89,8 @@
<ulink url="http://www.musepack.net/">libmpcdec</ulink>,
<ulink url="http://www.wavpack.com/">WavPack</ulink>,
<ulink url="http://dxr3.sourceforge.net/">libdxr3</ulink>,
-
- <ulink
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>,
+ and to build the API documentation
+ <ulink
url="http://sourceforge.net/projects/sgmltools-lite/">sgmltools-lite</ulink>
and <ulink url="http://www.xfig.org/">Transfig</ulink></para>
<para>The developers recommended that you use the internal source tree
@@ -109,7 +110,8 @@
<para>Install <application>xine Libraries</application> by running the
following commands:</para>
-<screen><userinput>./configure --prefix=/usr --enable-static
--with-external-ffmpeg \
+<screen><userinput>sed -i 's/\(inline \)\(_x_is_fourcc\)/__\1int \2/'
src/xine-engine/buffer.h &&
+./configure --prefix=/usr \
--docdir=/usr/share/doc/xine-lib-&xine-lib-version; &&
make</userinput></screen>
@@ -124,20 +126,33 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><option>--enable-static</option>: This switch is used to enable
- building the static library as some programs link against it.</para>
+ <para><option>
+ sed -i 's/\(inline \)\(_x_is_fourcc\)/__\1int \2/'
src/xine-engine/buffer.h &&
+ </option>: This command enables c++ programs to use the header, for example
+ in <xref linkend="kdemultimedia"/></para>
- <para><option>--with-external-ffmpeg</option>: This switch enables use of
+ <!-- <para><option>\-\-enable-static</option>: This switch is used to
enable
+ building the static library as some programs link against it.</para>-->
+
+
+ <!-- switch no longer needed
+ <para><option>\-\-with-external-ffmpeg</option>: This switch enables use of
an external <application>FFmpeg</application> library. The internaly built
- library produces poor resuts with some video files.</para>
+ library produces poor resuts with some video files.</para>-->
<!-- See BLFS ticket 2476 for more info on the ffmpeg option. -->
<para><option>--docdir=/usr/share/xine-lib-&xine-lib-version;</option>:
This switch causes the documentation to be installed into a versioned
- instead of the default
+ directory instead of the default
<filename class="directory">/usr/share/doc/xine-lib</filename>.</para>
+ <para><option>--with-xv-path=/path/to/somewhere</option>: if
+ <filename>libXv.so</filename> is not installed in
+ <filename class="directory">/usr/X11R6/lib</filename> nor in
+ <filename class="directory">/usr/lib</filename> you will need to tell
+ the <command>configure</command> command where to find it.</para>
+
</sect2>
<sect2 role="content">
@@ -151,7 +166,7 @@
<seglistitem>
<seg>xine-config</seg>
- <seg>libxine.{a,so} and numerous plugin modules and video
extensions</seg>
+ <seg>libxine.so and numerous plugin modules and video extensions</seg>
<seg>Output display engine fonts located in
/usr/share/xine/libxine1/fonts</seg>
<seg>/usr/include/xine, /usr/lib/xine, /usr/share/xine, and
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page