Changeset 0a07e65


Ignore:
Timestamp:
04/19/2024 03:51:20 AM (4 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
lazarus, trunk
Children:
3c5822f
Parents:
72b9f532 (diff), e21d933d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'trunk' of git.linuxfromscratch.org:blfs into trunk

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/harfbuzz.xml

    r72b9f532 r0a07e65  
    122122      --prefix=/usr       \
    123123      --buildtype=release \
    124       -D cpp_std=c++17    \
    125       -D graphite2=enabled &amp;&amp;
     124      -Dcpp_std=c++17     \
     125      -Dgraphite2=enabled &amp;&amp;
    126126ninja</userinput></screen>
    127127
     
    142142    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143143      href="../../xincludes/meson-buildtype-release.xml"/>
     144
     145    <para>
     146      <parameter>-Dcpp_std=c++17</parameter>: This switch ensures compiling
     147      the C++ code following the C++17 standard, overriding the default of
     148      this package (C++11).  It's required to build this package with
     149      <xref linkend='icu'/> installed because some ICU headers use C++17
     150      features.  It is unnecessary if <xref linkend='icu'/> is not
     151      installed, but does no harm anyway.
     152    </para>
    144153
    145154    <para>
  • introduction/welcome/changelog.xml

    r72b9f532 r0a07e65  
    4343      <para>April 18th, 2024</para>
    4444      <itemizedlist>
     45        <listitem>
     46          <para>[renodr] - Update to mpv-0.38.0. Fixes
     47          <ulink url="&blfs-ticket-root;19682">#19682</ulink>.</para>
     48        </listitem>
    4549        <listitem>
    4650          <para>[bdubbs] - Update to icu-75.1. Fixes
  • multimedia/videoutils/mpv.xml

    r72b9f532 r0a07e65  
    77  <!ENTITY mpv-download-http "https://github.com/mpv-player/mpv/archive/v&mpv-version;/mpv-&mpv-version;.tar.gz">
    88  <!ENTITY mpv-download-ftp  " ">
    9   <!ENTITY mpv-md5sum        "54bd6864cc831f1fee6dee693a0421eb">
    10   <!ENTITY mpv-size          "3.2 MB">
    11   <!ENTITY mpv-buildsize     "25 MB">
    12   <!ENTITY mpv-time          "0.2 SBU (Using parallelism=4)">
     9  <!ENTITY mpv-md5sum        "7c1a400867e8930f037efc86c1f90a14">
     10  <!ENTITY mpv-size          "3.3 MB">
     11  <!ENTITY mpv-buildsize     "28 MB">
     12  <!ENTITY mpv-time          "0.1 SBU (Using parallelism=4)">
    1313
    1414]>
  • networking/netutils/bind-utils.xml

    r72b9f532 r0a07e65  
    1010  <!ENTITY bind-size            "5.3 MB">
    1111  <!ENTITY bind-utils-buildsize "94 MB">
    12   <!ENTITY bind-utils-time      "0.3 SBU (using parallelism=4">
     12  <!ENTITY bind-utils-time      "0.3 SBU (using parallelism=4)">
    1313]>
    1414
  • packages.ent

    r72b9f532 r0a07e65  
    11521152<!ENTITY ffmpeg-version               "6.1.1">
    11531153<!ENTITY mplayer-version              "1.5">
    1154 <!ENTITY mpv-version                  "0.37.0">
     1154<!ENTITY mpv-version                  "0.38.0">
    11551155<!ENTITY transcode-version            "1.1.7">
    11561156<!ENTITY vlc-version                  "3.0.20">
Note: See TracChangeset for help on using the changeset viewer.