Ignore:
Timestamp:
11/04/2007 06:45:53 AM (16 years ago)
Author:
Ag Hatzimanikas <ag@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a7208196
Parents:
83a7c2e3
Message:

Updated to libvorbis-1.2.0

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libvorbis.xml

    r83a7c2e3 re6526c44  
    55  %general-entities;
    66
    7   <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.gz">
     7  <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
    88  <!ENTITY libvorbis-download-ftp  " ">
    9   <!ENTITY libvorbis-md5sum        "37847626b8e1b53ae79a34714c7b3211">
    10   <!ENTITY libvorbis-size          "1.3 MB">
    11   <!ENTITY libvorbis-buildsize     "17.7 MB">
     9  <!ENTITY libvorbis-md5sum        "7c6e409d7aa1fa8a5481dea571d5bde0">
     10  <!ENTITY libvorbis-size          "1.2 MB">
     11  <!ENTITY libvorbis-buildsize     "18 MB">
    1212  <!ENTITY libvorbis-time          "0.2 SBU">
    1313]>
     
    6565    <para role="optional"><xref linkend="pkgconfig"/>, and
    6666    <xref linkend="libxslt"/> and
    67     <ulink url="http://www.tei-c.org/Software/passivetex/">PassiveTeX</ulink>
     67    <ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
    6868    (to build the PDF documentation)</para>
    6969
     
    8181<screen><userinput>./configure --prefix=/usr &amp;&amp;
    8282make</userinput></screen>
    83 
    84     <para><application>libvorbis</application> is known to cause compiler errors
    85     on certain machines. If you get errors, insert this command after running
    86     the <command>configure</command> script:</para>
    87 
    88 <screen><userinput>sed -i.bak -e 's/-mno-ieee-fp//' lib/Makefile</userinput></screen>
    8983
    9084    <para>This package does not come with a test suite.</para>
Note: See TracChangeset for help on using the changeset viewer.