All of lore.kernel.org
 help / color / mirror / Atom feed
From: Akira Yokosawa <akiyks@gmail.com>
To: Felipe Balbi <balbi@kernel.org>, "Paul E. McKenney" <paulmck@kernel.org>
Cc: "Дмитрий Дьяченко" <dimhen@gmail.com>,
	perfbook@vger.kernel.org, "Akira Yokosawa" <akiyks@gmail.com>
Subject: Re: [PATCH -perfbook] Makefile: Cope with GhostScript 9.53.0 or later
Date: Mon, 4 Jan 2021 00:13:28 +0900	[thread overview]
Message-ID: <1d95fe13-87e7-7f3b-35b0-489eddb714ab@gmail.com> (raw)
In-Reply-To: <87y2ha2i2i.fsf@kernel.org>

On Sun, 03 Jan 2021 16:47:33 +0200, Felipe Balbi wrote:
> 
> Hi,
> 
> Akira Yokosawa <akiyks@gmail.com> writes:
> 
>> From f04ab9441df5256aa9df73bb4fa005b43517f2f2 Mon Sep 17 00:00:00 2001
>> From: Akira Yokosawa <akiyks@gmail.com>
>> 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@gmail.com>
>> Reported-by: Felipe Balbi <balbi@kernel.org>
>> Signed-off-by: Akira Yokosawa <akiyks@gmail.com>
> 
> 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@kernel.org>
> 

I'll send a v2 with the updated commit log and your Tested-by:

        Thanks, Akira



  reply	other threads:[~2021-01-03 15:13 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-03 11:23 [PATCH -perfbook] Makefile: Cope with GhostScript 9.53.0 or later Akira Yokosawa
2021-01-03 14:47 ` Felipe Balbi
2021-01-03 15:13   ` Akira Yokosawa [this message]
2021-01-03 23:38 ` [PATCH v2 " Akira Yokosawa
2021-01-04  0:44   ` Paul E. McKenney
2021-01-04 13:22   ` Дмитрий Дьяченко

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1d95fe13-87e7-7f3b-35b0-489eddb714ab@gmail.com \
    --to=akiyks@gmail.com \
    --cc=balbi@kernel.org \
    --cc=dimhen@gmail.com \
    --cc=paulmck@kernel.org \
    --cc=perfbook@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.