Changeset b2d60651


Ignore:
Timestamp:
05/05/2024 02:55:49 AM (5 weeks ago)
Author:
Xi Ruoyao <xry111@…>
Branches:
lazarus, trunk
Children:
3c95c92
Parents:
8822bd6
git-author:
Xi Ruoyao <xry111@…> (05/04/2024 03:44:40 PM)
git-committer:
Xi Ruoyao <xry111@…> (05/05/2024 02:55:49 AM)
Message:

gdk-pixbuf: Add -Dothers=enabled

Without this option, the loaders for BMP and XPM etc. won't be built. I
guess this will cause EOG even unable to view BMP files created from
Windoge. And some GTK-3 tests fail without the XPM loader.

The editors likely had not noticed the issue because upgrading from a
previous gdk-pixbuf version will keep the "old" loaders and they'll
continue to work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • x/lib/gdk-pixbuf.xml

    r8822bd6 rb2d60651  
    108108
    109109    <para>
     110      Fix an issue causing the package fail to build with
     111      <parameter>-Dothers=enabled</parameter>:
     112    </para>
     113
     114<screen><userinput>sed 's/enabled_loaders_contains/enabled_loaders.contains/' \
     115    -i ../tests/meson.build</userinput></screen>
     116
     117    <para>
    110118      Install <application>Gdk Pixbuf</application> by running the following
    111119      commands:
     
    118126      --prefix=/usr       \
    119127      --buildtype=release \
     128      -Dothers=enabled    \
    120129      --wrap-mode=nofallback &amp;&amp;
    121130ninja</userinput></screen>
     
    162171    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    163172      href="../../xincludes/meson-wrap-nofallback.xml"/>
     173
     174    <para>
     175      <parameter>-Dothers=enabled</parameter>: Enable the loaders for various
     176      image formats, for example BMP and XPM.
     177    </para>
    164178
    165179    <!-- with 2.42.9, docutils must be installed to generate man pages.
Note: See TracChangeset for help on using the changeset viewer.