summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* media-video/ffmpeg: use tc-is-lto instead of error-prone is-flagqSam James2024-01-231-1/+1
| | | | | | | is-flagq won't pick up on e.g. -fno-lto appended. Closes: https://bugs.gentoo.org/909572 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r9 arm, #910314Matoro Mahri2024-01-141-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r9 x86, #910314Matoro Mahri2024-01-141-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r9 ppc, #910314Matoro Mahri2024-01-141-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* Move {sys-devel → dev-build}/makeMichał Górny2024-01-131-1/+1
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* media-video/ffmpeg: sys-devel/bc -> app-alternatives/bcSam James2024-01-081-1/+1
| | | | | | | | All of these will be using app-alternatives/bc anyway as they're not calling bc-reference, so make the dep reflect reality. Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: enable USE=pic by defaultSam James2024-01-031-2/+2
| | | | | | | | | | | | binutils-2.41 is configured in Gentoo to reject textrels by default which the non-PIC-safe x86 (32-bit) asm requires. Start by defaulting USE=pic to on in general but we can remove the USE flag later and then just pass --disable-asm for 32-bit x86. Bug: https://bugs.gentoo.org/916067 Bug: https://bugs.gentoo.org/920808 Signed-off-by: Sam James <sam@gentoo.org>
* media-video/ffmpeg: Stabilize 6.0-r9 sparc, #910314Matoro Mahri2023-12-111-1/+1
| | | | | Signed-off-by: Matoro Mahri <matoro_gentoo@matoro.tk> Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* media-video/ffmpeg: update nv-codec-headers version requirementsIonen Wolkens2023-11-231-1/+1
| | | | | | | | | | | | | | | | | | ffmpeg-4, 5, and 6.0: Building against nv-codec-headers-12 *works* but then nvenc is unusable at runtime. ffmpeg-6.0.1: Any in-tree version seems fine. >=ffmpeg-6.1: Requires >=11.1.5.3 wrt bug #917765 (mpv is fine with -12 as well, but have not tested other consumers). No need for revbumps, technically this shouldn't be in RDEPEND but not going to re-arrange things more than necessary. Closes: https://bugs.gentoo.org/917765 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* media-video/ffmpeg: add -k for tests to get full resultsSam James2023-11-141-1/+1
| | | | | | | | | | | We want full results even if one test fails - this is the general principle we follow in other tests, and feels in the spirit of the verbose logs policy too. We really don't want to play whack-a-mole if a user reports an issue, better to see the full thing. Signed-off-by: Sam James <sam@gentoo.org>
* Remove BROOT from VERIFY_SIG_OPENPGP_KEY_PATHMike Gilbert2023-10-311-1/+1
| | | | Signed-off-by: Mike Gilbert <floppym@gentoo.org>
* media-video/ffmpeg: add newly registered subslot binder for amfJoonas Niilola2023-10-211-0/+605
Signed-off-by: Joonas Niilola <juippis@gentoo.org>