Hi all,
I'm trying to build the Arch Linux ARM package for ffmpeg (downloaded from archlinuxarm:PKGBUILDs/extra/ffmpeg/) to try out a patch, but it's failing with the error:
$this->bbcode_second_pass_code('', '
MAN doc/ffmpeg.1
/bin/sh: line 1: pod2man: command not found
make: *** [doc/Makefile:94: doc/ffmpeg.1] Error 127
')
I've installed all the depends and makedepends packages, along with base-devel, so I'm assuming this means the ffmpeg PKGBUILD makedepends is missing whatever package pod2man belongs to?
I can't seem to find out which package this is however - does anyone know what I need to install to get pod2man available so I can finish compiling the PKGBUILD?