Ignore:
Timestamp:
09/09/2018 09:21:42 PM (6 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
61f68ffe
Parents:
2d8ad23
Message:

Update to soundtouch-2.1.0.
Update to PNMixer-0.7.2.
Update to tumbler-0.2.2.
Update to opencv-3.4.3.
Update to cmake-3.12.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/soundtouch.xml

    r2d8ad23 rb6cbe54e  
    55  %general-entities;
    66
    7   <!ENTITY soundtouch-download-http "http://www.surina.net/soundtouch/soundtouch-&soundtouch-version;.tar.gz">
     7  <!ENTITY soundtouch-download-http "https://gitlab.com/soundtouch/soundtouch/-/archive/soundtouch-&soundtouch-version;/soundtouch-soundtouch-&soundtouch-version;.tar.bz2">
    88  <!ENTITY soundtouch-download-ftp  " ">
    9   <!ENTITY soundtouch-md5sum        "9f5eaf7b767970c2dbc75b7a443ec15a">
    10   <!ENTITY soundtouch-size          "448 KB">
    11   <!ENTITY soundtouch-buildsize     "7.7 MB">
     9  <!ENTITY soundtouch-md5sum        "61e5f60f639ce8047b23ceb86726c4e8">
     10  <!ENTITY soundtouch-size          "452 KB">
     11  <!ENTITY soundtouch-buildsize     "7.5 MB">
    1212  <!ENTITY soundtouch-time          "0.1 SBU">
    1313]>
     
    8787    <title>Installation of SoundTouch</title>
    8888
    89     <note>
    90       <para>
    91         When extracted, the <application>Soundtouch</application> package
    92         expands into the directory
    93         <filename class='directory'>soundtouch</filename> and not
    94         soundtouch-&soundtouch-version;.
    95       </para>
    96     </note>
    97 
    9889    <para>
    9990      Install <application>SoundTouch</application> by running the following
    10091      commands:
    10192    </para>
     93
     94    <caution>
     95      <para>
     96        The <command>bootstrap</command> command below fails if the ACLOCAL
     97        environment variable is set as specified in <xref linkend="xorg7"/>.
     98        If it is used, ACLOCAL needs to be unset for this package and then
     99        reset for other packages.
     100      </para>
     101    </caution>
    102102
    103103<screen><userinput>./bootstrap &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.