update libogg and libvorbis

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@8653 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Ken Moffat 2010-10-28 14:03:13 +00:00
parent bec0da4f4b
commit ca0c5e9069
4 changed files with 32 additions and 15 deletions

View File

@ -763,8 +763,8 @@ $Date$
<!ENTITY esound-version "0.2.41">
<!ENTITY sdl-version "1.2.13">
<!ENTITY libao-version "0.8.8">
<!ENTITY libogg-version "1.1.4">
<!ENTITY libvorbis-version "1.2.3">
<!ENTITY libogg-version "1.2.0">
<!ENTITY libvorbis-version "1.3.1">
<!ENTITY libcanberra-version "0.18">
<!ENTITY faad2-version "2.7">
<!ENTITY faac-version "1.28">

View File

@ -47,6 +47,12 @@
<listitem>
<para>[ken] - Updated to Firefox-3.6.12 / Xulrunner-1.9.2.12.</para>
</listitem>
<listitem>
<para>[ken] - Updated to libogg-1.2.0 (fixes ticket
<ulink url="&blfs-ticket-root;3151">#3151</ulink>)
and libvorbis-1.3.1 (fixes ticket
<ulink url="&blfs-ticket-root;3152">#3152</ulink>)</para>
</listitem>
</itemizedlist>
</listitem>

View File

@ -6,9 +6,9 @@
<!ENTITY libogg-download-http "http://downloads.xiph.org/releases/ogg/libogg-&libogg-version;.tar.gz">
<!ENTITY libogg-download-ftp " ">
<!ENTITY libogg-md5sum "10200ec22543841d9d1c23e0aed4e5e9">
<!ENTITY libogg-size "430 KB">
<!ENTITY libogg-buildsize "4 MB">
<!ENTITY libogg-md5sum "c95b73759acfc30712beef6ce4e88efa">
<!ENTITY libogg-size "391 KB">
<!ENTITY libogg-buildsize "3.8 MB">
<!ENTITY libogg-time "less than 0.1 SBU">
]>
@ -33,7 +33,7 @@
structure. This is useful for creating (encoding) or playing (decoding) a
single physical bit stream.</para>
&lfs65_checked;
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -79,6 +79,14 @@ make</userinput></screen>
</sect2>
<sect2 role="commands">
<title>Command Explanations</title>
<para><option>--disable-static</option>: prevent static libraries
being built and installed.</para>
</sect2>
<sect2 role="content">
<title>Contents</title>

View File

@ -6,9 +6,9 @@
<!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
<!ENTITY libvorbis-download-ftp " ">
<!ENTITY libvorbis-md5sum "67beb237faf97d74782ec7071756b2b6">
<!ENTITY libvorbis-md5sum "90b1eb86e6d57694ffdfc2e4d8c7a64e">
<!ENTITY libvorbis-size "1.2 MB">
<!ENTITY libvorbis-buildsize "19 MB">
<!ENTITY libvorbis-buildsize "32 MB">
<!ENTITY libvorbis-time "0.2 SBU">
]>
@ -34,7 +34,7 @@
(encoding) and playing (decoding) sound in an open (patent free)
format.</para>
&lfs65_checked;
&lfs67_checked;
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@ -64,10 +64,10 @@
<para role="required"><xref linkend="libogg"/></para>
<bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"><!-- <xref linkend="pkgconfig"/>, and -->
<xref linkend="libxslt"/> and
<ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
(to build the PDF documentation)</para>
<para role="optional">both
<xref linkend="doxygen"/> and
<xref linkend="tetex"/> (specifically, pdflatex and htlatex)
to build the PDF documentation</para>
<para condition="html" role="usernotes">User Notes:
<ulink url='&blfs-wiki;/Libvorbis'/></para>
@ -83,7 +83,7 @@
<screen><userinput>./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
<para>This package does not come with a test suite.</para>
<para>To test the results, issue: <command>make check</command>.</para>
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
@ -96,7 +96,10 @@ install -v -m644 doc/Vorbis* /usr/share/doc/libvorbis-&libvorbis-version;</useri
<title>Command Explanations</title>
<para><option>--enable-docs</option>: This switch enables building the
documentation.</para>
documentation in formats other than the supplied html.</para>
<para><option>--disable-static</option>: prevent static libraries
being built and installed.</para>
</sect2>