Files
termux-packages/packages/mplayer
termux-pacman-bot 7a18731119 fix(main/mplayer): explicitly disable some video playback dependencies
- Fixes https://github.com/termux/termux-packages/issues/25137

- Prevents `scripts/run-docker.sh ./build-package.sh -I -f libmpeg2 aalib libcaca mplayer` from creating a malformed `mplayer` package

- Confirmed to prevent that with testing and this command: `ldd $(which mplayer) | grep -e caca -e mpeg2 -e aa`
2025-06-23 22:40:19 +00:00
..