Ignore:
Timestamp:
03/27/2021 06:52:34 PM (3 years ago)
Author:
Douglas R. Reno <renodr@…>
Branches:
11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 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:
a2ce753
Parents:
24d3c8f
Message:

Update to links-2.22
Update to sqlite-3.35.3
Update to nss-3.63
Update to jasper-2.0.27
Update to pipewire-0.3.24

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pipewire.xml

    r24d3c8f rcceceaaf  
    77  <!ENTITY pipewire-download-http "https://github.com/PipeWire/pipewire/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.gz">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "3052396ebc36e07173650b4e8e38504c">
     9  <!ENTITY pipewire-md5sum        "887be3193a91f18c7ea63e3f5c61976b">
    1010  <!ENTITY pipewire-size          "1.3 MB">
    11   <!ENTITY pipewire-buildsize     "125 MB (with tests)">
     11  <!ENTITY pipewire-buildsize     "135 MB (with tests)">
    1212  <!ENTITY pipewire-time          "0.4 SBU (Using parallelism=4; with tests)">
    1313]>
     
    115115cd    build &amp;&amp;
    116116
    117 meson --prefix=/usr           \
    118       -Djack=false            \
    119       -Dpipewire-jack=false   \
    120       -Dvulkan=false          \
    121       ..                      &amp;&amp;
     117meson --prefix=/usr .. &amp;&amp;
    122118ninja</userinput></screen>
    123119
     
    137133
    138134    <!-- Without these three parameters, Meson fails to run. -->
     135    <!-- Not true anymore, commenting out as of 0.3.24
    139136    <para>
    140137      <parameter>-Djack=false</parameter>: This switch prevents building the
     
    154151      <application>Vulkan</application> is not in BLFS.
    155152    </para>
     153    -->
    156154
    157155    <para>
     
    185183          pw-dot,
    186184          pw-dump,
     185          pw-jack,
    187186          pw-metadata,
    188187          pw-mididump,
     
    326325      </varlistentry>
    327326
     327      <varlistentry id="pw-jack">
     328        <term><command>pw-jack</command></term>
     329        <listitem>
     330          <para>
     331            runs JACK applications on a pipewire instance.
     332          </para>
     333          <indexterm zone="pipewire pw-jack">
     334            <primary sortas="b-pw-jack">pw-jack</primary>
     335          </indexterm>
     336        </listitem>
     337      </varlistentry>
     338
    328339      <varlistentry id="pw-metadata">
    329340        <term><command>pw-metadata</command></term>
Note: See TracChangeset for help on using the changeset viewer.