Changeset 8167f15a


Ignore:
Timestamp:
07/13/2024 08:50:01 PM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, trunk, xry111/spidermonkey128
Children:
614e662e
Parents:
f750594
Message:

Update to pipewire-1.2.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    rf750594 r8167f15a  
    4242      <para>July 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to pipewire-1.2.1. Fixes
     46          <ulink url="&blfs-ticket-root;20086">#20086</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to librsvg-2.58.2. Fixes
  • 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>
  • packages.ent

    rf750594 r8167f15a  
    11391139<!ENTITY mlt-version                  "7.24.0">
    11401140<!ENTITY opus-version                 "1.5.2">
    1141 <!ENTITY pipewire-version             "1.2.0">
     1141<!ENTITY pipewire-version             "1.2.1">
    11421142<!ENTITY pulseaudio-major-version     "17.0">
    11431143<!ENTITY pulseaudio-version           "&pulseaudio-major-version;">
Note: See TracChangeset for help on using the changeset viewer.