From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-ej1-x62a.google.com (mail-ej1-x62a.google.com [IPv6:2a00:1450:4864:20::62a]) by sourceware.org (Postfix) with ESMTPS id A3A65383E815 for ; Tue, 26 May 2020 15:42:40 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org A3A65383E815 Received: by mail-ej1-x62a.google.com with SMTP id o15so2956908ejm.12 for ; Tue, 26 May 2020 08:42:40 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:message-id:date :user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=llpMGn8Y4XK3oofrfDgLSX+bQYT/LNK4+7j5FYMfSF8=; b=H/nsIX6MkzHfqITxSPn+akXsQ1dIcdMOLI/+YbnSA5zB+bYacz620O7+c7XON6Ni1P +rUCBukJDjl89+bJZHpuik0wkFhoFZY8TV2IngPkX1Ew0et7y4hTgxGN+eQTDt8DpaIZ a4BrB+p0CeuzzA5DYgwtuVq7UJcFpfh8hl6pdIZOzFm4WNAzFmhxJeeLbuVvfA/5j1cq 6DBVeZ2wTYVPTlscLnjmRTGt2ebVy/sVGsvnIEGSypZDL0+kRRvW0ci3tgNhvg1M6D8R 6RKaQJwH9YRlZt28YQFuDaRE/REkypzTOdm+YdI7AaHWMBKykZ89TLwJPK7MqEe8pX54 gSXw== X-Gm-Message-State: AOAM530ql74acwBEfLG21C7nkd2JBIRLdhlecEOVQA30Y0yur5ug4BwC eJ41dqgRv/K/iAb7lWvRJ8u0nZmPz5Y= X-Google-Smtp-Source: ABdhPJwG1ZBKDY9K24vsU1z7N0MQEh+/y5r71waS2u3UpwdHGDZzxFg2QcljGcyjCDwGcwOAjyB6jw== X-Received: by 2002:a17:906:4815:: with SMTP id w21mr1715082ejq.533.1590507759640; Tue, 26 May 2020 08:42:39 -0700 (PDT) Received: from ?IPv6:2003:cc:9f40:7eef:b1fa:2d3a:fe50:dd99? (p200300cc9f407eefb1fa2d3afe50dd99.dip0.t-ipconnect.de. [2003:cc:9f40:7eef:b1fa:2d3a:fe50:dd99]) by smtp.gmail.com with ESMTPSA id dm23sm244885edb.0.2020.05.26.08.42.38 for (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Tue, 26 May 2020 08:42:39 -0700 (PDT) Subject: Re: [ITA] libmypaint To: cygwin-apps@cygwin.com References: <2f56afec-1c12-2e25-d348-9b32e8e4e77b@cornell.edu> From: Marco Atzeri Message-ID: Date: Tue, 26 May 2020 17:42:38 +0200 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:68.0) Gecko/20100101 Thunderbird/68.8.0 MIME-Version: 1.0 In-Reply-To: <2f56afec-1c12-2e25-d348-9b32e8e4e77b@cornell.edu> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Language: it Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-2.0 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin-apps@cygwin.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Cygwin package maintainer discussion list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 May 2020 15:42:41 -0000 On 26.05.2020 01:12, Ken Brown via Cygwin-apps wrote: > cygport file attached. > > The only notable change from Yaakov's cygport file is that upstream has > changed their library versioning scheme.  Previously the DLL was > cygmypaint-1-3-0.dll and the library package was called > libmypaint1.3_0.  Now the DLL is cygmypaint-0.dll, so I've called the > library package libmypaint0. > > This was a deliberate change, with much upstream discussion, so I don't > think I should mess with it. > > Ken changed maintainer. It seems there are only two applications usings the libmypaint1.3_0 so I see no problem in managing the change of name. $ cygcheck-dep -q -S -n libmypaint1.3_0 libmypaint1.3_0: is needed for ( gimp girepository-MyPaint1.3 libmypaint-devel ) cygmypaint-0.dll is also more standard name than cygmypaint-1-3-0.dll Regards Marco