From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-04.nifty.com (conssluserg-04.nifty.com [210.131.2.83]) by sourceware.org (Postfix) with ESMTPS id 3B8223858D1E for ; Mon, 6 Feb 2023 12:21:52 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 3B8223858D1E 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-04.nifty.com with ESMTP id 316CLUDE004794 for ; Mon, 6 Feb 2023 21:21:31 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-04.nifty.com 316CLUDE004794 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1675686091; bh=uW4gIQo7c75HQc6DIwpYrCuri+i9d5s3DPRczKy0suY=; h=Date:From:To:Subject:In-Reply-To:References:From; b=unEeYEAPENRJdYc61HPpezs7mK7TGbnsY1MSITSPPsblTXVYavripoZ87mu512kzu E5pUiU+OYKVeuJ8r7ZQ8dJty2vCu92JsVAyBwkJI6lgKNxnzEDK4jGeeqHBKAEvMIK qH2iw1GXLreyTpG1eGRdpD0wnO31mezMqFsZw2svbJDcf2odgEV7rzJfcOiQ6TGbdv zTOdOKwe0lw50NcURheV9FE7LZOyTONTOuOKGx4G0NwJ7U+IXZuvDoLp2AqMz/kvQc ihN3IQUE2DE1V1tp+7zIEigqchlBOuEOIY2NHsSR19oRvjrMSuvItTlgLHBsIC3Mvm piMVmDfqiah5g== X-Nifty-SrcIP: [220.150.135.41] Date: Mon, 6 Feb 2023 21:21:30 +0900 From: Takashi Yano To: cygwin-apps@cygwin.com Subject: Re: List [ITP],[ITA] by me Message-Id: <20230206212130.22e1a465e2eeb8f467afdeaa@nifty.ne.jp> In-Reply-To: References: <20230205174024.3fd85a3c1dfb33e0c34aafa5@nifty.ne.jp> 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:33:45 +0000 Jon Turney wrote: > On 05/02/2023 08:40, Takashi Yano via Cygwin-apps wrote: > > The list of ITPs and ITAs I recently proposed, is as follows. > > Sorry, there are so many, but thank you in advance. > > No problem. I'll try to give them all the attention they deserve. Thank you very much! > > [ITP] > > AMF: for ffmpeg (new) > > aom: for ffmpeg (new) > > faad2 : for moc > > fdk-aac-free : for ffmpeg (new) > > ffmpeg : for moc (under discussion) > > libopusenc : for opus-tools > > mfx_dispatch : for ffmpeg (new) > > moc > > nv-codec-headers : for ffmpeg (new) > > I have a question about how this (and AMF I guess) works. > > Are these headers which implement the whole codec? or do they expect the > codec to be accessible via the driver somehow? nv-codec-headers provides header files which dynamically loads nvcuda.dll, nvcuvid.dll and nvEncodeAPI{,64}.dll. Similary, AMF loads amfrt{64,32}.dll dinamically. The codec itself is implemented in the dlls which is provided by nVidia/AMD. mfx_dispatch also does the similar. It loads some dlls dynamically privided by Intel. > > openh264 : for ffmpeg (new) > > xvidcore : for ffmpeg > > > > [ITA] > > libsndfile : maintainer changed, no GTG yet > > opus : maintainer changed, no GTG yet > > opusfile : maintainer changed, no GTG yet > > opus-tools : maintainer changed, no GTG yet > > pulseaudio : (new) > > > > SDL2 : already has GTG > > mpg123 : already has GTG > > > > [WITHDRAW] > > x264 > > x265 > > > > I've posted some specific comments on some of these. > > Please double-check that packages which contain a soversioned library > include that in the package name (for reasons touched on in [1]). > > If you'd like me to review any of these again, please post the just new > .cygport file in a follow-up (since that will save me a little time in > having to extract it) > > I've updated the package list. > > [1] https://cygwin.com/pipermail/cygwin-apps/2023-January/042480.html Thanks. I'll check and fix that. -- Takashi Yano