From patchwork Wed Jun 30 17:46:31 2021 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Adolf Belka X-Patchwork-Id: 4476 Return-Path: Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by web04.haj.ipfire.org (Postfix) with ESMTPS id 4GFTL70zQ5z3x7M for ; Wed, 30 Jun 2021 17:46:39 +0000 (UTC) Received: from mail02.haj.ipfire.org (mail02.haj.ipfire.org [172.28.1.201]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail02.haj.ipfire.org", Issuer "R3" (verified OK)) by mail01.ipfire.org (Postfix) with ESMTPS id 4GFTL65BDWz14p; Wed, 30 Jun 2021 17:46:38 +0000 (UTC) Received: from mail02.haj.ipfire.org (localhost [127.0.0.1]) by mail02.haj.ipfire.org (Postfix) with ESMTP id 4GFTL64R73z2yNd; Wed, 30 Jun 2021 17:46:38 +0000 (UTC) Received: from mail01.ipfire.org (mail01.haj.ipfire.org [172.28.1.202]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) client-signature ECDSA (P-384)) (Client CN "mail01.haj.ipfire.org", Issuer "R3" (verified OK)) by mail02.haj.ipfire.org (Postfix) with ESMTPS id 4GFTL54Gz9z2xLF for ; Wed, 30 Jun 2021 17:46:37 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384) server-digest SHA384) (No client certificate requested) by mail01.ipfire.org (Postfix) with ESMTPSA id 4GFTL45wTxz8h; Wed, 30 Jun 2021 17:46:36 +0000 (UTC) DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003ed25519; t=1625075196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pA4SNbQzd7tW+6ZLwLQQ3DomsQ7gVK2+5gEs+3yY/jI=; b=uZxxvmvzY98tPYSn9iRugUuh7ys2oR/b3YmC79V+qSTsSIqcIHHW8y8ZJRAW06AhqPpKjU pI+fmfLepMb/80AA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ipfire.org; s=202003rsa; t=1625075196; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=pA4SNbQzd7tW+6ZLwLQQ3DomsQ7gVK2+5gEs+3yY/jI=; b=fGk3CQq7+/VeVWfjMIkd8pROFXRHHdTWkX+rubiwbGQpVvqTXcbl0ualUMjjH7r3s/zcdi J798oDwOAbd15AITmPn0qeOyV43LpeM+gdNaIJcRtdBRJ8S5W3I8ghKK+TjMI4g4i6hbtj 9jnyLzcC2O/Rw3DNI4ncCm3OmRtHhsKcP306gJ4k26LP8nEgsHlR+nr/7FwVVdTtj6EL7d YN3sm0OZLtKiIHIX5O20iytuB0c1tVDcyPHe26PUjGtwvjkOTdPrGPG0PoYj2/ca9MsEgs UlnfTb1f1D0GUqS3gQ2AXKOdBqWkrtp1ACC6FUIeRVBxcQ/gPvBF3X1aCjx1Jw== From: Adolf Belka To: development@lists.ipfire.org Subject: [PATCH] ghostscript: Update version to 9.54.0 Date: Wed, 30 Jun 2021 19:46:31 +0200 Message-Id: <20210630174631.5118-1-adolf.belka@ipfire.org> MIME-Version: 1.0 X-BeenThere: development@lists.ipfire.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: IPFire development talk List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: development-bounces@lists.ipfire.org Sender: "Development" - Update from 9.53.3 to 9.54.0 - Update rootfile - delete patch related to FT_CALLBACK_DEF as fix has been implemented in the source tarball - Changelog highlights Version 9.54.0 (2021-03-30) The 9.54.0 release is a maintenance release, and also adds new functionality. Highlights in this release include: Overprint simulation is now available to all output devices, allowing quality previewing/proofing of PostScript and PDF jobs that rely on overprint. See the -dOverprint option documentation in: Overprint The "docxwrite" device adds the ability to output to Microsoft Word "docx" format. See: docxwrite The pdfwrite device is now capable of using the Tesseract OCR engine when it is built into Ghostscript to improve searchability and copy and paste functionality when the input lacks the metadata for that purpose. See: UseOCR Ghostscript/GhostPDL now includes a "map text to black" function, where text drawn by an input job (except when drawn using a Type 3 font) can be forced to draw in solid black. See: BlackText Ghostscript/GhostPDL now supports simple N-up imposition "internally". See: NupControl Our efforts in code hygiene and maintainability continue. The usual round of bug fixes, compatibility changes, and incremental improvements. Full details of above highlights can be found at https://www.ghostscript.com/doc/9.54.0/History9.htm Signed-off-by: Adolf Belka --- config/rootfiles/packages/ghostscript | 403 +++++++++--------- lfs/ghostscript | 7 +- ...K_DEF-with-Freetype-2.10.3-and-later.patch | 50 --- 3 files changed, 205 insertions(+), 255 deletions(-) delete mode 100644 src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch diff --git a/config/rootfiles/packages/ghostscript b/config/rootfiles/packages/ghostscript index 983d0b766..45337fc36 100644 --- a/config/rootfiles/packages/ghostscript +++ b/config/rootfiles/packages/ghostscript @@ -25,208 +25,209 @@ usr/bin/ps2ps usr/bin/ps2ps2 usr/bin/unix-lpr.sh #usr/share/doc/ghostscript -#usr/share/doc/ghostscript/9.53.3 -#usr/share/doc/ghostscript/9.53.3/API.htm -#usr/share/doc/ghostscript/9.53.3/C-style.htm -#usr/share/doc/ghostscript/9.53.3/COPYING -#usr/share/doc/ghostscript/9.53.3/Commprod.htm -#usr/share/doc/ghostscript/9.53.3/DLL.htm -#usr/share/doc/ghostscript/9.53.3/Deprecated.htm -#usr/share/doc/ghostscript/9.53.3/Develop.htm -#usr/share/doc/ghostscript/9.53.3/Devices.htm -#usr/share/doc/ghostscript/9.53.3/Drivers.htm -#usr/share/doc/ghostscript/9.53.3/Fonts.htm -#usr/share/doc/ghostscript/9.53.3/GS9_Color_Management.pdf -#usr/share/doc/ghostscript/9.53.3/History9.htm -#usr/share/doc/ghostscript/9.53.3/Install.htm -#usr/share/doc/ghostscript/9.53.3/Language.htm -#usr/share/doc/ghostscript/9.53.3/Lib.htm -#usr/share/doc/ghostscript/9.53.3/Make.htm -#usr/share/doc/ghostscript/9.53.3/News.htm -#usr/share/doc/ghostscript/9.53.3/Ps-style.htm -#usr/share/doc/ghostscript/9.53.3/Ps2epsi.htm -#usr/share/doc/ghostscript/9.53.3/Psfiles.htm -#usr/share/doc/ghostscript/9.53.3/Readme.htm -#usr/share/doc/ghostscript/9.53.3/Release.htm -#usr/share/doc/ghostscript/9.53.3/SavedPages.htm -#usr/share/doc/ghostscript/9.53.3/Source.htm -#usr/share/doc/ghostscript/9.53.3/Unix-lpr.htm -#usr/share/doc/ghostscript/9.53.3/Use.htm -#usr/share/doc/ghostscript/9.53.3/VectorDevices.htm -#usr/share/doc/ghostscript/9.53.3/WhatIsGS.htm -#usr/share/doc/ghostscript/9.53.3/gdevds32.c -#usr/share/doc/ghostscript/9.53.3/gs-style.css -#usr/share/doc/ghostscript/9.53.3/images -#usr/share/doc/ghostscript/9.53.3/images/Artifex_logo.png -#usr/share/doc/ghostscript/9.53.3/images/favicon.png -#usr/share/doc/ghostscript/9.53.3/images/ghostscript_logo.png -#usr/share/doc/ghostscript/9.53.3/images/hamburger-light.png -#usr/share/doc/ghostscript/9.53.3/images/x-light.png -#usr/share/doc/ghostscript/9.53.3/index.html -#usr/share/doc/ghostscript/9.53.3/index.js -#usr/share/doc/ghostscript/9.53.3/pscet_status.txt -#usr/share/doc/ghostscript/9.53.3/sample_downscale_device.htm -#usr/share/doc/ghostscript/9.53.3/style.css -#usr/share/doc/ghostscript/9.53.3/subclass.htm -#usr/share/doc/ghostscript/9.53.3/thirdparty.htm +#usr/share/doc/ghostscript/9.54.0 +#usr/share/doc/ghostscript/9.54.0/API.htm +#usr/share/doc/ghostscript/9.54.0/C-style.htm +#usr/share/doc/ghostscript/9.54.0/COPYING +#usr/share/doc/ghostscript/9.54.0/Commprod.htm +#usr/share/doc/ghostscript/9.54.0/DLL.htm +#usr/share/doc/ghostscript/9.54.0/Deprecated.htm +#usr/share/doc/ghostscript/9.54.0/Develop.htm +#usr/share/doc/ghostscript/9.54.0/Devices.htm +#usr/share/doc/ghostscript/9.54.0/Drivers.htm +#usr/share/doc/ghostscript/9.54.0/Fonts.htm +#usr/share/doc/ghostscript/9.54.0/GS9_Color_Management.pdf +#usr/share/doc/ghostscript/9.54.0/History9.htm +#usr/share/doc/ghostscript/9.54.0/Install.htm +#usr/share/doc/ghostscript/9.54.0/Language.htm +#usr/share/doc/ghostscript/9.54.0/Lib.htm +#usr/share/doc/ghostscript/9.54.0/Make.htm +#usr/share/doc/ghostscript/9.54.0/News.htm +#usr/share/doc/ghostscript/9.54.0/Ps-style.htm +#usr/share/doc/ghostscript/9.54.0/Ps2epsi.htm +#usr/share/doc/ghostscript/9.54.0/Psfiles.htm +#usr/share/doc/ghostscript/9.54.0/Readme.htm +#usr/share/doc/ghostscript/9.54.0/Release.htm +#usr/share/doc/ghostscript/9.54.0/SavedPages.htm +#usr/share/doc/ghostscript/9.54.0/Source.htm +#usr/share/doc/ghostscript/9.54.0/Unix-lpr.htm +#usr/share/doc/ghostscript/9.54.0/Use.htm +#usr/share/doc/ghostscript/9.54.0/VectorDevices.htm +#usr/share/doc/ghostscript/9.54.0/WhatIsGS.htm +#usr/share/doc/ghostscript/9.54.0/gdevds32.c +#usr/share/doc/ghostscript/9.54.0/gs-style.css +#usr/share/doc/ghostscript/9.54.0/images +#usr/share/doc/ghostscript/9.54.0/images/Artifex_logo.png +#usr/share/doc/ghostscript/9.54.0/images/favicon.png +#usr/share/doc/ghostscript/9.54.0/images/ghostscript_logo.png +#usr/share/doc/ghostscript/9.54.0/images/hamburger-light.png +#usr/share/doc/ghostscript/9.54.0/images/x-light.png +#usr/share/doc/ghostscript/9.54.0/index.html +#usr/share/doc/ghostscript/9.54.0/index.js +#usr/share/doc/ghostscript/9.54.0/pscet_status.txt +#usr/share/doc/ghostscript/9.54.0/sample_downscale_device.htm +#usr/share/doc/ghostscript/9.54.0/style.css +#usr/share/doc/ghostscript/9.54.0/subclass.htm +#usr/share/doc/ghostscript/9.54.0/thirdparty.htm #usr/share/ghostscript -#usr/share/ghostscript/9.53.3 -#usr/share/ghostscript/9.53.3/lib -#usr/share/ghostscript/9.53.3/lib/PDFA_def.ps -#usr/share/ghostscript/9.53.3/lib/PDFX_def.ps -#usr/share/ghostscript/9.53.3/lib/PM760p.upp -#usr/share/ghostscript/9.53.3/lib/PM760pl.upp -#usr/share/ghostscript/9.53.3/lib/PM820p.upp -#usr/share/ghostscript/9.53.3/lib/PM820pl.upp -#usr/share/ghostscript/9.53.3/lib/Stc670p.upp -#usr/share/ghostscript/9.53.3/lib/Stc670pl.upp -#usr/share/ghostscript/9.53.3/lib/Stc680p.upp -#usr/share/ghostscript/9.53.3/lib/Stc680pl.upp -#usr/share/ghostscript/9.53.3/lib/Stc740p.upp -#usr/share/ghostscript/9.53.3/lib/Stc740pl.upp -#usr/share/ghostscript/9.53.3/lib/Stc760p.upp -#usr/share/ghostscript/9.53.3/lib/Stc760pl.upp -#usr/share/ghostscript/9.53.3/lib/Stc777p.upp -#usr/share/ghostscript/9.53.3/lib/Stc777pl.upp -#usr/share/ghostscript/9.53.3/lib/Stp720p.upp -#usr/share/ghostscript/9.53.3/lib/Stp720pl.upp -#usr/share/ghostscript/9.53.3/lib/Stp870p.upp -#usr/share/ghostscript/9.53.3/lib/Stp870pl.upp -#usr/share/ghostscript/9.53.3/lib/acctest.ps -#usr/share/ghostscript/9.53.3/lib/align.ps -#usr/share/ghostscript/9.53.3/lib/bj8.rpd -#usr/share/ghostscript/9.53.3/lib/bj8gc12f.upp -#usr/share/ghostscript/9.53.3/lib/bj8hg12f.upp -#usr/share/ghostscript/9.53.3/lib/bj8oh06n.upp -#usr/share/ghostscript/9.53.3/lib/bj8pa06n.upp -#usr/share/ghostscript/9.53.3/lib/bj8pp12f.upp -#usr/share/ghostscript/9.53.3/lib/bj8ts06n.upp -#usr/share/ghostscript/9.53.3/lib/bjc6000a1.upp -#usr/share/ghostscript/9.53.3/lib/bjc6000b1.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a0.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a1.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a2.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a3.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a4.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a5.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a6.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a7.upp -#usr/share/ghostscript/9.53.3/lib/bjc610a8.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b1.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b2.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b3.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b4.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b6.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b7.upp -#usr/share/ghostscript/9.53.3/lib/bjc610b8.upp -#usr/share/ghostscript/9.53.3/lib/caption.ps -#usr/share/ghostscript/9.53.3/lib/cbjc600.ppd -#usr/share/ghostscript/9.53.3/lib/cbjc800.ppd -#usr/share/ghostscript/9.53.3/lib/cdj550.upp -#usr/share/ghostscript/9.53.3/lib/cdj690.upp -#usr/share/ghostscript/9.53.3/lib/cdj690ec.upp -#usr/share/ghostscript/9.53.3/lib/cid2code.ps -#usr/share/ghostscript/9.53.3/lib/dnj750c.upp -#usr/share/ghostscript/9.53.3/lib/dnj750m.upp -#usr/share/ghostscript/9.53.3/lib/docie.ps -#usr/share/ghostscript/9.53.3/lib/font2pcl.ps -#usr/share/ghostscript/9.53.3/lib/ghostpdf.ppd -#usr/share/ghostscript/9.53.3/lib/gs_ce_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_il2_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_kanji.ps -#usr/share/ghostscript/9.53.3/lib/gs_ksb_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_l.xbm -#usr/share/ghostscript/9.53.3/lib/gs_l.xpm -#usr/share/ghostscript/9.53.3/lib/gs_l_m.xbm -#usr/share/ghostscript/9.53.3/lib/gs_lgo_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_lgx_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_m.xbm -#usr/share/ghostscript/9.53.3/lib/gs_m.xpm -#usr/share/ghostscript/9.53.3/lib/gs_m_m.xbm -#usr/share/ghostscript/9.53.3/lib/gs_s.xbm -#usr/share/ghostscript/9.53.3/lib/gs_s.xpm -#usr/share/ghostscript/9.53.3/lib/gs_s_m.xbm -#usr/share/ghostscript/9.53.3/lib/gs_t.xbm -#usr/share/ghostscript/9.53.3/lib/gs_t.xpm -#usr/share/ghostscript/9.53.3/lib/gs_t_m.xbm -#usr/share/ghostscript/9.53.3/lib/gs_wl1_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_wl2_e.ps -#usr/share/ghostscript/9.53.3/lib/gs_wl5_e.ps -#usr/share/ghostscript/9.53.3/lib/gslp.ps -#usr/share/ghostscript/9.53.3/lib/gsnup.ps -#usr/share/ghostscript/9.53.3/lib/ht_ccsto.ps -#usr/share/ghostscript/9.53.3/lib/image-qa.ps -#usr/share/ghostscript/9.53.3/lib/jispaper.ps -#usr/share/ghostscript/9.53.3/lib/landscap.ps -#usr/share/ghostscript/9.53.3/lib/lines.ps -#usr/share/ghostscript/9.53.3/lib/mkcidfm.ps -#usr/share/ghostscript/9.53.3/lib/necp2x.upp -#usr/share/ghostscript/9.53.3/lib/necp2x6.upp -#usr/share/ghostscript/9.53.3/lib/pdf2dsc.ps -#usr/share/ghostscript/9.53.3/lib/pdf_info.ps -#usr/share/ghostscript/9.53.3/lib/pf2afm.ps -#usr/share/ghostscript/9.53.3/lib/pfbtopfa.ps -#usr/share/ghostscript/9.53.3/lib/ppath.ps -#usr/share/ghostscript/9.53.3/lib/pphs.ps -#usr/share/ghostscript/9.53.3/lib/prfont.ps -#usr/share/ghostscript/9.53.3/lib/printafm.ps -#usr/share/ghostscript/9.53.3/lib/ps2ai.ps -#usr/share/ghostscript/9.53.3/lib/ps2epsi.ps -#usr/share/ghostscript/9.53.3/lib/ras1.upp -#usr/share/ghostscript/9.53.3/lib/ras24.upp -#usr/share/ghostscript/9.53.3/lib/ras3.upp -#usr/share/ghostscript/9.53.3/lib/ras32.upp -#usr/share/ghostscript/9.53.3/lib/ras4.upp -#usr/share/ghostscript/9.53.3/lib/ras8m.upp -#usr/share/ghostscript/9.53.3/lib/rollconv.ps -#usr/share/ghostscript/9.53.3/lib/s400a1.upp -#usr/share/ghostscript/9.53.3/lib/s400b1.upp -#usr/share/ghostscript/9.53.3/lib/sharp.upp -#usr/share/ghostscript/9.53.3/lib/sipixa6.upp -#usr/share/ghostscript/9.53.3/lib/st640ih.upp -#usr/share/ghostscript/9.53.3/lib/st640ihg.upp -#usr/share/ghostscript/9.53.3/lib/st640p.upp -#usr/share/ghostscript/9.53.3/lib/st640pg.upp -#usr/share/ghostscript/9.53.3/lib/st640pl.upp -#usr/share/ghostscript/9.53.3/lib/st640plg.upp -#usr/share/ghostscript/9.53.3/lib/stc.upp -#usr/share/ghostscript/9.53.3/lib/stc1520h.upp -#usr/share/ghostscript/9.53.3/lib/stc2.upp -#usr/share/ghostscript/9.53.3/lib/stc200_h.upp -#usr/share/ghostscript/9.53.3/lib/stc2_h.upp -#usr/share/ghostscript/9.53.3/lib/stc2s_h.upp -#usr/share/ghostscript/9.53.3/lib/stc300.upp -#usr/share/ghostscript/9.53.3/lib/stc300bl.upp -#usr/share/ghostscript/9.53.3/lib/stc300bm.upp -#usr/share/ghostscript/9.53.3/lib/stc500p.upp -#usr/share/ghostscript/9.53.3/lib/stc500ph.upp -#usr/share/ghostscript/9.53.3/lib/stc600ih.upp -#usr/share/ghostscript/9.53.3/lib/stc600p.upp -#usr/share/ghostscript/9.53.3/lib/stc600pl.upp -#usr/share/ghostscript/9.53.3/lib/stc640p.upp -#usr/share/ghostscript/9.53.3/lib/stc740ih.upp -#usr/share/ghostscript/9.53.3/lib/stc800ih.upp -#usr/share/ghostscript/9.53.3/lib/stc800p.upp -#usr/share/ghostscript/9.53.3/lib/stc800pl.upp -#usr/share/ghostscript/9.53.3/lib/stc_h.upp -#usr/share/ghostscript/9.53.3/lib/stc_l.upp -#usr/share/ghostscript/9.53.3/lib/stcany.upp -#usr/share/ghostscript/9.53.3/lib/stcany_h.upp -#usr/share/ghostscript/9.53.3/lib/stcinfo.ps -#usr/share/ghostscript/9.53.3/lib/stcolor.ps -#usr/share/ghostscript/9.53.3/lib/stocht.ps -#usr/share/ghostscript/9.53.3/lib/traceimg.ps -#usr/share/ghostscript/9.53.3/lib/traceop.ps -#usr/share/ghostscript/9.53.3/lib/uninfo.ps -#usr/share/ghostscript/9.53.3/lib/viewcmyk.ps -#usr/share/ghostscript/9.53.3/lib/viewgif.ps -#usr/share/ghostscript/9.53.3/lib/viewjpeg.ps -#usr/share/ghostscript/9.53.3/lib/viewmiff.ps -#usr/share/ghostscript/9.53.3/lib/viewpbm.ps -#usr/share/ghostscript/9.53.3/lib/viewpcx.ps -#usr/share/ghostscript/9.53.3/lib/viewps2a.ps -#usr/share/ghostscript/9.53.3/lib/winmaps.ps -#usr/share/ghostscript/9.53.3/lib/zeroline.ps +#usr/share/ghostscript/9.54.0 +#usr/share/ghostscript/9.54.0/lib +usr/share/ghostscript/9.54.0/lib/PDFA_def.ps +usr/share/ghostscript/9.54.0/lib/PDFX_def.ps +usr/share/ghostscript/9.54.0/lib/PM760p.upp +usr/share/ghostscript/9.54.0/lib/PM760pl.upp +usr/share/ghostscript/9.54.0/lib/PM820p.upp +usr/share/ghostscript/9.54.0/lib/PM820pl.upp +usr/share/ghostscript/9.54.0/lib/Stc670p.upp +usr/share/ghostscript/9.54.0/lib/Stc670pl.upp +usr/share/ghostscript/9.54.0/lib/Stc680p.upp +usr/share/ghostscript/9.54.0/lib/Stc680pl.upp +usr/share/ghostscript/9.54.0/lib/Stc740p.upp +usr/share/ghostscript/9.54.0/lib/Stc740pl.upp +usr/share/ghostscript/9.54.0/lib/Stc760p.upp +usr/share/ghostscript/9.54.0/lib/Stc760pl.upp +usr/share/ghostscript/9.54.0/lib/Stc777p.upp +usr/share/ghostscript/9.54.0/lib/Stc777pl.upp +usr/share/ghostscript/9.54.0/lib/Stp720p.upp +usr/share/ghostscript/9.54.0/lib/Stp720pl.upp +usr/share/ghostscript/9.54.0/lib/Stp870p.upp +usr/share/ghostscript/9.54.0/lib/Stp870pl.upp +usr/share/ghostscript/9.54.0/lib/acctest.ps +usr/share/ghostscript/9.54.0/lib/align.ps +usr/share/ghostscript/9.54.0/lib/bj8.rpd +usr/share/ghostscript/9.54.0/lib/bj8gc12f.upp +usr/share/ghostscript/9.54.0/lib/bj8hg12f.upp +usr/share/ghostscript/9.54.0/lib/bj8oh06n.upp +usr/share/ghostscript/9.54.0/lib/bj8pa06n.upp +usr/share/ghostscript/9.54.0/lib/bj8pp12f.upp +usr/share/ghostscript/9.54.0/lib/bj8ts06n.upp +usr/share/ghostscript/9.54.0/lib/bjc6000a1.upp +usr/share/ghostscript/9.54.0/lib/bjc6000b1.upp +usr/share/ghostscript/9.54.0/lib/bjc610a0.upp +usr/share/ghostscript/9.54.0/lib/bjc610a1.upp +usr/share/ghostscript/9.54.0/lib/bjc610a2.upp +usr/share/ghostscript/9.54.0/lib/bjc610a3.upp +usr/share/ghostscript/9.54.0/lib/bjc610a4.upp +usr/share/ghostscript/9.54.0/lib/bjc610a5.upp +usr/share/ghostscript/9.54.0/lib/bjc610a6.upp +usr/share/ghostscript/9.54.0/lib/bjc610a7.upp +usr/share/ghostscript/9.54.0/lib/bjc610a8.upp +usr/share/ghostscript/9.54.0/lib/bjc610b1.upp +usr/share/ghostscript/9.54.0/lib/bjc610b2.upp +usr/share/ghostscript/9.54.0/lib/bjc610b3.upp +usr/share/ghostscript/9.54.0/lib/bjc610b4.upp +usr/share/ghostscript/9.54.0/lib/bjc610b6.upp +usr/share/ghostscript/9.54.0/lib/bjc610b7.upp +usr/share/ghostscript/9.54.0/lib/bjc610b8.upp +usr/share/ghostscript/9.54.0/lib/caption.ps +usr/share/ghostscript/9.54.0/lib/cbjc600.ppd +usr/share/ghostscript/9.54.0/lib/cbjc800.ppd +usr/share/ghostscript/9.54.0/lib/cdj550.upp +usr/share/ghostscript/9.54.0/lib/cdj690.upp +usr/share/ghostscript/9.54.0/lib/cdj690ec.upp +usr/share/ghostscript/9.54.0/lib/cid2code.ps +usr/share/ghostscript/9.54.0/lib/dnj750c.upp +usr/share/ghostscript/9.54.0/lib/dnj750m.upp +usr/share/ghostscript/9.54.0/lib/docie.ps +usr/share/ghostscript/9.54.0/lib/font2pcl.ps +usr/share/ghostscript/9.54.0/lib/ghostpdf.ppd +usr/share/ghostscript/9.54.0/lib/gs_ce_e.ps +usr/share/ghostscript/9.54.0/lib/gs_css_e.ps +usr/share/ghostscript/9.54.0/lib/gs_il2_e.ps +usr/share/ghostscript/9.54.0/lib/gs_kanji.ps +usr/share/ghostscript/9.54.0/lib/gs_ksb_e.ps +usr/share/ghostscript/9.54.0/lib/gs_l.xbm +usr/share/ghostscript/9.54.0/lib/gs_l.xpm +usr/share/ghostscript/9.54.0/lib/gs_l_m.xbm +usr/share/ghostscript/9.54.0/lib/gs_lgo_e.ps +usr/share/ghostscript/9.54.0/lib/gs_lgx_e.ps +usr/share/ghostscript/9.54.0/lib/gs_m.xbm +usr/share/ghostscript/9.54.0/lib/gs_m.xpm +usr/share/ghostscript/9.54.0/lib/gs_m_m.xbm +usr/share/ghostscript/9.54.0/lib/gs_s.xbm +usr/share/ghostscript/9.54.0/lib/gs_s.xpm +usr/share/ghostscript/9.54.0/lib/gs_s_m.xbm +usr/share/ghostscript/9.54.0/lib/gs_t.xbm +usr/share/ghostscript/9.54.0/lib/gs_t.xpm +usr/share/ghostscript/9.54.0/lib/gs_t_m.xbm +usr/share/ghostscript/9.54.0/lib/gs_wl1_e.ps +usr/share/ghostscript/9.54.0/lib/gs_wl2_e.ps +usr/share/ghostscript/9.54.0/lib/gs_wl5_e.ps +usr/share/ghostscript/9.54.0/lib/gslp.ps +usr/share/ghostscript/9.54.0/lib/gsnup.ps +usr/share/ghostscript/9.54.0/lib/ht_ccsto.ps +usr/share/ghostscript/9.54.0/lib/image-qa.ps +usr/share/ghostscript/9.54.0/lib/jispaper.ps +usr/share/ghostscript/9.54.0/lib/landscap.ps +usr/share/ghostscript/9.54.0/lib/lines.ps +usr/share/ghostscript/9.54.0/lib/mkcidfm.ps +usr/share/ghostscript/9.54.0/lib/necp2x.upp +usr/share/ghostscript/9.54.0/lib/necp2x6.upp +usr/share/ghostscript/9.54.0/lib/pdf2dsc.ps +usr/share/ghostscript/9.54.0/lib/pdf_info.ps +usr/share/ghostscript/9.54.0/lib/pf2afm.ps +usr/share/ghostscript/9.54.0/lib/pfbtopfa.ps +usr/share/ghostscript/9.54.0/lib/ppath.ps +usr/share/ghostscript/9.54.0/lib/pphs.ps +usr/share/ghostscript/9.54.0/lib/prfont.ps +usr/share/ghostscript/9.54.0/lib/printafm.ps +usr/share/ghostscript/9.54.0/lib/ps2ai.ps +usr/share/ghostscript/9.54.0/lib/ps2epsi.ps +usr/share/ghostscript/9.54.0/lib/ras1.upp +usr/share/ghostscript/9.54.0/lib/ras24.upp +usr/share/ghostscript/9.54.0/lib/ras3.upp +usr/share/ghostscript/9.54.0/lib/ras32.upp +usr/share/ghostscript/9.54.0/lib/ras4.upp +usr/share/ghostscript/9.54.0/lib/ras8m.upp +usr/share/ghostscript/9.54.0/lib/rollconv.ps +usr/share/ghostscript/9.54.0/lib/s400a1.upp +usr/share/ghostscript/9.54.0/lib/s400b1.upp +usr/share/ghostscript/9.54.0/lib/sharp.upp +usr/share/ghostscript/9.54.0/lib/sipixa6.upp +usr/share/ghostscript/9.54.0/lib/st640ih.upp +usr/share/ghostscript/9.54.0/lib/st640ihg.upp +usr/share/ghostscript/9.54.0/lib/st640p.upp +usr/share/ghostscript/9.54.0/lib/st640pg.upp +usr/share/ghostscript/9.54.0/lib/st640pl.upp +usr/share/ghostscript/9.54.0/lib/st640plg.upp +usr/share/ghostscript/9.54.0/lib/stc.upp +usr/share/ghostscript/9.54.0/lib/stc1520h.upp +usr/share/ghostscript/9.54.0/lib/stc2.upp +usr/share/ghostscript/9.54.0/lib/stc200_h.upp +usr/share/ghostscript/9.54.0/lib/stc2_h.upp +usr/share/ghostscript/9.54.0/lib/stc2s_h.upp +usr/share/ghostscript/9.54.0/lib/stc300.upp +usr/share/ghostscript/9.54.0/lib/stc300bl.upp +usr/share/ghostscript/9.54.0/lib/stc300bm.upp +usr/share/ghostscript/9.54.0/lib/stc500p.upp +usr/share/ghostscript/9.54.0/lib/stc500ph.upp +usr/share/ghostscript/9.54.0/lib/stc600ih.upp +usr/share/ghostscript/9.54.0/lib/stc600p.upp +usr/share/ghostscript/9.54.0/lib/stc600pl.upp +usr/share/ghostscript/9.54.0/lib/stc640p.upp +usr/share/ghostscript/9.54.0/lib/stc740ih.upp +usr/share/ghostscript/9.54.0/lib/stc800ih.upp +usr/share/ghostscript/9.54.0/lib/stc800p.upp +usr/share/ghostscript/9.54.0/lib/stc800pl.upp +usr/share/ghostscript/9.54.0/lib/stc_h.upp +usr/share/ghostscript/9.54.0/lib/stc_l.upp +usr/share/ghostscript/9.54.0/lib/stcany.upp +usr/share/ghostscript/9.54.0/lib/stcany_h.upp +usr/share/ghostscript/9.54.0/lib/stcinfo.ps +usr/share/ghostscript/9.54.0/lib/stcolor.ps +usr/share/ghostscript/9.54.0/lib/stocht.ps +usr/share/ghostscript/9.54.0/lib/traceimg.ps +usr/share/ghostscript/9.54.0/lib/traceop.ps +usr/share/ghostscript/9.54.0/lib/uninfo.ps +usr/share/ghostscript/9.54.0/lib/viewcmyk.ps +usr/share/ghostscript/9.54.0/lib/viewgif.ps +usr/share/ghostscript/9.54.0/lib/viewjpeg.ps +usr/share/ghostscript/9.54.0/lib/viewmiff.ps +usr/share/ghostscript/9.54.0/lib/viewpbm.ps +usr/share/ghostscript/9.54.0/lib/viewpcx.ps +usr/share/ghostscript/9.54.0/lib/viewps2a.ps +usr/share/ghostscript/9.54.0/lib/winmaps.ps +usr/share/ghostscript/9.54.0/lib/zeroline.ps #usr/share/ghostscript/fonts #usr/share/ghostscript/fonts/COPYING #usr/share/ghostscript/fonts/ChangeLog diff --git a/lfs/ghostscript b/lfs/ghostscript index 696f95b29..1ee14a16e 100644 --- a/lfs/ghostscript +++ b/lfs/ghostscript @@ -24,7 +24,7 @@ include Config -VER = 9.53.3 +VER = 9.54.0 THISAPP = ghostscript-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE) DIR_APP = $(DIR_SRC)/$(THISAPP) TARGET = $(DIR_INFO)/$(THISAPP) PROG = ghostscript -PAK_VER = 7 +PAK_VER = 8 DEPS = cups dbus libtiff @@ -48,7 +48,7 @@ $(DL_FILE) = $(DL_FROM)/$(DL_FILE) ghostscript-fonts-std-8.11.tar.gz = $(URL_IPFIRE)/ghostscript-fonts-std-8.11.tar.gz gnu-gs-fonts-other-6.0.tar.gz = $(URL_IPFIRE)/gnu-gs-fonts-other-6.0.tar.gz -$(DL_FILE)_MD5 = bf0b41d6e19fdeb4b050afad309248d2 +$(DL_FILE)_MD5 = 72535d31018129a1a8ff636a47ba1f92 ghostscript-fonts-std-8.11.tar.gz_MD5 = 6865682b095f8c4500c54b285ff05ef6 gnu-gs-fonts-other-6.0.tar.gz_MD5 = 33457d3f37de7ef03d2eea05a9e6aa4f @@ -83,7 +83,6 @@ $(subst %,%_MD5,$(objects)) : $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) @$(PREBUILD) @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar axf $(DIR_DL)/$(DL_FILE) - cd $(DIR_APP) && patch -Np1 -i $(DIR_SRC)/src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch cd $(DIR_APP) && rm -rf expat freetype icclib jasper jpeg jpegxr \ lcms lcms2 libpng openjpeg zlib cups/libs cd $(DIR_APP) && \ diff --git a/src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch b/src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch deleted file mode 100644 index 78014667d..000000000 --- a/src/patches/ghostscript-drop-use-of-FT_CALLBACK_DEF-with-Freetype-2.10.3-and-later.patch +++ /dev/null @@ -1,50 +0,0 @@ -From 41ef9a0bc36b9db7115fbe9623f989bfb47bbade Mon Sep 17 00:00:00 2001 -From: Chris Liddell -Date: Tue, 20 Oct 2020 09:49:45 +0100 -Subject: [PATCH] Bug 702985: drop use of FT_CALLBACK_DEF() def - -From 2.10.3, Freetype disappeared the FT_CALLBACK_DEF() macro, which is what -we used when defining our callbacks from Freetype. - -No guidance forthcoming from the Freetype developer who made those changes, -so change to explicitly declaring the callbacks file static. - -Should fix the reported build failures. ---- - base/fapi_ft.c | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) - -diff --git a/base/fapi_ft.c b/base/fapi_ft.c -index 65fa6dcf4..21aef2f06 100644 ---- a/base/fapi_ft.c -+++ b/base/fapi_ft.c -@@ -125,7 +125,7 @@ static void - delete_inc_int_info(gs_fapi_server * a_server, - FT_IncrementalRec * a_inc_int_info); - --FT_CALLBACK_DEF(void *) -+static void * - FF_alloc(FT_Memory memory, long size) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; -@@ -133,7 +133,7 @@ FF_alloc(FT_Memory memory, long size) - return (gs_malloc(mem, size, 1, "FF_alloc")); - } - --FT_CALLBACK_DEF(void *) -+static void * - FF_realloc(FT_Memory memory, long cur_size, long new_size, void *block) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; -@@ -153,7 +153,7 @@ FT_CALLBACK_DEF(void *) - return (tmp); - } - --FT_CALLBACK_DEF(void) -+static void - FF_free(FT_Memory memory, void *block) - { - gs_memory_t *mem = (gs_memory_t *) memory->user; --- -2.17.1 -