Update to at-spi2-core-2.48.0

This commit is contained in:
Douglas R. Reno 2023-04-19 19:24:17 -05:00
parent 99fd16eb27
commit a0d2c26075
3 changed files with 18 additions and 6 deletions

View File

@ -41,6 +41,10 @@
<listitem> <listitem>
<para>April 19th, 2023</para> <para>April 19th, 2023</para>
<itemizedlist> <itemizedlist>
<listitem>
<para>[renodr] - Update to at-spi2-core-2.48.0. Fixes
<ulink url="&blfs-ticket-root;17842">#17842</ulink>.</para>
</listitem>
<listitem> <listitem>
<para>[renodr] - Update to intel-media-driver-23.2.0. Fixes <para>[renodr] - Update to intel-media-driver-23.2.0. Fixes
<ulink url="&blfs-ticket-root;17957">#17957</ulink>.</para> <ulink url="&blfs-ticket-root;17957">#17957</ulink>.</para>

View File

@ -787,7 +787,7 @@ to avoid building libxml2 twice, which is slow with all deps -->
<!ENTITY atk-minor "2.38"> <!ENTITY atk-minor "2.38">
<!ENTITY atk-version "&atk-minor;.0"> <!ENTITY atk-version "&atk-minor;.0">
<!ENTITY atkmm-version "2.28.3"> <!ENTITY atkmm-version "2.28.3">
<!ENTITY at-spi2-core-version "2.46.0"> <!ENTITY at-spi2-core-version "2.48.0">
<!ENTITY at-spi2-atk-version "2.38.0"> <!ENTITY at-spi2-atk-version "2.38.0">
<!ENTITY cairo-minor "1.17"> <!ENTITY cairo-minor "1.17">
<!ENTITY cairo-version "&cairo-minor;.6"> <!ENTITY cairo-version "&cairo-minor;.6">

View File

@ -5,11 +5,11 @@
%general-entities; %general-entities;
<!ENTITY at-spi2-core-download-http <!ENTITY at-spi2-core-download-http
"&gnome-download-http;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz"> "&gnome-download-http;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
<!ENTITY at-spi2-core-download-ftp <!ENTITY at-spi2-core-download-ftp
"&gnome-download-ftp;/at-spi2-core/2.46/at-spi2-core-&at-spi2-core-version;.tar.xz"> "&gnome-download-ftp;/at-spi2-core/2.48/at-spi2-core-&at-spi2-core-version;.tar.xz">
<!ENTITY at-spi2-core-md5sum "16e85a40442d80be960b4e1e3992fd5b"> <!ENTITY at-spi2-core-md5sum "69e96032f071371b29b32c804f8b97d3">
<!ENTITY at-spi2-core-size "528 KB"> <!ENTITY at-spi2-core-size "544 KB">
<!ENTITY at-spi2-core-buildsize "20 MB (with tests)"> <!ENTITY at-spi2-core-buildsize "20 MB (with tests)">
<!ENTITY at-spi2-core-time "0.2 SBU (with tests)"> <!ENTITY at-spi2-core-time "0.2 SBU (with tests)">
]> ]>
@ -90,7 +90,7 @@
<bridgehead renderas="sect4">Optional</bridgehead> <bridgehead renderas="sect4">Optional</bridgehead>
<para role="optional"> <para role="optional">
<xref linkend="gtk-doc"/> <xref linkend="gi-docgen"/>
</para> </para>
<para condition="html" role="usernotes">User Notes: <para condition="html" role="usernotes">User Notes:
@ -126,6 +126,8 @@ ninja</userinput></screen>
is necessary to run the tests. The test suite also requires the glib is necessary to run the tests. The test suite also requires the glib
schemas of the package to be installed already. To test the results, schemas of the package to be installed already. To test the results,
install the package first, then issue: <command>ninja test</command>. install the package first, then issue: <command>ninja test</command>.
One test, <filename>atk</filename>, is known to timeout on some systems.
Another test, <filename>memory</filename>, is known to fail.
</para> </para>
<para> <para>
@ -156,6 +158,12 @@ rm /tmp/at-spi-dbus-bus.service</userinput></screen>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
href="../../xincludes/meson-buildtype-release.xml"/> href="../../xincludes/meson-buildtype-release.xml"/>
<para>
<option>-Ddocs=true</option>: Use this switch if you want to build the
documentation. Note that you must have
<xref role="nodep" linkend="gi-docgen"/> installed on your system.
</para>
</sect2> </sect2>
<sect2 role="content"> <sect2 role="content">