Changeset ca0c5e90


Ignore:
Timestamp:
10/28/2010 02:03:13 PM (13 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a9e90a5
Parents:
bec0da4
Message:

update libogg and libvorbis

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rbec0da4 rca0c5e90  
    764764<!ENTITY sdl-version                  "1.2.13">
    765765<!ENTITY libao-version                "0.8.8">
    766 <!ENTITY libogg-version               "1.1.4">
    767 <!ENTITY libvorbis-version            "1.2.3">
     766<!ENTITY libogg-version               "1.2.0">
     767<!ENTITY libvorbis-version            "1.3.1">
    768768<!ENTITY libcanberra-version          "0.18">
    769769<!ENTITY faad2-version                "2.7">
  • introduction/welcome/changelog.xml

    rbec0da4 rca0c5e90  
    4747        <listitem>
    4848          <para>[ken] - Updated to Firefox-3.6.12 / Xulrunner-1.9.2.12.</para>
     49        </listitem>
     50        <listitem>
     51          <para>[ken] - Updated to libogg-1.2.0 (fixes ticket
     52          <ulink url="&blfs-ticket-root;3151">#3151</ulink>)
     53          and libvorbis-1.3.1 (fixes ticket
     54          <ulink url="&blfs-ticket-root;3152">#3152</ulink>)</para>
    4955        </listitem>
    5056      </itemizedlist>
  • multimedia/libdriv/libogg.xml

    rbec0da4 rca0c5e90  
    77  <!ENTITY libogg-download-http "http://downloads.xiph.org/releases/ogg/libogg-&libogg-version;.tar.gz">
    88  <!ENTITY libogg-download-ftp  " ">
    9   <!ENTITY libogg-md5sum        "10200ec22543841d9d1c23e0aed4e5e9">
    10   <!ENTITY libogg-size          "430 KB">
    11   <!ENTITY libogg-buildsize     "4 MB">
     9  <!ENTITY libogg-md5sum        "c95b73759acfc30712beef6ce4e88efa">
     10  <!ENTITY libogg-size          "391 KB">
     11  <!ENTITY libogg-buildsize     "3.8 MB">
    1212  <!ENTITY libogg-time          "less than 0.1 SBU">
    1313]>
     
    3434    single physical bit stream.</para>
    3535
    36     &lfs65_checked;
     36    &lfs67_checked;
    3737
    3838    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8080  </sect2>
    8181
     82  <sect2 role="commands">
     83    <title>Command Explanations</title>
     84
     85    <para><option>--disable-static</option>: prevent static libraries
     86    being built and installed.</para>
     87
     88  </sect2>
     89
    8290  <sect2 role="content">
    8391    <title>Contents</title>
  • multimedia/libdriv/libvorbis.xml

    rbec0da4 rca0c5e90  
    77  <!ENTITY libvorbis-download-http "http://downloads.xiph.org/releases/vorbis/libvorbis-&libvorbis-version;.tar.bz2">
    88  <!ENTITY libvorbis-download-ftp  " ">
    9   <!ENTITY libvorbis-md5sum        "67beb237faf97d74782ec7071756b2b6">
     9  <!ENTITY libvorbis-md5sum        "90b1eb86e6d57694ffdfc2e4d8c7a64e">
    1010  <!ENTITY libvorbis-size          "1.2 MB">
    11   <!ENTITY libvorbis-buildsize     "19 MB">
     11  <!ENTITY libvorbis-buildsize     "32 MB">
    1212  <!ENTITY libvorbis-time          "0.2 SBU">
    1313]>
     
    3535    format.</para>
    3636
    37     &lfs65_checked;
     37    &lfs67_checked;
    3838
    3939    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    6565
    6666    <bridgehead renderas="sect4">Optional</bridgehead>
    67     <para role="optional"><!-- <xref linkend="pkgconfig"/>, and -->
    68     <xref linkend="libxslt"/> and
    69     <ulink url="http://www.tei-c.org.uk/Software/passivetex">PassiveTeX</ulink>
    70     (to build the PDF documentation)</para>
     67    <para role="optional">both
     68    <xref linkend="doxygen"/> and
     69    <xref linkend="tetex"/> (specifically, pdflatex and htlatex)
     70    to build the PDF documentation</para>
    7171
    7272    <para condition="html" role="usernotes">User Notes:
     
    8484make</userinput></screen>
    8585
    86     <para>This package does not come with a test suite.</para>
     86    <para>To test the results, issue: <command>make check</command>.</para>
    8787
    8888    <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
     
    9797
    9898    <para><option>--enable-docs</option>: This switch enables building the
    99     documentation.</para>
     99    documentation in formats other than the supplied html.</para>
     100
     101    <para><option>--disable-static</option>: prevent static libraries
     102    being built and installed.</para>
    100103
    101104  </sect2>
Note: See TracChangeset for help on using the changeset viewer.