How can I install a libav-tools dependency for a deb converted program?

I converted a commercial deb which does not exist in the AUR repository, using debtap. When I attempt to install the package, I receive a warning that I cannot resolve “libav-tools”, a dependency.

Is there a way to install libav-tools so I can use this commercial package?

I don’t see any package (including in AUR) providing libav-tools, so you may need to find which name it uses on Arch/Manjaro.

Maybe this?
https://aur.archlinux.org/packages/libav-no-libs/

and the package is?

debtap will always be an imperfect tool, instead of installing the package created by debtap, let debtap create the pkgbuild (-P option?) which you can edit; removing or adjusting dependencies,

Likely what is needed by the package is ffmpeg

1 Like