Changeset 30d3d9d3


Ignore:
Timestamp:
04/12/2022 07:41:04 PM (2 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, trunk, xry111/llvm18, xry111/soup3, xry111/xf86-video-removal
Children:
246438e
Parents:
af1cf02f
Message:

Update to ghostscript-9.56.1.

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    raf1cf02f r30d3d9d3  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[bdubbs] - Update to ghostscript-9.56.1. Fixes
     49          <ulink url="&blfs-ticket-root;16375">#16375</ulink>.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[renodr] - Fix a typo in babl's meson.build file that causes it
    4953          to not build. Reported by John Burrell.</para>
  • packages.ent

    raf1cf02f r30d3d9d3  
    10901090<!ENTITY cups-version                 "2.4.1">
    10911091<!ENTITY cups-filters-version         "1.28.13">
    1092 <!ENTITY gs-version                   "9.56.0">
    1093 <!ENTITY gs-packver                   "9560">
     1092<!ENTITY gs-version                   "9.56.1">
     1093<!ENTITY gs-packver                   "9561">
    10941094<!ENTITY gutenprint-version           "5.3.4">
    10951095
  • pst/printing/gs.xml

    raf1cf02f r30d3d9d3  
    1010  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "115e7330d01d8ebff1f562fbbe4f35bb">
    13   <!ENTITY gs-size          "59 MB">
     12  <!ENTITY gs-md5sum        "46dabbb1554391a3d0d95ce8304363f0">
     13  <!ENTITY gs-size          "60 MB">
    1414  <!ENTITY gs-buildsize     "287 MB (with fonts and libgs.so)">
    1515  <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
     
    8989         Commenting this out since it's no longer needed, but keeping it for the
    9090         inevitable next time that we need a patch for this package.-->
     91<!--
    9192    <itemizedlist spacing="compact">
    9293      <listitem>
     
    9798      </listitem>
    9899    </itemizedlist>
    99 
     100-->
    100101    <para>
    101102      If you wish, you can download additional fonts.
     
    202203<screen><userinput>rm -rf freetype lcms2mt jpeg libpng openjpeg</userinput></screen>
    203204
    204 
     205<!--
    205206    <para>
    206207      Apply an upstream fix to prevent a build problem.
     
    208209
    209210<screen><userinput remap="pre">patch -Np1 -i ../ghostscript-&gs-version;-upstream_fix-1.patch</userinput></screen>
    210 
     211-->
    211212    <para>
    212213      Compile <application>Ghostscript</application>:
Note: See TracChangeset for help on using the changeset viewer.