From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lucy.dinwoodie.org (lucy.dinwoodie.org [IPv6:2001:8b0:de15:20ad:6beb:fd8f:c6fd:d1ac]) by sourceware.org (Postfix) with ESMTPS id 6E0563858D28 for ; Thu, 5 Jan 2023 13:49:36 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 6E0563858D28 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=dinwoodie.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=dinwoodie.org Received: from adam by lucy.dinwoodie.org with local (Exim 4.96) (envelope-from ) id 1pDQch-0008mn-0c for cygwin@cygwin.com; Thu, 05 Jan 2023 13:49:35 +0000 Date: Thu, 5 Jan 2023 13:49:35 +0000 From: Adam Dinwoodie To: cygwin@cygwin.com Subject: Re: Package request libinih & libinih-devel Message-ID: Reply-To: cygwin@cygwin.com References: <827312549.3990743.1672921877783.ref@mail.yahoo.com> <827312549.3990743.1672921877783@mail.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <827312549.3990743.1672921877783@mail.yahoo.com> X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Thu, 5 Jan 2023 at 12:32, miloskomarcevic--- wrote: > > Please package https://github.com/benhoyt/inih as it will be a new dependency for exiv2 > Thanks, and best regards, > Milos & the Exiv2 team Hi Milos, I've just attempted to package this for Cygwin. Are you able to test the packaging? The below command, run from a Cygwin Bash shell and assuming you have all the relevant dependencies already installed, should install the test package. curl -L https://github.com/me-and/Cygwin-inih/releases/download/v56-1/libinih-56-1.tar.xz | tar -xJC/ The test scripts seem to pass, but I'm not familiar with the library so I'm not able to test it's actually usable as packaged. If this works, I'm happy to submit this for packaging for Cygwin. If not, it'll need someone with more time and energy; I can look after a package that builds simply and straightforwardly, but I don't currently have the bandwidth to look after something more complex. Adam