Ignore:
Timestamp:
10/02/2017 01:25:36 AM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
8dcdaf3
Parents:
d58c5b7
Message:

Update to libblockdev-2.13.
Update to libbytesize-1.2.
Update to faad2-2.8.5.
Update to faac-1.29.7.7.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/faac.xml

    rd58c5b7 rce794256  
    77  <!ENTITY faac-download-http "&sourceforge-dl;/faac/faac-&faac-version;.tar.gz">
    88  <!ENTITY faac-download-ftp  " ">
    9   <!ENTITY faac-md5sum        "5179213f4c93ccf12249a581b27463b6">
    10   <!ENTITY faac-size          "480 KB">
    11   <!ENTITY faac-buildsize     "5.1 MB">
     9  <!ENTITY faac-md5sum        "05d3152c6922fedd42c1aef13ea13de7">
     10  <!ENTITY faac-size          "468 KB">
     11  <!ENTITY faac-buildsize     "3.2 MB">
    1212  <!ENTITY faac-time          "less than 0.1 SBU">
    1313]>
     
    7171    following commands:</para>
    7272
    73 <screen><userinput>sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
    74 
    75 ./configure --prefix=/usr --disable-static &amp;&amp;
     73<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    7674make</userinput></screen>
    7775
     
    102100  <sect2 role="commands">
    103101    <title>Command Explanations</title>
    104 
    105     <para><command>sed -i ...</command>: This command removes documentation
    106     for the <option>--obj-type</option> parameter from the
    107     <command>faac --long-help</command> command output. This parameter
    108     is already disabled in FAAC-&faac-version; due to sound quality issues
    109     with object types other than <quote>Low Complexity</quote>.</para>
    110102
    111103    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.