Changeset 820262d8


Ignore:
Timestamp:
04/27/2023 04:45:08 PM (12 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
12.0, 12.1, kea, ken/TL2024, ken/tuningfonts, lazarus, lxqt, plabs/newcss, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/xf86-video-removal
Children:
8e704a65
Parents:
95abdf87
Message:

Separate post-install from install in libavif

Updating the loaders cache is a post-install instruction. The generated
files shouldn't be part of a package if using a package manager.
And jhalfs gets confused if it is not separated from the install.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libavif.xml

    r95abdf87 r820262d8  
    100100    </para>
    101101
    102 <screen><userinput>mkdir build
    103 cd    build
     102<screen><userinput>mkdir build &amp;&amp;
     103cd    build &amp;&amp;
    104104
    105105cmake -DCMAKE_INSTALL_PREFIX=/usr \
     
    120120    </para>
    121121
    122 <screen role="root"><userinput>ninja install &amp;&amp;
    123 gdk-pixbuf-query-loaders --update-cache</userinput></screen>
     122<screen role="root"><userinput>ninja install</userinput></screen>
     123
     124    <para>
     125      The AV1 format needs to be added to the loaders cache. As the
     126      &root; user:
     127    </para>
     128
     129<screen role="root"><userinput>gdk-pixbuf-query-loaders --update-cache</userinput></screen>
    124130
    125131  </sect2>
Note: See TracChangeset for help on using the changeset viewer.