Changeset 680a059 for packages.ent


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).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.