Changeset b6cbe54e


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

Files:
7 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/opencv.xml

    r2d8ad23 rb6cbe54e  
    77  <!ENTITY opencv-download-http     "https://sourceforge.net/projects/opencvlibrary/files/opencv-unix/&opencv-version;/opencv-&opencv-version;.zip">
    88  <!ENTITY opencv-download-ftp      " ">
    9   <!ENTITY opencv-md5sum            "9e9ebe9c1fe98c468f6e53f5c3c49716">
     9  <!ENTITY opencv-md5sum            "d63393fad89ae38eeddbc51b15d807fa">
    1010  <!ENTITY opencv-size              "87 MB">
    11   <!ENTITY opencv-buildsize         "555 MB">
    12   <!ENTITY opencv-time              "2.4 SBU (using parallelism=4)">
     11  <!ENTITY opencv-buildsize         "570 MB">
     12  <!ENTITY opencv-time              "2.6 SBU (using parallelism=4)">
    1313
    1414
  • general/prog/cmake.xml

    r2d8ad23 rb6cbe54e  
    77  <!ENTITY cmake-download-http "https://cmake.org/files/v&cmake-major-version;/cmake-&cmake-version;.tar.gz">
    88  <!ENTITY cmake-download-ftp  " ">
    9   <!ENTITY cmake-md5sum        "10109246a51102bfda45ff3935275fbf">
    10   <!ENTITY cmake-size          "7.7 MB">
    11   <!ENTITY cmake-buildsize     "400 MB (add 416 MB for tests)">
    12   <!ENTITY cmake-time          "2.6 SBU (add 3.0 SBU for tests, both using parallelism=4)">
     9  <!ENTITY cmake-md5sum        "6e7c550cfa1c2e216b35903dc70d80af">
     10  <!ENTITY cmake-size          "8.0 MB">
     11  <!ENTITY cmake-buildsize     "399 MB (add 458 MB for tests)">
     12  <!ENTITY cmake-time          "2.5 SBU (add 4.0 SBU for tests, both using parallelism=4)">
    1313]>
    1414
  • introduction/welcome/changelog.xml

    r2d8ad23 rb6cbe54e  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to soundtouch-2.1.0. Fixes
     49          <ulink url="&blfs-ticket-root;11129">#11129</ulink>.</para>
     50        </listitem>
     51        <listitem>
     52          <para>[bdubbs] - Update to PNMixer-0.7.2. Fixes
     53          <ulink url="&blfs-ticket-root;11071">#11071</ulink>.</para>
     54        </listitem>
     55        <listitem>
     56          <para>[bdubbs] - Update to tumbler-0.2.2. Fixes
     57          <ulink url="&blfs-ticket-root;11128">#11128</ulink>.</para>
     58        </listitem>
     59        <listitem>
     60          <para>[bdubbs] - Update to opencv-3.4.3. Fixes
     61          <ulink url="&blfs-ticket-root;11081">#11081</ulink>.</para>
     62        </listitem>
     63        <listitem>
     64          <para>[bdubbs] - Update to cmake-3.12.2. Fixes
     65          <ulink url="&blfs-ticket-root;11124">#11124</ulink>.</para>
     66        </listitem>
     67        <listitem>
    4868          <para>[bdubbs] - Update to mercurial-4.7.1. Fixes
    4969          <ulink url="&blfs-ticket-root;11117">#11117</ulink>.</para>
  • 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;
  • packages.ent

    r2d8ad23 rb6cbe54e  
    221221<!ENTITY mypaint-brushes-version      "1.3.0"> <!-- version 1 only -->
    222222<!ENTITY newt-version                 "0.52.20">
    223 <!ENTITY opencv-version               "3.4.2">
     223<!ENTITY opencv-version               "3.4.3">
    224224<!ENTITY openjpeg-version             "1.5.2">
    225225<!ENTITY openjpeg2-version            "2.3.0">
     
    309309<!ENTITY clisp-version                "2.49">
    310310<!ENTITY cmake-major-version          "3.12">
    311 <!ENTITY cmake-minor-version          "1">
     311<!ENTITY cmake-minor-version          "2">
    312312<!ENTITY cmake-version                "&cmake-major-version;.&cmake-minor-version;">
    313313<!--<!ENTITY cvs-version                  "1.11.23">-->
     
    658658<!ENTITY thunar-version               "1.7.0">
    659659<!ENTITY thunar-volman-version        "0.8.1">
    660 <!ENTITY tumbler-version              "0.2.1">
     660<!ENTITY tumbler-version              "0.2.2">
    661661<!ENTITY xfce4-appfinder-version      "4.12.0">
    662662<!ENTITY xfce4-power-manager-version  "1.6.1">
     
    828828<!ENTITY sdl2-version                 "2.0.8">
    829829<!ENTITY sound-theme-freedesktop-version "0.8">
    830 <!ENTITY soundtouch-version           "2.0.0">
     830<!ENTITY soundtouch-version           "2.1.0">
    831831<!ENTITY speex-version                "1.2.0">
    832832<!ENTITY speexdsp-version             "1.2rc3">
     
    853853<!ENTITY audacious-plugins-version    "3.10">
    854854<!ENTITY amarok-version               "2.8.0">
    855 <!ENTITY pnmixer-version              "0.5.1">
     855<!ENTITY pnmixer-version              "0.7.2">
    856856
    857857<!-- Chapter 48 -->
  • xfce/core/tumbler.xml

    r2d8ad23 rb6cbe54e  
    88           "http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-&tumbler-version;.tar.bz2">
    99  <!ENTITY tumbler-download-ftp  " ">
    10   <!ENTITY tumbler-md5sum        "45066628b7013fee752d3c671863fb31">
    11   <!ENTITY tumbler-size          "565 KB">
     10  <!ENTITY tumbler-md5sum        "23f14d7b728196ad776f66537d44c712">
     11  <!ENTITY tumbler-size          "560 KB">
    1212  <!ENTITY tumbler-buildsize     "13 MB">
    1313  <!ENTITY tumbler-time          "0.2 SBU">
Note: See TracChangeset for help on using the changeset viewer.