New issue by zlice on void-packages repository https://github.com/void-linux/void-packages/issues/40998 Description: Wanted to test something in ffmpeg 5.1.2 out. Upgrading `shlibs` and the `template` work, however it appears that `libavresample` was deprecated. And xbps complains about trying to upgrade anything with `libavutil` that relied on it. ``` xbps-install -fu --repository=. libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-4.4.3_2' libavutil-5.1.2_1 in transaction breaks installed pkg `libavresample-32bit-4.4.3_2' Transaction aborted due to unresolved dependencies. ``` Is there a good way to upgrade? I could force dependency removal but that doesn't seem clean or like what a common update would do. I only see ffmpeg packages directly used by this on a remove so I'm not sure if anything using ffmpeg relies on it.