Changeset 3717002f for multimedia


Ignore:
Timestamp:
01/12/2017 02:41:17 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.0, 8.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:
c922bbf
Parents:
c74154c
Message:

Update to pcre-8.40.
Update to ruby-2.4.0.
Update to fdk-aac-0.1.5.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/fdk-aac.xml

    rc74154c r3717002f  
    77  <!ENTITY fdk-aac-download-http "&sourceforge-repo;/opencore-amr/fdk-aac-&fdk-aac-version;.tar.gz">
    88  <!ENTITY fdk-aac-download-ftp  " ">
    9   <!ENTITY fdk-aac-md5sum        "e274a7d7f6cd92c71ec5c78e4dc9f8b7">
    10   <!ENTITY fdk-aac-size          "1.9 MB">
    11   <!ENTITY fdk-aac-buildsize     "26 MB">
    12   <!ENTITY fdk-aac-time          "0.3 SBU">
     9  <!ENTITY fdk-aac-md5sum        "f70d394960da66fbf40a2946625690eb">
     10  <!ENTITY fdk-aac-size          "2.0 MB">
     11  <!ENTITY fdk-aac-buildsize     "19 MB">
     12  <!ENTITY fdk-aac-time          "0.5 SBU">
    1313]>
    1414
     
    8686    </para>
    8787
    88 <screen><userinput>CXX='g++ -Wno-narrowing'     \
    89 ./configure --prefix=/usr    \
    90             --disable-static &amp;&amp;
     88<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
    9189make</userinput></screen>
    9290
     
    105103  <sect2 role="commands">
    106104    <title>Command Explanations</title>
    107     <para>
    108       <command>CXX='g++ -Wno-narrowing' ...</command>: GCC 6 does not support
    109       integer narrowing. Setting CXX this way allows to suppress the
    110       associated error.
    111     </para>
    112105
    113106    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.