Changeset acea88c


Ignore:
Timestamp:
04/20/2023 03:21:44 PM (12 months ago)
Author:
Douglas R. Reno <renodr@…>
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:
73c69d42
Parents:
f6503c73
Message:

Add libavif to the book in support of WebKitGTK+.

Files:
1 added
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/graphlib.xml

    rf6503c73 racea88c  
    3333  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lcms.xml"/>
    3434  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="lcms2.xml"/>
     35  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libavif.xml"/>
    3536  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libexif.xml"/>
    3637  <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="libgxps.xml"/>
  • introduction/welcome/changelog.xml

    rf6503c73 racea88c  
    4343     <itemizedlist>
    4444       <listitem>
     45         <para>[renodr] - Add libavif in support of WebKitGTK+. Fixes
     46         <ulink url="&blfs-ticket-root;17952">#17952</ulink>.</para>
     47       </listitem>
     48       <listitem>
    4549         <para>[renodr] - Add libaom in support of libavif. Fixes
    4650         <ulink url="&blfs-ticket-root;17953">#17953</ulink>.</para>
  • packages.ent

    rf6503c73 racea88c  
    210210<!ENTITY lcms-version                 "1.19">
    211211<!ENTITY lcms2-version                "2.14">
     212<!ENTITY libavif-version              "0.11.1">
    212213<!ENTITY libexif-version              "0.6.24">
    213214<!ENTITY libgxps-version              "0.3.2">
  • x/lib/webkitgtk.xml

    rf6503c73 racea88c  
    101101      <xref linkend="ruby"/>,
    102102      <xref linkend="sqlite"/>,
     103      <xref linkend="unifdef"/>,
    103104      <xref linkend="which"/>, and
    104105      <xref linkend="wpebackend-fdo"/>
     
    109110      <xref linkend="enchant"/>,
    110111      <xref linkend="geoclue2"/>,
    111       <xref linkend="gobject-introspection"/>, and
    112       <xref linkend="hicolor-icon-theme"/>
     112      <xref linkend="gobject-introspection"/>,
     113      <xref linkend="hicolor-icon-theme"/>, and
     114      <xref linkend="libaom"/>
    113115    </para>
    114116
     
    123125      <ulink url="https://ccache.dev/">ccache</ulink>,
    124126      <ulink url="https://sourceforge.net/projects/hunspell/files/Hyphen/">Hyphen</ulink>,
    125       <ulink url="https://github.com/AOMediaCodec/libavif">libavif</ulink>,
     127      <!--<ulink url="https://github.com/AOMediaCodec/libavif">libavif</ulink>,-->
    126128      <ulink url="https://gnome.pages.gitlab.gnome.org/libmanette/">libmanette</ulink>, and
    127129      <ulink url="https://github.com/flatpak/xdg-dbus-proxy">xdg-dbus-proxy</ulink>
     
    291293      <option>-DENABLE_GEOLOCATION=OFF</option>: Use this switch if you don't
    292294      want to install <xref linkend="geoclue2"/>.
     295    </para>
     296
     297    <para>
     298      <option>-DUSE_AVIF=OFF</option>: Use this switch if you don't want to
     299      install <xref linkend="libavif"/>. Note that you will not have support
     300      for AVIF images if you do this.
    293301    </para>
    294302
Note: See TracChangeset for help on using the changeset viewer.