Running Arch on an Odroid-C1.
Been struggling with mplayer all morning. Lots of missing libraries requiring downgrading a couple of packages, linking in libraries, etc.
Now mplayer is complaining:
$this->bbcode_second_pass_code('', '
/usr/bin/mplayer: error while loading shared libraries: libdirectfb-1.6.so.0: cannot open shared object file: No such file or directory
')
As far as I can tell, libdirectfb-1.6.so.0 doesn't exist!!
That is to say, "pkgfile libdirectfb-1.6.so.0", "pacman -Ss libdirectfb" and "packer -Ss libdirectfb" yield nothing. Neither does "locate libdirectfb".
An old thread says libdirectfb is in the AUR but it isn't there now.
I'm at a loss for what to do next.