Changeset cb1db1ef


Ignore:
Timestamp:
07/15/2024 04:58:49 PM (5 weeks ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
gimp3, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
b29fc64
Parents:
9063b654
Message:

Touchups for gimp3 and appstream-glib
appstrem-glib: add a dependency and make format consistent with the

rest of the book.

gimp: update dependencies and changes to a version number

Files:
2 edited

Legend:

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

    r9063b654 rcb1db1ef  
    7979    <bridgehead renderas="sect4">Required</bridgehead>
    8080    <para role="required">
    81       <xref linkend="gdk-pixbuf"/> and
     81      <xref linkend="curl"/>,
     82      <xref linkend="gdk-pixbuf"/>, and
    8283      <xref linkend="libarchive"/>
    8384    </para>
     
    130131      <seglistitem>
    131132        <seg>
    132           appdata-builder,
     133          appstream-builder,
    133134          appstream-compose, and
    134135          appstream-util
     
    153154        <listitem>
    154155          <para>
    155             builds AppStream metadata.
     156            builds AppStream metadata
    156157          </para>
    157158          <indexterm zone="appstream-glib appdata-builder">
     
    165166        <listitem>
    166167          <para>
    167             generates AppStream metadata.
     168            generates AppStream metadata
    168169          </para>
    169170          <indexterm zone="appstream-glib appdata-compose">
     
    177178        <listitem>
    178179          <para>
    179             Is a management tool for appstream-builder.
     180            Is a management tool for appstream-builder
    180181          </para>
    181182          <indexterm zone="appstream-glib appstream-util">
     
    189190        <listitem>
    190191          <para>
    191             contains the api functions.
     192            contains the api functions
    192193          </para>
    193194          <indexterm zone="appstream-glib libappstream-glib">
  • xsoft/other/gimp.xml

    r9063b654 rcb1db1ef  
    152152      <xref linkend="librsvg"/>,
    153153      <xref linkend="libtiff"/>,
    154       <!-- en can be built without this -->
    155 <!--      <xref linkend="libxml2"/> (to build the translated help files),-->
    156154      <xref linkend="lcms2"/>,
    157155      <xref linkend="mypaint-brushes"/>,
     
    167165      <xref linkend="gs"/> (with libgs installed),
    168166      <xref linkend="iso-codes"/>,
    169       <xref linkend="libgudev"/>, and
     167      <xref linkend="libgudev"/>,
     168      <xref linkend="pygobject3"/>, and
    170169      <xref linkend="xdg-utils"/>
    171170    </para>
     
    175174      <xref linkend="aalib"/>,
    176175      <xref linkend="alsa-lib"/>,
     176      <xref linkend="gjs"/>,
    177177      <xref linkend="gvfs"/> (to access the online help),
    178178      <xref linkend="libmng"/>,
    179179      <xref linkend="libunwind"/>,
     180      <xref linkend="libjxl"/>,
    180181      <xref linkend="libwebp"/>,
     182      <xref linkend="lua"/>,
    181183      <xref linkend="openjpeg2"/>,
    182184      <xref linkend="pygtk"/> (including the gtk, pango and pangocairo modules),
     
    184186      <command>sendmail</command> program),
    185187      <xref linkend="gtk-doc"/>,
     188      <ulink url="https://github.com/HEASARC/cfitsio">cfitsio</ulink>,
     189      <ulink url="https://github.com/phoboslab/qoi">goi</ulink>,
    186190      <ulink url="https://github.com/ianlancetaylor/libbacktrace">libbacktrace</ulink>,
    187191      <ulink url="https://github.com/strukturag/libheif/">libheif</ulink> with
    188       <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
    189       (both needed to read macOS heic images),
    190       <ulink url="https://wvware.sourceforge.net/libwmf.html">libwmf</ulink>, and
     192        <ulink url="https://github.com/strukturag/libde265/">libde265</ulink>
     193        (both needed to read macOS heic images),
     194      <ulink url="https://github.com/ianlancetaylor/libbacktrace">libbacktrace</ulink>,
     195      <ulink url="https://github.com/svanderburg/libiff">libiff</ulink>,
     196      <ulink url="https://github.com/svanderburg/libilbm">libilbm</ulink>, and
    191197      <ulink url="https://www.openexr.com/">OpenEXR</ulink>
    192198    </para>
     
    219225      To test the results (requires an X-Windowed terminal) issue:
    220226      <command>ninja test</command>.
    221       <!-- In 3.0-pre 2 failures, gimp:app/save-and-export and gimp:app/ui; bdubbs -->
     227      <!-- In 3.0-pre, 2 failures: gimp:app/save-and-export and gimp:app/ui; bdubbs -->
    222228    </para>
    223229
     
    236242      The <filename>gimp-help</filename> tarball contains images and English
    237243      text help for help files, together with translations.
    238       <!--
    239       The documentation generated by gimp-help-2.10.34 and online help have
    240       the same contents, so I comment this out. [pierre Nov. 2023]
    241       Because of the
    242       issues mentioned in the note above, you are recommended to use the online
    243       help, either by building against <xref linkend="gvfs"/> so that 'help'
    244       can open the latest XML files in your browser, or else you can manually
    245       open the html in your browser by going to <ulink
    246       url="https://docs.gimp.org/2.10/en/">https://docs.gimp.org/2.10/en</ulink>
    247      (change the language code if desired).-->
    248244      If you wish to install local copies of the help files to read
    249245      offline, unpack the <filename>gimp-help</filename> tarball
     
    403399            is a tool that can build plug-ins or scripts and install them
    404400            if they are distributed in one source file.
    405             <command>gimptool-2.88</command> can also be used by programs that
    406             need to know what libraries and include-paths The
    407             <application>Gimp</application> was compiled with
     401            <command>gimptool-2.99</command> can also be used by programs that
     402            need to know what libraries and include-paths used when
     403            <application>gimp</application> was compiled
    408404          </para>
    409405          <indexterm zone="gimp gimptool-2.99">
Note: See TracChangeset for help on using the changeset viewer.