Ignore:
Timestamp:
07/13/2024 08:50:01 PM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
614e662e
Parents:
f750594
Message:

Update to pipewire-1.2.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/pipewire.xml

    rf750594 r8167f15a  
    77  <!ENTITY pipewire-download-http "https://gitlab.freedesktop.org/pipewire/pipewire/-/archive/&pipewire-version;/pipewire-&pipewire-version;.tar.bz2">
    88  <!ENTITY pipewire-download-ftp  " ">
    9   <!ENTITY pipewire-md5sum        "5aa49aee429d3e23dc4844b26bd87d43">
    10   <!ENTITY pipewire-size          "1.8 MB">
    11   <!ENTITY pipewire-buildsize     "69 MB (with tests)">
    12   <!ENTITY pipewire-time          "0.4 SBU (with tests, both using parallelism=4)">
     9  <!ENTITY pipewire-md5sum        "5d3af1d1f63cb05e4132b8444ca1c8c5">
     10  <!ENTITY pipewire-size          "1.7 MB">
     11  <!ENTITY pipewire-buildsize     "68 MB (with tests)">
     12  <!ENTITY pipewire-time          "0.5 SBU (with tests, both using parallelism=4)">
    1313]>
    1414
     
    150150cd    build &amp;&amp;
    151151
    152 meson setup ..                \
    153       --prefix=/usr           \
    154       --buildtype=release     \
    155       -Dsession-managers="[]" &amp;&amp;
     152meson setup ..                 \
     153      --prefix=/usr            \
     154      --buildtype=release      \
     155      -D session-managers="[]" &amp;&amp;
    156156ninja</userinput></screen>
    157157
     
    182182
    183183    <para>
    184       <parameter>-Dsession-managers="[]"</parameter>: This switch
     184      <parameter>-D session-managers="[]"</parameter>: This switch
    185185      allows specifying the session managers to build as subprojects.
    186186      We specify an empty list to prevent <command>meson</command> from
     
    194194
    195195    <para>
    196       <option>-Ddocs=true</option>: This switch enables the generation of HTML
     196      <option>-D docs=true</option>: This switch enables the generation of HTML
    197197      documentation. The optional dependencies for documentation need to be
    198198      installed for this to work.
     
    200200
    201201    <para>
    202       <option>-Dman=true</option>: This switch enables the generation of manual
     202      <option>-D man=true</option>: This switch enables the generation of manual
    203203      pages. The optional dependencies for documentation need to be installed
    204204      for this to work.
     
    206206
    207207    <para>
    208       <option>-Dffmpeg=enabled</option>: This switch enables using ffmpeg for
     208      <option>-D ffmpeg=enabled</option>: This switch enables using ffmpeg for
    209209      audio conversion as a SPA backend.
    210210    </para>
    211211
    212212    <para>
    213       <option>-Dvulkan=enabled</option>: This switch enables using Vulkan for
     213      <option>-D vulkan=enabled</option>: This switch enables using Vulkan for
    214214      video rendering as a SPA backend.
    215215    </para>
Note: See TracChangeset for help on using the changeset viewer.