From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from conssluserg-02.nifty.com (conssluserg-02.nifty.com [210.131.2.81]) by sourceware.org (Postfix) with ESMTPS id F1BD13858D1E for ; Mon, 6 Feb 2023 13:58:33 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F1BD13858D1E 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-02.nifty.com with ESMTP id 316DwLDK005988 for ; Mon, 6 Feb 2023 22:58:21 +0900 DKIM-Filter: OpenDKIM Filter v2.10.3 conssluserg-02.nifty.com 316DwLDK005988 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=nifty.ne.jp; s=dec2015msa; t=1675691902; bh=e3lFaigZO8r74HIBP+HJISQqiSQM9v84ChB3I+hlpwE=; h=Date:From:To:Subject:In-Reply-To:References:From; b=Ho3hX+09eF5VjDXNFf/TW8TtnEFjHDgrBLH3uNFw9gVUQjUG6KUXZWYnAlPAAKYV1 zbrfAObaAgwb+h1fO4514/KJoFEN50HWLpBGW6K9Lgb6mXNSUrMVN20wnS/Q82JQ0e +XcwpSocaQDuioH6o2GMNF7TEIlMmCYAM93zkAtGGm06gwD+MsEivyOnI776/YQgRM /gby5CrRU4s3lMmuLREOn77Pj1mEnhwbY8HghuojPe8cZH9mEac7L/ZlsIoZQbLGI9 OWuBTUVftiRZ70Mb9/0rt42LhkDZYmcysyNGwlzHPaXHOS+C0vteYuTZQZwDBFC2wX xsis5aISlY8gw== X-Nifty-SrcIP: [220.150.135.41] Date: Mon, 6 Feb 2023 22:58:21 +0900 From: Takashi Yano To: "cygwin-apps@cygwin.com" Subject: Re: [ITP] moc (2.6.r3005) Message-Id: <20230206225821.de89a0449061c17e041a20a2@nifty.ne.jp> In-Reply-To: References: <20230120193603.3a1a8003e73957cf505ce391@nifty.ne.jp> X-Mailer: Sylpheed 3.7.0 (GTK+ 2.24.30; i686-pc-mingw32) Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Multipart=_Mon__6_Feb_2023_22_58_21_+0900_hBjvWVzoWoVZhDlm" 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: This is a multi-part message in MIME format. --Multipart=_Mon__6_Feb_2023_22_58_21_+0900_hBjvWVzoWoVZhDlm Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Sun, 5 Feb 2023 16:35:40 +0000 Jon Turney wrote: > On 20/01/2023 10:36, Takashi Yano via Cygwin-apps wrote: > > I would like to propose a new package named MOC > > (Music On Console), which is a ncurses based music > > player. MOC is ported to many Linux distributions > > which is easy to use and powerfull. > > http://moc.daper.net/about > > > > I have already prepared the package at: > > > > https://tyan0.yr32.net/cygwin/x86_64/release/moc/ > > > > To build this package, the new package faad2 and > > ffmpeg is necessary; they are proposed at the same > > time. > > It looks like this should be using 'inherit svn' to enable 'cygport > download' to fetch the upstream sources. > > Otherwise, looks good. Thanks for the advice. I revised the cygport file as attached. Is this as you expected? Further, I have removed the aac plugin which linked with faad2, and enabled some other plugins such as wavpack, timidity, etc. -- Takashi Yano --Multipart=_Mon__6_Feb_2023_22_58_21_+0900_hBjvWVzoWoVZhDlm Content-Type: text/plain; name="moc.cygport" Content-Disposition: attachment; filename="moc.cygport" Content-Transfer-Encoding: 7bit NAME="moc" VERSION=2.6.r3005 RELEASE=1 CATEGORY="Audio" SUMMARY="Command-line audio player" DESCRIPTION="MOC (Music on Console) is an audio player having the user interface similar to midnight commander. It supports verious audio formats with decoder plugins. Powerfull and easy to use." HOMEPAGE="http://moc.daper.net/" LICENSE="GPL-2.0-or-later" SVN_URI="svn://svn.daper.net/moc/trunk" SVN_REV="3005" inherit svn CYGCONF_ARGS="--without-aac" PKG_NAMES="moc moc-ffmpeg-plugin moc-timidity-plugin" moc_CONTENTS="--exclude=usr/lib/moc/decoder_plugins/libffmpeg_decoder.dll --exclude=usr/lib/moc/decoder_plugins/libtimidity_decoder.dll usr/bin/*.exe usr/share/ usr/lib" moc_ffmpeg_plugin_SUMMARY="MOC FFmpeg plugin" moc_ffmpeg_plugin_CONTENTS="usr/lib/moc/decoder_plugins/libffmpeg_decoder.dll" moc_timidity_plugin_SUMMARY="MOC timidity plugin" moc_timidity_plugin_CONTENTS="usr/lib/moc/decoder_plugins/libtimidity_decoder.dll" DIFF_EXCLUDES="m4 libltdl" BUILD_REQUIRES="libffmpeg-devel libid3tag-devel libmad-devel flac-devel libsndfile-devel libvorbis-devel libcurl-devel libdb-devel libncurses-devel libpopt-devel libtool libmodplug-devel speex-devel musepack libwavpack-devel" --Multipart=_Mon__6_Feb_2023_22_58_21_+0900_hBjvWVzoWoVZhDlm--