Changeset 72e4cd18 for multimedia


Ignore:
Timestamp:
11/18/2005 03:41:42 PM (18 years ago)
Author:
Randy McMurchy <randy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
01bf7b38
Parents:
12967d4
Message:

Added a GCC4 patch and an FTP download URL to the libvorbis instructions, thanks to Steffen Knollman for discovering the problem and contributing the patch

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@5281 af4574ff-66df-0310-9fd7-8a98e5e911e0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvorbis.xml

    r12967d4 r72e4cd18  
    66
    77  <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
    8   <!ENTITY libvorbis-download-ftp  " ">
     8  <!ENTITY libvorbis-download-ftp  "ftp://ftp.fu-berlin.de/unix/linux/mirrors/gentoo/distfiles/libvorbis-&libvorbis-version;.tar.gz">
    99  <!ENTITY libvorbis-md5sum        "b77270c24840af4de54bea5ad1c0b252">
    1010  <!ENTITY libvorbis-size          "1.3 MB">
     
    2121  </sect1info>
    2222
    23   <title>Libvorbis-&libvorbis-version;</title>
     23  <title>libvorbis-&libvorbis-version;</title>
    2424
    2525  <indexterm zone="libvorbis">
     
    2828
    2929  <sect2 role="package">
    30     <title>Introduction to Libvorbis</title>
     30    <title>Introduction to libvorbis</title>
    3131
    3232    <para>The <application>libvorbis</application> package contains a general
     
    5656    </itemizedlist>
    5757
    58     <bridgehead renderas="sect3">Libvorbis Dependencies</bridgehead>
     58    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     59    <itemizedlist spacing="compact">
     60      <listitem>
     61        <para>Required patch: <ulink
     62        url="&patch-root;/libvorbis-&libvorbis-version;-gcc4-1.patch"/></para>
     63      </listitem>
     64    </itemizedlist>
     65
     66    <bridgehead renderas="sect3">libvorbis Dependencies</bridgehead>
    5967
    6068    <bridgehead renderas="sect4">Required</bridgehead>
     
    7078
    7179  <sect2 role="installation">
    72     <title>Installation of Libvorbis</title>
     80    <title>Installation of libvorbis</title>
    7381
    7482    <para>Install <application>libvorbis</application> by running the following
    7583    commands:</para>
    7684
    77 <screen><userinput>./configure --prefix=/usr &amp;&amp;
     85<screen><userinput>patch -Np1 -i ../libvorbis-&libvorbis-version;-gcc4-1.patch &amp;&amp;
     86./configure --prefix=/usr &amp;&amp;
    7887make</userinput></screen>
    7988
Note: See TracChangeset for help on using the changeset viewer.