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 9BFEE3858D20 for ; Fri, 20 Jan 2023 15:58:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 9BFEE3858D20 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 30KFwTZm016178 for ; Sat, 21 Jan 2023 00:58:30 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-06.nifty.com 30KFwTZm016178 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1674230310; bh=bYxHcrB+76LXJV9+uDHL9QCC4FJ/NNgOA7ibbPBOkB8=; h=Date:From:To:Subject:In-Reply-To:References:From; b=CudscP5w3jxSt8yLZJojTgemDzqj9aPKtZpYFalfx1m3m+h6wEOY4UMK595TwJDB5 PWpYYVJAX3HqEfEllWHJfYJfEZBlQX9YXhkLxjNiqbXHsstdfn8JnBB4x6UbcOplvW WIa66C4TslROGaFVXCel26wh+MtJtBH2+HLVUvIbXI2Dkd3Kr/Bi6hytkFHLme5+0M 8Wn2L+vQiGdE6DHymbgT164hAaqlUMeCU9x+pubzMKN+/PPeMf1Nxiz1xigo1jAAPW pK5/RddM4zWuMgDH6cNKXSrHF1VQ38bBnSuIgatoptL3ouPJTJwXaom/shQgeaYSle 6JUBn7ZUX588g== X-Nifty-SrcIP: [220.150.135.41] Date: Sat, 21 Jan 2023 00:58:30 +0900 From: Takashi Yano To: cygwin-apps@cygwin.com Subject: Re: [ITP] ffmpeg (5.1.2) Message-Id: <20230121005830.157ff2f79b0606b8dc6d90d3@nifty.ne.jp> In-Reply-To: <8a058926-ab8e-3f2f-1cc7-d1f7437b12bb@towo.net> References: <20230120193540.a32d7180d8fa690f886ef625@nifty.ne.jp> <65ef3d84-8f64-ca50-9b4b-59ba84f84d17@towo.net> <20230121002839.85eff008694876f87259c34a@nifty.ne.jp> <8a058926-ab8e-3f2f-1cc7-d1f7437b12bb@towo.net> 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.4 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 Fri, 20 Jan 2023 16:47:01 +0100 Thomas Wolff wrote: > Am 20.01.2023 um 16:28 schrieb Takashi Yano via Cygwin-apps: > > On Fri, 20 Jan 2023 16:04:46 +0100 > > Thomas Wolff wrote: > >> Am 20.01.2023 um 11:35 schrieb Takashi Yano via Cygwin-apps: > >>> I would like to propose new package ffmpeg which is > >>> well known audio/video tool. ffmpeg is ported to > >>> many linux distributions and other unix like systems > >>> as well as widows. Since there is windows build, > >>> the demand of cygwin port might be relatively small, > >>> however its libraries are usefull for other softwares. > >>> > >>> I have posted another ITP for MOC (Music On Console) > >>> which is a ncurses based music player, whose plugin > >>> uses ffmpeg libraries. > >>> > >>> I have already prepared the ffmpeg package as follows. > >>> > >>> https://tyan0.yr32.net/cygwin/x86_64/release/ffmpeg/ > >>> > >>> To build ffmpeg, other new packages i.e., x264, x265 and > >>> xvidcore are required, I have proposed ITP at the same > >>> time. > >>> > >> It's also missing cygswscale-6.dll which I don't find anywhere. > > It should be in: > > > > https://tyan0.yr32.net/cygwin/x86_64/release/ffmpeg/libffmpeg/libffmpeg-5.1.2-1.tar.xz > > > > which is reuqired by ffmpeg-5.1.2-1.tar.xz. > OK, I had overlooked that in the ffmpeg folder. > Now I get: > > C:/cygwin64/bin/ffmpeg.exe: error while loading shared libraries: ?: > cannot open shared object file: No such file or directory Thanks for testing. You need libSDL2_2.0_0 package installed as described in https://tyan0.yr32.net/cygwin/x86_64/release/ffmpeg/ffmpeg-5.1.2-1.hint -- Takashi Yano