Changeset 2864283c for general


Ignore:
Timestamp:
02/15/2024 08:52:32 PM (4 months ago)
Author:
Ken Moffat <ken@…>
Branches:
12.1, ken/TL2024, lazarus, trunk, xry111/llvm18
Children:
99c90fa
Parents:
98454b71
Message:

ImageMagick: remove redundant --with-gslib

Configure shows

checking for Ghostscript...
checking for ghostscript/iapi.h... yes
checking for ghostscript/ierrors.h... yes
checking for gsapi_new_instance in Ghostscript framework... no
checking for gsapi_new_instance in -lgs... yes
checking if Ghostscript package is complete... yes, using library.

Ghostscript lib --with-gslib=yes yes

and running 'display --version' includes gslib among the delegates.

I have not been able to find *where* it either links to, or
dynamically opens, libgs.so, but past quereies show that libgs was
used to open postscript files, Most of my local .ps files have
transparent backgrounds and look unreadable in 'display', but
using 'convert' to create jpegs gives a soemwhat readable result.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/genutils/imagemagick.xml

    r98454b71 r2864283c  
    305305
    306306    <para>
    307       <option>--with-gslib</option>: Enables support for the
    308       <application>Ghostscript</application> shared library.
    309     </para>
    310 
    311     <para>
    312307      <option>--with-rsvg</option>: Enables support for the
    313308      <application>librsvg</application> library.
Note: See TracChangeset for help on using the changeset viewer.