Changeset 680a059


Ignore:
Timestamp:
09/23/2022 08:03:40 AM (19 months ago)
Author:
Pierre Labastie <pierre.labastie@…>
Branches:
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/xf86-video-removal
Children:
d135c4e
Parents:
0858e01
git-author:
Pierre Labastie <pierre.labastie@…> (09/23/2022 07:59:09 AM)
git-committer:
Pierre Labastie <pierre.labastie@…> (09/23/2022 08:03:40 AM)
Message:

Update to ghostscript-10.00.0

Remove --enable-dynamic: upstream have hidden symbols in their shared
libraries because they were getting conflicts with other symbols in
some cases. The problem then is that the shared object X11.so module
symbols cannot be found by X11 libraries when loaded dynamically.
The solution is to have the module statically linked into the gs
binary itself (findings by Xi Ruoyao. removing --enable-dynamic is
upstream's advice).

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    r0858e01 r680a059  
    4343    -->
    4444    <listitem>
     45      <para>September 23rd, 2022</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[pierre] - Update to ghostscript-10.00.0. Fixes
     49          <ulink url="&blfs-ticket-root;17115">#17115</ulink>.</para>
     50        </listitem>
     51      </itemizedlist>
     52    </listitem>
     53
     54    <listitem>
    4555      <para>September 21st, 2022</para>
    4656      <itemizedlist>
  • packages.ent

    r0858e01 r680a059  
    962962<!ENTITY cups-version                 "2.4.2">
    963963<!ENTITY cups-filters-version         "1.28.16">
    964 <!ENTITY gs-version                   "9.56.1">
    965 <!ENTITY gs-packver                   "9561">
     964<!ENTITY gs-version                   "10.00.0">
     965<!ENTITY gs-dl-version                "10.0.0">
     966<!ENTITY gs-packver                   "1000">
    966967<!ENTITY gutenprint-version           "5.3.4">
    967968
  • pst/printing/gs.xml

    r0858e01 r680a059  
    55  %general-entities;
    66
    7   <!--  When updating, ensure gs9xx is updated in url -->
     7  <!--  When updating, ensure gs-packver is updated in packages.ent -->
    88
    99  <!ENTITY gs-download-http
    10   "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-version;.tar.xz">
     10  "https://github.com/ArtifexSoftware/ghostpdl-downloads/releases/download/gs&gs-packver;/ghostscript-&gs-dl-version;.tar.xz">
    1111  <!ENTITY gs-download-ftp  " ">
    12   <!ENTITY gs-md5sum        "46dabbb1554391a3d0d95ce8304363f0">
     12  <!ENTITY gs-md5sum        "c75560fdd05dc1f1daa33415156d5a20">
    1313  <!ENTITY gs-size          "60 MB">
    14   <!ENTITY gs-buildsize     "287 MB (with fonts and libgs.so)">
    15   <!ENTITY gs-time          "1.7 SBU (Using parallelism=4; with libgs.so)">
     14  <!ENTITY gs-buildsize     "377 MB (with fonts and libgs.so)">
     15  <!ENTITY gs-time          "1.9 SBU (Using parallelism=4; with libgs.so)">
    1616
    1717  <!ENTITY gs-standard-fonts-download
     
    218218./configure --prefix=/usr           \
    219219            --disable-compile-inits \
    220             --enable-dynamic        \
    221220            --with-system-libtiff   &amp;&amp;
    222221make</userinput></screen>
     
    226225        The shared library depends on <xref linkend="gtk3"/>. It is only used by
    227226        external programs like <xref linkend="asymptote"/>, <xref
    228         linkend="dvisvgm"/>, <xref linkend="imagemagick"/>, and <xref
    229         linkend="texlive"/>.
     227        linkend="dvisvgm"/>, and <xref linkend="imagemagick"/>.
    230228      </para>
    231229    </note>
Note: See TracChangeset for help on using the changeset viewer.