On Sun, 03 Jan 2021 16:47:33 +0200, Felipe Balbi wrote: > > Hi, > > Akira Yokosawa <akiyks@xxxxxxxxx> writes: > >> From f04ab9441df5256aa9df73bb4fa005b43517f2f2 Mon Sep 17 00:00:00 2001 >> From: Akira Yokosawa <akiyks@xxxxxxxxx> >> Date: Sun, 3 Jan 2021 19:15:25 +0900 >> Subject: [PATCH -perfbook] Makefile: Cope with GhostScript 9.53.0 or later >> MIME-Version: 1.0 >> Content-Type: text/plain; charset=UTF-8 >> Content-Transfer-Encoding: 8bit >> >> Combination of GhostScript 9.53.x and pstricks-base 3.01 requires >> an additional option of "gs" to enable transparency. >> >> Current version of a2ping can not cope with this change. >> >> Instead, use the pair of commands "ps2pdf" and "pdfcrop" for .eps >> files originated from .tex sources. >> >> Reported-by: Дмитрий Дьяченко <dimhen@xxxxxxxxx> >> Reported-by: Felipe Balbi <balbi@xxxxxxxxxx> >> Signed-off-by: Akira Yokosawa <akiyks@xxxxxxxxx> > > This seems to work fine, a few warnings during compilation of affected images: Thank you for testing this, Felipe. I'm aware of these messages and should have mentioned them in the commit log. .setopacityalpha comes from pstricks-base package's pstricks.pro, which defines prologue code. So pstricks-base will need yet another update when it becomes actually unavailable. I plan to keep these warning messages for a while. New commands in a Makefile might behave unexpectedly. I'm just cautious. ;-) > > SMPdesign/DiningPhilosopher4part-b.eps --> SMPdesign/DiningPhilosopher4part-b.pdf > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution > **** WARNING: .setopacityalpha is deprecated (as of 9.53.0) and will be removed in a future release > **** See .setfillconstantalpha/.setalphaisshape for the improved solution [...] > > Tested-by: Felipe Balbi <balbi@xxxxxxxxxx> > I'll send a v2 with the updated commit log and your Tested-by: Thanks, Akira