Changeset 606f413


Ignore:
Timestamp:
07/13/2024 12:32:32 AM (2 months ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
12.2, gimp3, lazarus, trunk, xry111/for-12.3, xry111/spidermonkey128
Children:
9aeac59
Parents:
33e3d3d4
Message:

Update to mupdf-1.24.6.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r33e3d3d4 r606f413  
    4242      <para>July 12th, 2024</para>
    4343      <itemizedlist>
     44        <listitem>
     45          <para>[bdubbs] - Update to mupdf-1.24.6. Fixes
     46          <ulink url="&blfs-ticket-root;20069">#20069</ulink>.</para>
     47        </listitem>
    4448        <listitem>
    4549          <para>[bdubbs] - Update to xwayland-24.1.1. Fixes
  • packages.ent

    r33e3d3d4 r606f413  
    12221222<!ENTITY epdfview-version             "gtk3-20200814">
    12231223<!ENTITY fop-version                  "2.9">
    1224 <!ENTITY mupdf-version                "1.24.5">
     1224<!ENTITY mupdf-version                "1.24.6">
    12251225<!ENTITY paps-version                 "0.8.0">
    12261226
  • pst/ps/mupdf.xml

    r33e3d3d4 r606f413  
    99  <!ENTITY mupdf-download-http "https://www.mupdf.com/downloads/archive/mupdf-&mupdf-version;-source.tar.gz">
    1010  <!ENTITY mupdf-download-ftp  " ">
    11   <!ENTITY mupdf-md5sum        "1940e7c2c6a45924ddaff162e6bab08f">
     11  <!ENTITY mupdf-md5sum        "e1ab4c16d2a8d305b4a3a120bae136f5">
    1212  <!ENTITY mupdf-size          "52 MB">
    1313  <!ENTITY mupdf-buildsize     "251 MB">
    1414  <!ENTITY mupdf-time          "0.2 SBU (Using parallelism=4)">
    15   <!ENTITY mupdf-lib-major     "24.5">
    16   <!ENTITY mupdf-lib-minor     "5">
     15  <!ENTITY mupdf-lib-major     "24.6">
     16  <!ENTITY mupdf-lib-minor     "6">
    1717]>
    1818
     
    9292    <bridgehead renderas="sect4">Recommended</bridgehead>
    9393    <para role="recommended">
    94       <!--<xref linkend="freeglut"/>, use of the bundled glut is preferred -->
    9594      <xref linkend="harfbuzz"/>,
    96       <!-- This no-longer gets linked in with our system libs patch
    97       <xref linkend="lcms2"/>, -->
    9895      <xref linkend="libjpeg"/>,
    9996      <xref linkend="openjpeg2"/>, and
     
    117114  <sect2 role="installation">
    118115    <title>Installation of MuPDF</title>
    119 <!--
    120     <para>First, fix the Makefile to link properly with the shared library:</para>
    121 
    122 <screen><userinput>sed -i '/MU.*_EXE. :/{
    123         s/\(.(MUPDF_LIB)\)\(.*\)$/\2 | \1/
    124         N
    125         s/$/ -lmupdf -L$(OUT)/
    126         }' Makefile</userinput></screen>
    127 -->
     116
    128117    <para>
    129118      Install <application>MuPDF</application> by running the following
Note: See TracChangeset for help on using the changeset viewer.