Changeset f3cd2c8


Ignore:
Timestamp:
07/19/2024 03:48:49 PM (7 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
1189bdd2
Parents:
cbccbc3b (diff), 7b86a32 (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:
3 edited

Legend:

Unmodified
Added
Removed
  • general/genlib/appstream-glib.xml

    rcbccbc3b rf3cd2c8  
    153153      <?dbhtml list-presentation="table"?>
    154154
    155       <varlistentry id="appdata-builder">
    156         <term><command>appdata-builder</command></term>
     155      <varlistentry id="appstream-builder">
     156        <term><command>appstream-builder</command></term>
    157157        <listitem>
    158158          <para>
    159159            builds AppStream metadata
    160160          </para>
    161           <indexterm zone="appstream-glib appdata-builder">
    162             <primary sortas="b-appdata-builder">appdata-builder</primary>
     161          <indexterm zone="appstream-glib appstream-builder">
     162            <primary sortas="b-appstream-builder">appstream-builder</primary>
    163163          </indexterm>
    164164        </listitem>
  • general/prog/python-modules/sphinx.xml

    rcbccbc3b rf3cd2c8  
    119119<screen remap="test"><userinput>python3 -m venv --system-site-packages testenv &amp;&amp;
    120120source testenv/bin/activate                    &amp;&amp;
    121 pip3 install filelock defusedxml               &amp;&amp;
     121pip3 install sphinx[test]                      &amp;&amp;
    122122python3 -m pytest<!-- no && because of a possible error -->
    123123deactivate</userinput></screen>
  • xsoft/other/gimp.xml

    rcbccbc3b rf3cd2c8  
    165165      <xref linkend="gs"/> (with libgs installed),
    166166      <xref linkend="iso-codes"/>,
    167       <xref linkend="libgudev"/>, and
     167      <xref linkend="libgudev"/>,
     168      <xref linkend="pygobject3"/>, and
    168169      <xref linkend="xdg-utils"/>
    169170    </para>
     
    173174      <xref linkend="aalib"/>,
    174175      <xref linkend="alsa-lib"/>,
     176      <xref linkend="gjs"/>,
    175177      <xref linkend="gvfs"/> (to access the online help),
     178      <xref linkend="libjxl"/>,
    176179      <xref linkend="libmng"/>,
    177180      <xref linkend="libunwind"/>,
    178181      <xref linkend="libwebp"/>,
     182      <xref linkend="lua"/>,
    179183      <xref linkend="openjpeg2"/>,
    180184      <xref linkend="gtk-doc"/>,
    181       <ulink url="https://people.freedesktop.org/~hughsient/appstream-glib">appstream-glib</ulink>,
     185      <ulink url="https://github.com/HEASARC/cfitsio">cfitsio</ulink>,
    182186      <ulink url="https://github.com/ianlancetaylor/libbacktrace">libbacktrace</ulink>,
     187      <ulink url="https://github.com/svanderburg/libiff">libiff</ulink>,
     188      <ulink url="https://github.com/svanderburg/libilbm">libilbm</ulink>,
    183189      <ulink url="https://github.com/strukturag/libheif/">libheif</ulink> with
    184190      <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
    185191      (both needed to read macOS heic images),
    186       <ulink url="https://wvware.sourceforge.net/libwmf.html">libwmf</ulink>, and
    187       <ulink url="https://www.openexr.com/">OpenEXR</ulink>
     192      <ulink url="https://wvware.sourceforge.net/libwmf.html">libwmf</ulink>,
     193      <ulink url="https://www.openexr.com/">OpenEXR</ulink>, and
     194      <ulink url="https://github.com/phoboslab/qoi">qoi</ulink>
    188195    </para>
    189196
     
    392399            is a tool that can build plug-ins or scripts and install them
    393400            if they are distributed in one source file.
    394             <command>gimptool-2.0</command> can also be used by programs that
     401            <command>gimptool-2.99</command> can also be used by programs that
    395402            need to know what libraries and include-paths The
    396403            <application>Gimp</application> was compiled with
Note: See TracChangeset for help on using the changeset viewer.