Ignore:
Timestamp:
05/20/2015 11:34:01 PM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 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, nosym, 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:
c51e8f4
Parents:
30ed2389
Message:

Update to soundtouch-1.9.0.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/soundtouch.xml

    r30ed2389 r7348c0c2  
    77  <!ENTITY soundtouch-download-http "http://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
    88  <!ENTITY soundtouch-download-ftp  " ">
    9   <!ENTITY soundtouch-md5sum        "d02c6c91cb13901ca273a2b4b143ce41">
    10   <!ENTITY soundtouch-size          "104 KB">
    11   <!ENTITY soundtouch-buildsize     "6.1 MB">
     9  <!ENTITY soundtouch-md5sum        "0b0672c09c1c97df2e61c4d5aa9a7b86">
     10  <!ENTITY soundtouch-size          "168 KB">
     11  <!ENTITY soundtouch-buildsize     "5.4 MB">
    1212  <!ENTITY soundtouch-time          "0.1 SBU">
    1313]>
     
    3636    </para>
    3737
    38     &lfs77_checked;
     38    &lfs77_checked; &gcc5_checked;
    3939
    4040    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    8585    </para>
    8686
    87 <screen><userinput>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g" -i configure.ac &amp;&amp;
    88 ./bootstrap &amp;&amp;
    89 
    90 ./configure --prefix=/usr &amp;&amp;
     87<screen><userinput>./bootstrap &amp;&amp;
     88./configure --prefix=/usr --docdir=/usr/share/doc/soundtouch-&soundtouch-version; &amp;&amp;
    9189make</userinput></screen>
    9290
     
    9997    </para>
    10098
    101 <screen role="root"><userinput>make pkgdocdir=/usr/share/doc/soundtouch-&soundtouch-version; install </userinput></screen>
     99<screen role="root"><userinput>make install </userinput></screen>
    102100  </sect2>
    103101
     
    106104
    107105    <para>
    108       <command>sed "s@AM_CONFIG_HEADER@AC_CONFIG_HEADERS@g"
    109       -i configure.ac</command>: This sed fixes some issues with
    110       <application>Automake</application> 1.13 and later.
     106      <option>--enable-openmp</option>: This switch adds support for running
     107      the algorithms parallel in several CPU cores, in systems with multicore
     108      processors.
    111109    </para>
    112110
Note: See TracChangeset for help on using the changeset viewer.