However, there is no snap image for makemkvcon (makemkv-cli). On the build of this I get:Please type "yes" if you accept the terms of the licenseAborting installationmake: *** [Makefile:48: tmp/eula_accepted] Error 2==> ERROR: A failure occurred in package(). Aborting...
The PKGBUILD contains a bug. It lists $url/download/makemkv-oss-$pkgver.tar.gz, which downloads makemkv-oss-1.15.4.tar.gz, but includes the b2sum ostensibly for makemkv-oss-1.15.3.tar.gz. If I update the b2sum of this tarball, the PKGBUILD builds normally. I also had to correct an explicit cd makemkv-oss-1.15.3 to be cd makemkv-oss-$pkgver, in two different places.
MakeMKV Patch
2ff7e9595c
Comments