Commit Graph

408 Commits

Author SHA1 Message Date
Aliaksandr
9921d05da3 treewide: replace stdenv.is* with stdenv.hostPlatform.is*
Assisted-by: claude-code with claude-opus-4-8
2026-08-12 20:27:00 +02:00
Jo
3684692a45 ffmpeg: 8.1.2 -> 9.0 (#549284) 2026-08-07 10:40:38 +00:00
SandaruKasa
b22907c049 various: ffmpeg: enable __structuredAttrs for all versions
Co-authored-by: dotlambda <github@dotlambda.de>
2026-08-05 22:33:17 +03:00
Jo
52dccc06c9 ffmpeg_9: init at 9.0 (#549282) 2026-08-05 09:48:37 +00:00
SandaruKasa
6c619e9e64 ffmpeg_9: init at 9.0 2026-08-05 11:43:04 +02:00
Ben Siraphob
f82dc8ebe9 pkgs/development: fix typos
Assisted-by: Claude Code (claude-opus-5)
2026-08-02 15:56:57 -07:00
nixpkgs-ci[bot]
4d4e8be9a7 Merge staging-next into staging 2026-07-27 13:04:36 +00:00
OPNA2608
4b366219c1 ffmpeg-headless: Disable LLVM CUDA on powerpc64-linux
Enabling this uses the unwrapped Clang compiler, which is unable to handle the triplets used on powerpc64-linux.

> clang: error: version 'abielfv1' in target triple 'powerpc64-unknown-linux-gnuabielfv1' is invalid
2026-07-27 11:28:51 +02:00
SandaruKasa
dbce7bdf5f ffmpeg: remove-references-to cuda llvm 2026-07-24 22:25:44 +03:00
Emily
c336281d85 Revert "ffmpeg: work around ld64 hardening issue"
The ld64 issue has been fixed.

This reverts commit 05e5a4e279.
2026-07-15 03:26:25 +01:00
Sergei Zimmerman
154f4693b9 ffmpeg: don't clobber clang build with unwrapped compiler
This is my SNAFU from 817b0e1338.
In a clang stdenv the host compiler would be the unwrapped clang,
obviously breaking things.

This has caused issues on darwin [1]. pkgsLLVM.ffmpeg-headless
seems broken, but I tested this on darwin without #531960 fix
and it did the trick.

[1]: https://github.com/NixOS/nixpkgs/pull/531960
2026-07-06 01:05:23 +03:00
Emily
05e5a4e279 ffmpeg: work around ld64 hardening issue 2026-07-02 16:15:16 +01:00
Emily
1868de1480 ffmpeg-headless: disable cuda-llvm support on Darwin (#531960) 2026-07-02 14:20:47 +00:00
nixpkgs-ci[bot]
ad02fbaf7f Merge staging-next into staging 2026-06-26 12:45:49 +00:00
Robert Schütz
d0c4459538 servarr-ffmpeg: 5.1.4 -> 5.1.10 2026-06-25 16:11:04 -07:00
Randy Eckenrode
c214e8a812 ffmpeg-headless: disable cuda-llvm support on Darwin
After https://github.com/NixOS/nixpkgs/pull/518519, Clang is unwrapped
when cuda-llvm support is enabled when building ffmpeg. This causes
ffmpeg-headless to fail to build on Darwin because its `configure`
script cannot find dependencies due to using an unwrapped compiler.
Since Cuda isn’t supported on Darwin anyway, disabling cuda-llvm has the
effect of using a wrapped Clang on Darwin again.
2026-06-17 21:07:01 -04:00
nixpkgs-ci[bot]
65af1619a0 Merge staging-next into staging 2026-06-15 14:08:18 +00:00
OPNA2608
de7f6cdd13 ffmpeg: Exclude known-broken test on big-endian 2026-06-14 20:58:53 +02:00
Artemis Tosini
85d3c34d03 cc-wrapper: enable tlsdesc on i686, x86_64 linux (#518519) 2026-06-08 19:51:52 +00:00
nixpkgs-ci[bot]
d644c92282 Merge staging-next into staging 2026-06-01 19:39:24 +00:00
dotlambda
3d3dd88063 ffmpeg: clean up patches (#525630) 2026-05-29 21:03:53 +00:00
Robert Schütz
e64abb9c87 handbrake: drop unused patches 2026-05-29 13:53:48 -07:00
dotlambda
342ad3e865 svt-av1: 3.1.2 -> 4.1.0 (#483169) 2026-05-29 20:44:27 +00:00
Robert Schütz
8cd7c741b0 ffmpeg_7: add patch for svt-av1 4.0
Co-authored-by: Alex James <git@alextjam.es>
2026-05-29 11:47:59 -07:00
Robert Schütz
5eedf0e559 ffmpeg_6: drop superfluous patch 2026-05-29 09:20:09 -07:00
Atemu
573c6fc9b3 ffmpeg_7: 7.1.3 -> 7.1.4 (#524596) 2026-05-29 14:18:35 +00:00
Robert Schütz
8dc509bf40 ffmpeg_7: 7.1.3 -> 7.1.4
Changelog: https://github.com/FFmpeg/FFmpeg/blob/n7.1.4/Changelog
2026-05-28 20:23:45 -07:00
dotlambda
e5229bc8d8 ffmpeg_6: 6.1.4 -> 6.1.5 (#524591) 2026-05-29 03:22:49 +00:00
Robert Schütz
e6d8fec34c ffmpeg_6: 6.1.4 -> 6.1.5
Changelog: https://github.com/FFmpeg/FFmpeg/blob/n6.1.5/Changelog
2026-05-28 18:11:55 -07:00
Sergei Zimmerman
817b0e1338 ffmpeg: use unwrapped clang for cuda-llvm support
The build system retargets clang for the appropriate nvidia arch
and doesn't depend on anything from the wrappers. Since the wrappped
compiler sets the flags for the original arch, it now includes
`-mtls-dialect=gnu2` on x86_64, which is not a supported flag for the
retargeted clang.
2026-05-28 23:39:15 +03:00
Ethan Carter Edwards
7807078906 ffmpeg: add donationPage
Signed-off-by: Ethan Carter Edwards <ethan@ethancedwards.com>
2026-05-27 00:36:24 -07:00
ProxyVT
4dfc641c2f ffmpeg: limit patch application to versions < 8.1
This fixes building with unbreak-hardcoded-tables.patch, which is only required for ffmpeg versions between 5.1 and 8.0.
2026-04-27 05:56:03 +02:00
quantenzitrone
25b7473d18 ladspa-header: refactor and rename from ladspaH
There isn't really an upstream package name since this header file is
normally just part of ladspa-sdk.
ladspa-header seems like a more fitting name for this package.
Could also be ladspa-sdk-header, but there are also probably other
headers than ladspa.h in ladspa-sdk.
2026-02-10 16:52:01 +01:00
K900
3c4102eef4 Merge remote-tracking branch 'origin/staging-next' into staging 2026-02-06 15:58:23 +03:00
quantenzitrone
6ec7b30518 various: rename references from libXv to libxv
this shouldn't create any rebuilds
2026-02-06 00:29:26 +01:00
quantenzitrone
f67b5966bb various: rename references from libXext to libxext
this shouldn't create any rebuilds
2026-02-06 00:25:36 +01:00
quantenzitrone
55280fa564 various: rename references from libX11 to libx11
this shouldn't create any rebuilds
2026-02-06 00:24:34 +01:00
nixpkgs-ci[bot]
163137d92d Merge staging-next into staging 2026-02-01 18:07:45 +00:00
vicgeentor
c90394bd7b ffmpeg_7-full: fix build failure on ffmpeg version 7.1.1 2026-01-30 16:44:52 +01:00
Jo
e5e5104aa7 ffmpeg: disable vdpau on Darwin. (#420341) 2026-01-27 08:34:19 +00:00
K900
a102090faa ffmpeg-full: skip tests when building with shaderc
The shaderc/glslang unvendoring breaks linking specifically in tests.
The main library still works, so let's do this for now.
2026-01-15 22:07:48 +03:00
Jo
905dc5a507 ffmpeg: update most versions (#470220) 2026-01-08 11:46:34 +00:00
Graham Booker
f2c961ca44 ffmpeg: disable vdpau on Darwin 2025-12-31 12:33:21 -06:00
jopejoe1
f1ec69e0dd ffmpeg_8: 8.0 -> 8.0.1 2025-12-17 21:43:56 +01:00
jopejoe1
e714623cd3 ffmpeg: remove lcevcdec patch from newer versions
this patch is no longer needed on version 8.0.1w
2025-12-17 21:43:56 +01:00
jopejoe1
0af1e870c8 ffmpeg: fix hardcoded tables
the newly released patche versions of ffmpeg fail to compile with it enabled
see: https://code.ffmpeg.org/FFmpeg/FFmpeg/issues/21102
2025-12-17 21:43:56 +01:00
K900
f267178d18 ffmpeg_4: disable docs harder 2025-12-17 21:30:52 +03:00
K900
d4ae5fca84 texinfo6: drop
Used by exactly one thing which doesn't hard require it, broken on GCC15, yeet it.
2025-12-17 21:09:07 +03:00
Ihar Hrachyshka
567e8dfd8e treewide: clean up 'meta = with' pattern
This commit was created by a combination of scripts and tools:
- an ast-grep script to prefix things in meta with `lib.`,
- a modified nixf-diagnose / nixf combination to remove unused `with
lib;`, and
- regular nixfmt.

Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
2025-12-10 18:09:49 +01:00
Atemu
b3f9cc8558 ffmpeg: Make sdl2 a dependency of ffplay (#460295) 2025-11-14 10:50:47 +00:00