Changeset 7fa5ff6 for multimedia


Ignore:
Timestamp:
11/16/2021 11:48:16 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
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:
084c251
Parents:
6d8b3302
Message:

Package updates.
Update to git-2.34.0.
Update to libuninameslist-20211114.
Update to sg3_utils-1.47.
Update to pipewire-0.3.40.
Update to curl-7.80.0.
Update to mlt-7.2.0.

Location:
multimedia/libdriv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/mlt.xml

    r6d8b3302 r7fa5ff6  
    77  <!ENTITY mlt-download-http "https://github.com/mltframework/mlt/releases/download/v&mlt-version;/mlt-&mlt-version;.tar.gz">
    88  <!ENTITY mlt-download-ftp  " ">
    9   <!ENTITY mlt-md5sum        "c9cca34e75caee6aa31d42d5e141206b">
     9  <!ENTITY mlt-md5sum        "fbcdac9bbda30dbf92739bbf40e3120a">
    1010  <!ENTITY mlt-size          "1.1 MB">
    1111  <!ENTITY mlt-buildsize     "22 MB">
  • multimedia/libdriv/pipewire.xml

    r6d8b3302 r7fa5ff6  
    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        "4e17bff7a128d068bf465a6edbb3a4ec">
     9  <!ENTITY pipewire-md5sum        "eb8ec3e850af30e39d94b93525a23036">
    1010  <!ENTITY pipewire-size          "1.6 MB">
    11   <!ENTITY pipewire-buildsize     "172 MB (with tests)">
    12   <!ENTITY pipewire-time          "0.6 SBU (with tests, both using parallelism=4)">
     11  <!ENTITY pipewire-buildsize     "71 MB (with tests)">
     12  <!ENTITY pipewire-time          "0.5 SBU (with tests, both using parallelism=4)">
    1313]>
    1414
     
    115115cd    build &amp;&amp;
    116116
    117 meson --prefix=/usr --buildtype=release .. &amp;&amp;
     117meson --prefix=/usr --buildtype=release -Dsession-managers= .. &amp;&amp;
    118118ninja</userinput></screen>
    119119
     
    135135      href="../../xincludes/meson-buildtype-release.xml"/>
    136136
    137     <!-- Without these three parameters, Meson fails to run. -->
    138     <!-- Not true anymore, commenting out as of 0.3.24
    139     <para>
    140       <parameter>-Djack=false</parameter>: This switch prevents building the
    141       <application>JACK</application> plugin since
    142       <application>JACK</application> is not in BLFS.
    143     </para>
    144 
    145     <para>
    146       <parameter>-Dpipewire-jack=false</parameter>: This switch prevents
    147       building <application>JACK</application> support into pipewire since
    148       <application>JACK</application> is not in BLFS.
    149     </para>
    150 
    151     <para>
    152       <parameter>-Dvulkan=false</parameter>: This switch prevents building
    153       <application>Vulkan</application> API support into pipewire since
    154       <application>Vulkan</application> is not in BLFS.
    155     </para>
    156     -->
     137    <para>
     138      <parameter>-Dsession-managers=</parameter>: This switch
     139      prevents automatic downloading external dependencies.
     140    </para>
    157141
    158142    <para>
Note: See TracChangeset for help on using the changeset viewer.