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/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
Note: See TracChangeset for help on using the changeset viewer.