Ignore:
Timestamp:
01/24/2024 09:52:38 PM (5 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.1, ken/TL2024, lazarus, rahul/power-profiles-daemon, trunk, xry111/llvm18
Children:
d7c6a8b1
Parents:
00105c8
Message:

Update to libplacebo-6.338.2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • multimedia/libdriv/libplacebo.xml

    r00105c8 r01e63c7e  
    77  <!ENTITY libplacebo-download-http "https://github.com/haasn/libplacebo/archive/refs/tags/v&libplacebo-version;/libplacebo-&libplacebo-version;.tar.gz">
    88  <!ENTITY libplacebo-download-ftp  " ">
    9   <!ENTITY libplacebo-md5sum        "0b92af743309c406e214e28c7b99a082">
     9  <!ENTITY libplacebo-md5sum        "4f5b743ec43c684e6da0d56efed3891c">
    1010  <!ENTITY libplacebo-size          "824 KB">
    11   <!ENTITY libplacebo-buildsize     "41 MB">
    12   <!ENTITY libplacebo-time          "0.4 SBU">
     11  <!ENTITY libplacebo-buildsize     "34 MB">
     12  <!ENTITY libplacebo-time          "0.1 SBU (With tests, both using parallelism=4">
    1313]>
    1414
     
    103103cd    build &amp;&amp;
    104104
    105 meson setup --prefix=/usr       \
    106             --buildtype=release \
    107             -Dtests=true        \
    108             -Ddemos=false ..    &amp;&amp;
     105meson setup ..            \
     106      --prefix=/usr       \
     107      --buildtype=release \
     108      -Dtests=true        \
     109      -Ddemos=false       &amp;&amp;
    109110ninja</userinput></screen>
    110111
    111112    <para>
    112113      To test the results, issue: <command>ninja test</command>.
     114      One test, opengl_surfaceless.c, is known to fail.
    113115    </para>
    114116
Note: See TracChangeset for help on using the changeset viewer.