OMXPLAYER on Bullseye fresh install (32-bit)

Hmm, those three libraries are not part of libraspberrypi0 anymore :thinking:.

A workaround may then be to download them manually, as they are still present on the GitHub repository:

cd /usr/lib/arm-linux-gnueabihf
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libbrcmEGL.so'
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libbrcmGLESv2.so'
curl -sSfLO 'https://raw.githubusercontent.com/raspberrypi/firmware/master/hardfp/opt/vc/lib/libopenmaxil.so'