commit: 2c2e53c6b731ad88f9488e5ab3649b79ce170d85 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Mon May 29 20:46:40 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon May 29 20:46:40 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c2e53c6
profiles: unmask ffmpeg-5 But shift the mask to ffmpeg-6. Lets us coalesce rebuilds for users who just managed to upgrade openssl because of Ruby default changing (e.g. all GNOME users). Bug: https://bugs.gentoo.org/831437 Bug: https://bugs.gentoo.org/901257 Signed-off-by: Sam James <sam <AT> gentoo.org> profiles/package.mask | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/profiles/package.mask b/profiles/package.mask index 3fef0ce202f5..a4a3089a2864 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,10 @@ #--- END OF EXAMPLES --- +# Sam James <s...@gentoo.org> (2023-05-29) +# Masked until enough reverse dependencies are fixed, bug #901257. +=media-video/ffmpeg-6* + # Ionen Wolkens <io...@gentoo.org> (2023-05-28) # Both versions are affected by notable regressions, i.e. 2.8.5 # leaves 100% cpu processes behind, and 2.8.6 has broken positioning @@ -448,12 +452,6 @@ dev-qt/qtwebsockets:6 # should update to that. #841437 ~sci-physics/bullet-3.22b -# James Beddek <tel...@posteo.de> (2022-01-19) -# FFmpeg 5.0 ABI/API changes break many packages. -# Masking for tracker/tinderbox. Bug #831437 ->=media-video/ffmpeg-5 ->=media-sound/spek-0.8.5 - # Brian Evans <grkni...@gentoo.org> (2022-01-07) # The main consumer, phpunit, does not initiate the new timer correctly # This is likely to cause issues in tests; Unmask if using for other purposes