mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 06:27:16 +08:00
Updated to libvorbis-1.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7130 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
83a7c2e3f8
commit
e6526c4421
@ -3,11 +3,11 @@ $LastChangedBy$
|
||||
$Date$
|
||||
-->
|
||||
|
||||
<!ENTITY day "03"> <!-- Always 2 digits -->
|
||||
<!ENTITY day "04"> <!-- Always 2 digits -->
|
||||
<!ENTITY month "11"> <!-- Always 2 digits -->
|
||||
<!ENTITY year "2007">
|
||||
<!ENTITY version "svn-&year;&month;&day;">
|
||||
<!ENTITY releasedate "November &day;rd, &year;">
|
||||
<!ENTITY releasedate "November &day;th, &year;">
|
||||
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
|
||||
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
|
||||
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
|
||||
@ -616,7 +616,7 @@ $Date$
|
||||
<!ENTITY sdl-version "1.2.11">
|
||||
<!ENTITY libao-version "0.8.8">
|
||||
<!ENTITY libogg-version "1.1.3">
|
||||
<!ENTITY libvorbis-version "1.1.2">
|
||||
<!ENTITY libvorbis-version "1.2.0">
|
||||
<!ENTITY nas-version "1.9">
|
||||
<!ENTITY libmpeg3-version "1.7">
|
||||
<!ENTITY libmad-version "0.15.1b">
|
||||
|
@ -41,6 +41,15 @@
|
||||
|
||||
-->
|
||||
|
||||
<listitem>
|
||||
<para>November 4th, 2007</para>
|
||||
<itemizedlist>
|
||||
<listitem>
|
||||
<para>[ag] - Updated to libvorbis-1.2.0.</para>
|
||||
</listitem>
|
||||
</itemizedlist>
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
<para>November 2nd, 2007</para>
|
||||
<itemizedlist>
|
||||
|
@ -4,11 +4,11 @@
|
||||
<!ENTITY % general-entities SYSTEM "../../general.ent">
|
||||
%general-entities;
|
||||
|
||||
<!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
|
||||
<!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
|
||||
<!ENTITY libvorbis-download-ftp " ">
|
||||
<!ENTITY libvorbis-md5sum "37847626b8e1b53ae79a34714c7b3211">
|
||||
<!ENTITY libvorbis-size "1.3 MB">
|
||||
<!ENTITY libvorbis-buildsize "17.7 MB">
|
||||
<!ENTITY libvorbis-md5sum "7c6e409d7aa1fa8a5481dea571d5bde0">
|
||||
<!ENTITY libvorbis-size "1.2 MB">
|
||||
<!ENTITY libvorbis-buildsize "18 MB">
|
||||
<!ENTITY libvorbis-time "0.2 SBU">
|
||||
]>
|
||||
|
||||
@ -64,7 +64,7 @@
|
||||
<bridgehead renderas="sect4">Optional</bridgehead>
|
||||
<para role="optional"><xref linkend="pkgconfig"/>, and
|
||||
<xref linkend="libxslt"/> and
|
||||
<ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink>
|
||||
<ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
|
||||
(to build the PDF documentation)</para>
|
||||
|
||||
<para condition="html" role="usernotes">User Notes:
|
||||
@ -81,12 +81,6 @@
|
||||
<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 <command>configure</command> script:</para>
|
||||
|
||||
<screen><userinput>sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile</userinput></screen>
|
||||
|
||||
<para>This package does not come with a test suite.</para>
|
||||
|
||||
<para>Now, as the <systemitem class="username">root</systemitem> user:</para>
|
||||
|
Loading…
Reference in New Issue
Block a user