On Tue, 28 May 2024 07:50:08 +0900
Takashi Yano via Cygwin-apps <cygwin-apps@cygwin.com> wrote:
> On Mon, 27 May 2024 21:18:08 +0200
> Michal Feix <mic...@feix.cz> wrote:
> > > I'm planning to submit ITP for dav1d
> > > https://code.videolan.org/videolan/dav1d
> > > and tried to build it on cygwin, however, it failed because
> > > nasm is too old. The current stable version is 2.16.03 while
> > > cygwin package version is 2.13.01.
> > > 
> > > Could the maintainer please update the nasm package?
> > 
> > Hi Takashi, I will have a look into this troghout the rest of this week.
> 
> Thanks for quick response!


I think it's unnecessary meddling,
v2.16.03 can be successfully built by the cygport file:

NAME="nasm"
VERSION=2.16.03
RELEASE=1
LICENSE="BSD 2-Clause"
CATEGORY="Devel"
SUMMARY="The Netwide Assembler"
DESCRIPTION="NASM is a widespread, portable, very flexible and mature
assembler tool with support for many output formats licensed under the
2-clause BSD licence."
HOMEPAGE="http://www.nasm.us/";
SRC_URI="http://www.nasm.us/pub/nasm/releasebuilds/${PV}/${P}.tar.xz";

src_compile() {
    cd ${B}
    cygconf
    cygmake
}

-- 
Takashi Yano <takashi.y...@nifty.ne.jp>

Reply via email to