From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-06.nifty.com (conssluserg-06.nifty.com [210.131.2.91]) by sourceware.org (Postfix) with ESMTPS id 9CA9D3858418 for ; Mon, 6 Feb 2023 14:23:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9CA9D3858418 Authentication-Results: sourceware.org; dmarc=fail (p=none dis=none) header.from=nifty.ne.jp Authentication-Results: sourceware.org; spf=fail smtp.mailfrom=nifty.ne.jp Received: from HP-Z230 (aj135041.dynamic.ppp.asahi-net.or.jp [220.150.135.41]) (authenticated) by conssluserg-06.nifty.com with ESMTP id 316EN5L5032766 for ; Mon, 6 Feb 2023 23:23:05 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 316EN5L5032766 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1675693385; bh=N+50KwUArhzaXOD7XxN3JtvrIDiccTzX9NzCp3+WMUQ=; h=Date:From:To:Subject:In-Reply-To:References:From; b=plDJ6cTBnSDqvQImIPDRwXp15hoYZexdatfT51MtW65r6TVH5PLylGTzujgWIAjwO Ze+LvIUatROwxZMlku7JDTuRMSeIuvt+p4GLdGP+jYFNWOoGGaECKbt46gtxIphuLA 3oZyL0Z2LZVYM0AR8M9TRkQL16ECiHMoaXkQVby5lLheeAKCyH4ZTKnUdYj6LNphB1 tzixYG/+VLq06mFPh9ZfAzntLzjreQMfedPwmnWn+Da6INleTzur7T1Fg3NBqP8y1X CfS1hfHLRkn5Ltx/2YAot0YuJ+FuzeIFZsm4gaF4b0hjNJYpAtxne5yCp3VXIC9VH4 AZios0sy9Dhkg== X-Nifty-SrcIP: [220.150.135.41] Date: Mon, 6 Feb 2023 23:23:05 +0900 From: Takashi Yano To: "cygwin-apps@cygwin.com" Subject: Re: [ITA] pulseaudio (16.1) Message-Id: <20230206232305.f56998b731c57ece2a95cab3@nifty.ne.jp> In-Reply-To: <5e270ad2-073c-46a4-027e-65bfc59c5902@dronecode.org.uk> References: <20230205173725.232e6346224fd5d575d8eaf1@nifty.ne.jp> <5e270ad2-073c-46a4-027e-65bfc59c5902@dronecode.org.uk> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.8 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,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 Sun, 5 Feb 2023 16:34:07 +0000 Jon Turney wrote: > On 05/02/2023 08:37, Takashi Yano via Cygwin-apps wrote: > > I would like to take over the maintenance of pulseaudio > > package which is currently orphanded. I have already > > prepared the updated package at: > > > > https://tyan0.yr32.net/cygwin/x86_64/release/pulseaudio/ > > > src_compile() { > > cd ${S} > > inherit meson > > It's more conventional to write the inherits once at the start of the > cygport. > > Otherwise, looks good. Thanks for the advice. Now I am working on this package. Please wait a while. -- Takashi Yano