Changeset e9f1345


Ignore:
Timestamp:
09/13/2023 09:09:02 AM (8 months ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
12.1, ken/TL2024, ken/tuningfonts, lazarus, plabs/newcss, python3.11, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18
Children:
f4895b8
Parents:
0d3aefd
git-author:
Xi Ruoyao <xry111@…> (09/13/2023 08:51:07 AM)
git-committer:
Xi Ruoyao <xry111@…> (09/13/2023 09:09:02 AM)
Message:

Archive gdk-pixbuf-xlib

Note that "needed for loading XPM images" is wrong.

Use imlib2 instead of gdk-pixbuf-xlib for icewm (it's also the default).

Files:
4 edited
1 moved

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0d3aefd re9f1345  
    4444      <itemizedlist>
    4545        <listitem>
     46          <para>[xry111] - Archive gdk-pixbuf-xlib. Use imlib2 for icewm
     47          instead.</para>
     48        </listitem>
     49        <listitem>
    4650          <para>[ken] - Update to firefox-115,2,1 - this is no-longer a
    4751          security update if you use system libwebp, and can be ignored.
  • x/lib/gdk-pixbuf.xml

    r0d3aefd re9f1345  
    9898    <bridgehead renderas="sect4">Optional</bridgehead>
    9999    <para role="optional">
    100       <xref role="runtime" linkend="gdk-pixbuf-xlib"/>
    101       (runtime dependency, needed for loading XPM images),
    102100      <xref linkend="gi-docgen"/>
    103101      (to generate documentation),
  • x/lib/lib.xml

    r0d3aefd re9f1345  
    3838  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="freeglut.xml"/>
    3939  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf.xml"/>
    40   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gdk-pixbuf-xlib.xml"/>
    4140  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glew.xml"/>
    4241  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="glu.xml"/>
  • x/wm/icewm.xml

    r0d3aefd re9f1345  
    7272    <para role="required">
    7373      <xref linkend="cmake"/>,
    74       <xref linkend="x-window-system"/>, and
    75       <xref linkend="gdk-pixbuf-xlib"/>
     74      <xref linkend="imlib2"/>, and
     75      <xref linkend="x-window-system"/>
    7676    </para>
    7777
     
    8080      <xref linkend="asciidoc"/> (for regenerating the HTML documentation),
    8181      <xref linkend="fribidi"/> (for languages written right to left),
    82       <xref linkend="imlib2"/>,
    8382      <xref linkend="librsvg"/>,
    8483      <xref linkend="libao"/>,
    85       <xref linkend="libsndfile"/>, and
    86       <xref linkend="alsa-lib"/> (for the experimental icesound program)
     84      <xref linkend="libsndfile"/>,
     85      <xref linkend="alsa-lib"/> (for the experimental icesound program),
     86      and <ulink url='https://gitlab.gnome.org/Archive/gdk-pixbuf-xlib'>
     87        gdk-pixbuf-xlib</ulink>
    8788    </para>
    8889
     
    113114      -DCFGDIR=/etc               \
    114115      -DENABLE_LTO=ON             \
    115       -DCONFIG_GDK_PIXBUF_XLIB=ON \
    116       -DCONFIG_IMLIB2=OFF         \
    117116      -DDOCDIR=/usr/share/doc/icewm-&icewm-version;  \
    118117      .. &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.