Kodi Community Forum
nasm 2.14 - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Kodi Application (https://forum.kodi.tv/forumdisplay.php?fid=93)
+--- Thread: nasm 2.14 (/showthread.php?tid=352596)



nasm 2.14 - emveepee - 2020-03-16

Do I have to build nasm 2.14 on  ubuntu or is there an alternate solution to be able to build dav1d?

Martin


RE: nasm 2.14 - lrusak - 2020-03-16

just install nasm via apt


RE: nasm 2.14 - black_eagle - 2020-03-16

If it's 18.04 then you can't get it via apt. 18.04 only has an older version.  You have to download it from the focal ppa and install it with sudo dpkg -i nasm-blah.deb


RE: nasm 2.14 - emveepee - 2020-03-16

I will try to be clearer. 18.04 doesn't include 2.14 as it was added in v19.   Should I download the 19.04 deb file or do I need to custom compile it?

Martin


RE: nasm 2.14 - black_eagle - 2020-03-16

You were perfectly clear the first time. Grab the .deb file from https://launchpad.net/ubuntu/focal/i386/nasm/2.14.02-1 then install it with dpkg


RE: nasm 2.14 - emveepee - 2020-03-16

Ok that's the 20.4 one, I am not sure how to tell if different versions have different dependencies.

Martin


RE: nasm 2.14 - black_eagle - 2020-03-16

It doesn't.  I had to install it the other day from that when dav1d got a version bump in master.
xml:
apt-cache policy nasm
nasm:
  Installed: 2.14.02-1
  Candidate: 2.14.02-1
  Version table:
 *** 2.14.02-1 100
        100 /var/lib/dpkg/status
     2.13.02-0.1 500
        500 http://gb.archive.ubuntu.com/ubuntu bionic/universe amd64 Packages
     2.11.08-1 500
        500 http://ca.archive.ubuntu.com/ubuntu xenial/universe amd64 Packages


Although actually, on checking, the link I gave you was for i386 and you probably want amd64 the same as me.  Package name that I installed was nasm_2.14.02-1_amd64.deb  Debian download page -> https://packages.debian.org/sid/amd64/nasm/download


RE: nasm 2.14 - emveepee - 2020-03-16

Yes thanks, once you said to try the deb I installed the correct package directly.  No problem with the build  after that.

Martin


RE: nasm 2.14 - spiff - 2020-03-30

the required build deps for 18.04 can be found in the kodi nightly ppa.