Author: randy
Date: 2005-12-07 01:55:47 -0700 (Wed, 07 Dec 2005)
New Revision: 5358
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libvorbis.xml
Log:
Updated to libvorbis-1.1.2
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2005-12-07 08:34:21 UTC (rev 5357)
+++ trunk/BOOK/general.ent 2005-12-07 08:55:47 UTC (rev 5358)
@@ -499,7 +499,7 @@
<!ENTITY sdl-version "1.2.9">
<!ENTITY libao-version "0.8.6">
<!ENTITY libogg-version "1.1.3">
-<!ENTITY libvorbis-version "1.1.1">
+<!ENTITY libvorbis-version "1.1.2">
<!ENTITY nas-version "1.7">
<!ENTITY libmpeg3-version "1.5.4">
<!ENTITY libmad-version "0.15.1b">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2005-12-07 08:34:21 UTC
(rev 5357)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2005-12-07 08:55:47 UTC
(rev 5358)
@@ -45,6 +45,9 @@
<para>December 7th, 2005</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Updated to libvorbis-1.1.2.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Updated to libogg-1.1.3.</para>
</listitem>
</itemizedlist>
Modified: trunk/BOOK/multimedia/libdriv/libvorbis.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-12-07 08:34:21 UTC (rev
5357)
+++ trunk/BOOK/multimedia/libdriv/libvorbis.xml 2005-12-07 08:55:47 UTC (rev
5358)
@@ -5,10 +5,10 @@
%general-entities;
<!ENTITY libvorbis-download-http
"http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
- <!ENTITY libvorbis-download-ftp
"ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libvorbis-&libvorbis-version;.tar.gz">
- <!ENTITY libvorbis-md5sum "b77270c24840af4de54bea5ad1c0b252">
+ <!ENTITY libvorbis-download-ftp " ">
+ <!ENTITY libvorbis-md5sum "37847626b8e1b53ae79a34714c7b3211">
<!ENTITY libvorbis-size "1.3 MB">
- <!ENTITY libvorbis-buildsize "17.1 MB">
+ <!ENTITY libvorbis-buildsize "17.7 MB">
<!ENTITY libvorbis-time "0.2 SBU">
]>
@@ -34,8 +34,9 @@
<title>Introduction to libvorbis</title>
<para>The <application>libvorbis</application> package contains a general
- purpose audio and music encoding format. This is useful for creating
(encoding)
- and playing (decoding) sound in an open (patent free) format.</para>
+ purpose audio and music encoding format. This is useful for creating
+ (encoding) and playing (decoding) sound in an open (patent free)
+ format.</para>
<bridgehead renderas="sect3">Package Information</bridgehead>
<itemizedlist spacing="compact">
@@ -59,14 +60,6 @@
</listitem>
</itemizedlist>
- <bridgehead renderas="sect3">Additional Downloads</bridgehead>
- <itemizedlist spacing="compact">
- <listitem>
- <para>Required patch: <ulink
- url="&patch-root;/libvorbis-&libvorbis-version;-gcc4-1.patch"/></para>
- </listitem>
- </itemizedlist>
-
<bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
<bridgehead renderas="sect4">Required</bridgehead>
@@ -86,13 +79,12 @@
<para>Install <application>libvorbis</application> by running the following
commands:</para>
-<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-gcc4-1.patch
&&
-./configure --prefix=/usr &&
+<screen><userinput>./configure --prefix=/usr &&
make</userinput></screen>
<para><application>libvorbis</application> is known to cause compiler
errors
on certain machines. If you get errors, insert this command after running
- the configure script:</para>
+ the <command>configure</command> script:</para>
<screen><userinput>sed -i.bak -e 's/-mno-ieee-fp//'
lib/Makefile</userinput></screen>
@@ -100,7 +92,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install</userinput></screen>
+<screen role="root"><userinput>make install &&
+install -v -m644 doc/Vorbis*
/usr/share/doc/libvorbis-&libvorbis-version;</userinput></screen>
</sect2>
@@ -136,7 +129,8 @@
<varlistentry id="libvorbis-lib">
<term><filename class='libraryfile'>libvorbis*.[so,a]</filename></term>
<listitem>
- <para>libraries provide the functions to read and write sound
files.</para>
+ <para>libraries provide the functions to read and write sound
+ files.</para>
<indexterm zone="libvorbis libvorbis-lib">
<primary sortas="c-libvorbis">libvorbis*.[so,a]</primary>
</indexterm>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page