Update to mupdf-1.24.0 and fix some typos.

This commit is contained in:
Bruce Dubbs 2024-03-21 10:56:57 -05:00
parent 94b71bb07f
commit c9d29e2434
7 changed files with 25 additions and 17 deletions

View File

@ -25,7 +25,7 @@
<title>Introduction to kirigami-addons</title>
<para>
This package provies add-on qml files for the Kirigami framework.
This package provides add-on qml files for the Kirigami framework.
</para>
&lfs121_checked;

View File

@ -136,7 +136,7 @@ make</userinput></screen>
libQCoro6WebSockets.so
</seg>
<seg>
Nine direcories in $QT6DIR/lib/cmake/ and
Nine directories in $QT6DIR/lib/cmake/ and
$QT6DIR/include/qcoro6
</seg>
</seglistitem>

View File

@ -19,6 +19,7 @@
<!ENTITY gnome-43 "43">
<!ENTITY gnome-44 "44">
<!ENTITY gnome-45 "45">
<!ENTITY gnome-46 "46">
<!-- See about removing some of the above entities after 40.0 is in. -->
<!-- Chapter 30 -->

View File

@ -42,6 +42,10 @@
<listitem>
<para>March 21st, 2024</para>
<itemizedlist>
<listitem>
<para>[bdubbs] - Update to mupdf-1.24.0. Fixes
<ulink url="&blfs-ticket-root;19516">#19516</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Update to adwaita-icon-theme-46.0. Fixes
<ulink url="&blfs-ticket-root;19514">#19514</ulink>.</para>
@ -234,23 +238,23 @@
<ulink url="&blfs-ticket-root;19360">#19360</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add xdotool-3.20211022.1 in supoprt of plasma6. Addresses
<para>[bdubbs] - Add xdotool-3.20211022.1 in support of plasma6. Addresses
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add libdisplay-info-0.1.1 in supoprt of plasma6. Addresses
<para>[bdubbs] - Add libdisplay-info-0.1.1 in support of plasma6. Addresses
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add hwdata-0.380 in supoprt of plasma6. Addresses
<para>[bdubbs] - Add hwdata-0.380 in support of plasma6. Addresses
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add kirigami-addons-1.0.1 in supoprt of plasma6. Addresses
<para>[bdubbs] - Add kirigami-addons-1.0.1 in support of plasma6. Addresses
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
</listitem>
<listitem>
<para>[bdubbs] - Add qcoro-0.10.0 in supoprt of plasma6. Addresses
<para>[bdubbs] - Add qcoro-0.10.0 in support of plasma6. Addresses
<ulink url="&blfs-ticket-root;19373">#19373</ulink>.</para>
</listitem>
<listitem>

View File

@ -1176,7 +1176,7 @@
<!ENTITY enscript-version "1.6.6">
<!ENTITY epdfview-version "gtk3-20200814">
<!ENTITY fop-version "2.9">
<!ENTITY mupdf-version "1.23.11">
<!ENTITY mupdf-version "1.24.0">
<!ENTITY paps-version "0.8.0">
<!-- Chapter 51 -->

View File

@ -8,9 +8,9 @@
can be found there, no need to change directory -->
<!ENTITY mupdf-download-http "https://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
<!ENTITY mupdf-download-ftp " ">
<!ENTITY mupdf-md5sum "db8d1495e7a537743f45178c81b76a44">
<!ENTITY mupdf-md5sum "ada36e72a6eb8fb057f190c162179eea">
<!ENTITY mupdf-size "53 MB">
<!ENTITY mupdf-buildsize "251 MB">
<!ENTITY mupdf-buildsize "252 MB">
<!ENTITY mupdf-time "0.2 SBU (Using parallelism=4)">
]>
@ -114,7 +114,7 @@ can be found there, no need to change directory -->
<sect2 role="installation">
<title>Installation of MuPDF</title>
<!--
<para>First, fix the Makefile to link properly with the shared library:</para>
<screen><userinput>sed -i '/MU.*_EXE. :/{
@ -122,7 +122,7 @@ can be found there, no need to change directory -->
N
s/$/ -lmupdf -L$(OUT)/
}' Makefile</userinput></screen>
-->
<para>
Install <application>MuPDF</application> by running the following
commands:
@ -143,8 +143,8 @@ USE_SYSTEM_CURL := yes
USE_SYSTEM_GUMBO := no
EOF
export XCFLAGS=-fPIC &amp;&amp;
make build=release shared=yes &amp;&amp;
export XCFLAGS=-fPIC &amp;&amp;
make build=release shared=yes verbose=yes &amp;&amp;
unset XCFLAGS</userinput></screen>
<para>
@ -152,7 +152,7 @@ unset XCFLAGS</userinput></screen>
</para>
<para>
Now, as the <systemitem class="username">root</systemitem> user:
Now, as the &root; user:
</para>
<screen role="root"><userinput>make prefix=/usr \
@ -160,7 +160,10 @@ unset XCFLAGS</userinput></screen>
docdir=/usr/share/doc/mupdf-&mupdf-version; \
install &amp;&amp;
chmod 755 /usr/lib/libmupdf.so &amp;&amp;
ln -sfv libmupdf.so.24.0 /usr/lib/libmupdf.so &amp;&amp;
ln -sfv libmupdf.so.24.0 /usr/lib/libmupdf.so.1 &amp;&amp;
chmod 755 /usr/lib/libmupdf.so.24.0 &amp;&amp;
ln -sfv mupdf-x11 /usr/bin/mupdf</userinput></screen>
</sect2>

View File

@ -5,7 +5,7 @@
%general-entities;
<!ENTITY adwaita-icon-theme-download-http
"&gnome-download-http;/adwaita-icon-theme/&gnome-45;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
"&gnome-download-http;/adwaita-icon-theme/&gnome-46;/adwaita-icon-theme-&adwaita-icon-theme-version;.tar.xz">
<!ENTITY adwaita-icon-theme-download-ftp " ">
<!ENTITY adwaita-icon-theme-md5sum "5da8657eb7b6eead02db7e35bbaea442">
<!ENTITY adwaita-icon-theme-size "4.4 MB">