Changeset b6cbe54e for multimedia


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

Location:
multimedia
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/audioutils/pnmixer.xml

    r2d8ad23 rb6cbe54e  
    55  %general-entities;
    66
    7   <!ENTITY pnmixer-download-http "https://github.com/downloads/nicklan/pnmixer/pnmixer-&pnmixer-version;.tar.gz">
     7  <!ENTITY pnmixer-download-http "https://github.com/nicklan/pnmixer/releases/download/v&pnmixer-version;/pnmixer-v&pnmixer-version;.tar.gz">
    88  <!ENTITY pnmixer-download-ftp  "">
    9   <!ENTITY pnmixer-md5sum        "2288af95ab280721b39b7c33601d5dd4">
    10   <!ENTITY pnmixer-size          "135 KB">
    11   <!ENTITY pnmixer-buildsize     "2.3 MB">
     9  <!ENTITY pnmixer-md5sum        "e9f17f56c50de39393030a96e343427b">
     10  <!ENTITY pnmixer-size          "236 KB">
     11  <!ENTITY pnmixer-buildsize     "2.5 MB">
    1212  <!ENTITY pnmixer-time          "less than 0.1 SBU">
    1313]>
     
    7575    <bridgehead renderas="sect4">Required</bridgehead>
    7676    <para role="required">
    77       <xref linkend="alsa-utils"/> and
    78       <xref linkend="gtk2"/>
     77      <xref linkend="alsa-utils"/>,
     78      <xref linkend="gtk3"/>, and
     79      <xref linkend="libnotify"/>
    7980    </para>
    8081
     
    9293    </para>
    9394
    94 <screen><userinput>./autogen.sh --prefix=/usr &amp;&amp;
     95<screen><userinput>mkdir build &amp;&amp;
     96cd    build &amp;&amp;
     97
     98cmake -DCMAKE_INSTALL_PREFIX=/usr ..  &amp;&amp;
    9599make</userinput></screen>
    96100
  • 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.