Commit Graph

620 Commits

Author SHA1 Message Date
K900
bff9ee8862 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-09 13:03:34 +03:00
Ryan Burns
c324705cc3 treewide: simplify exec format conditionals 2024-01-07 17:43:33 -08:00
Vladimír Čunát
6f58d5fc20
Merge #276074: gst_all_1.*: 1.22.7 -> 1.22.8
..into staging-next
2023-12-22 21:41:01 +01:00
Lily Foster
efb9517701
gst_all_1.gst-editing-services: 1.22.7 -> 1.22.8 2023-12-22 10:53:12 -05:00
Lily Foster
7dd0126f37
gst_all_1.gst-devtools: 1.22.7 -> 1.22.8 2023-12-22 10:52:56 -05:00
Lily Foster
882b089f66
gst_all_1.gst-rtsp-server: 1.22.7 -> 1.22.8 2023-12-22 10:52:46 -05:00
Lily Foster
db95fdd9d1
gst_all_1.gst-vaapi: 1.22.7 -> 1.22.8 2023-12-22 10:52:37 -05:00
Lily Foster
b915ca4f8b
gst_all_1.gst-libav: 1.22.7 -> 1.22.8 2023-12-22 10:52:07 -05:00
Lily Foster
1af15f27d8
gst_all_1.gst-plugins-ugly: 1.22.7 -> 1.22.8 2023-12-22 10:51:59 -05:00
Lily Foster
7c6ca28ba7
gst_all_1.gst-plugins-bad: 1.22.7 -> 1.22.8 2023-12-22 10:51:53 -05:00
Lily Foster
563bfbdd45
gst_all_1.gst-plugins-good: 1.22.7 -> 1.22.8 2023-12-22 10:51:47 -05:00
Lily Foster
c82bdc7272
gst_all_1.gst-plugins-base: 1.22.7 -> 1.22.8 2023-12-22 10:51:41 -05:00
Lily Foster
4170b88191
gst_all_1.gstreamer: 1.22.7 -> 1.22.8 2023-12-22 10:51:25 -05:00
Florian Klink
14b1b88795
Merge pull request #268618 from Princemachiavelli/linux_6_6_ipu6
nixos/hardware/ipu6: update all related packages
2023-12-11 18:25:33 +02:00
André Silva
5adf1a2f48
icamerasrc: remove unnecessary rec 2023-12-11 13:10:49 +00:00
Josh Hoffer
6835a72af6
ipu6-camera-hal and icamerasrc updates
ipu6-camera-hal: unstable-2023-03-09 -> unstable-2023-03-09
icamerasrc: unstable-2023-03-09 -> unstable-2023-10-23

Moved ipu6 platform "versioning" to ipu6-camera-hal to match
upstream build process. Not ideal but too unclear ATM if ipu6-camera-bin
firmware could be a multi-output derivation. Specifically which platform
owns `ipu6epadln_fw.bin` is unknown.

Added ipu6epmtl "Meteor Lake" platform entries.

TODO: I think there is one more fix that upstream nixpkgs is
missing in order for firmware to actualy load/work (check Dell laptop
config for that fix).
2023-12-08 09:55:03 -08:00
Vladimír Čunát
dc40324f59
Merge #269902: gst_all_1.*: 1.22.6 -> 1.22.7
...into staging
2023-11-26 06:15:59 +01:00
Lily Foster
94f7fa9544
gst_all_1.gst-editing-services: 1.22.6 -> 1.22.7 2023-11-25 09:13:10 -05:00
Lily Foster
6858aabf62
gst_all_1.gst-rtsp-server: 1.22.6 -> 1.22.7 2023-11-25 09:12:58 -05:00
Lily Foster
f8929124db
gst_all_1.gst-devtools: 1.22.6 -> 1.22.7 2023-11-25 09:12:49 -05:00
Lily Foster
db986621b5
gst_all_1.gst-vaapi: 1.22.6 -> 1.22.7 2023-11-25 09:12:38 -05:00
Lily Foster
2704423053
gst_all_1.gst-libav: 1.22.6 -> 1.22.7 2023-11-25 09:12:27 -05:00
Lily Foster
0628efe77e
gst_all_1.gst-plugins-ugly: 1.22.6 -> 1.22.7 2023-11-25 09:12:12 -05:00
Lily Foster
fbbd5fca7a
gst_all_1.gst-plugins-bad: 1.22.6 -> 1.22.7 2023-11-25 09:12:03 -05:00
Lily Foster
4ae96968a2
gst_all_1.gst-plugins-good: 1.22.6 -> 1.22.7 2023-11-25 09:11:53 -05:00
Lily Foster
3b8197a2b7
gst_all_1.gst-plugins-base: 1.22.6 -> 1.22.7 2023-11-25 09:11:45 -05:00
Lily Foster
b3d32f5302
gst_all_1.gstreamer: 1.22.6 -> 1.22.7 2023-11-25 09:11:26 -05:00
Max
b103e1e3d7 gst-plugins-good: add openssl dependency 2023-11-15 21:02:42 +01:00
Alyssa Ross
506dcaabb4 stdenv: fix meson rust cross compilation 2023-11-09 10:02:24 +01:00
Alyssa Ross
e3e57b8f18 lib.systems: elaborate Rust metadata
We need this stuff to be available in lib so make-derivation.nix can
access it to construct the Meson cross file.

This has a couple of other advantages:

 - It makes Rust less special.  Now figuring out what Rust calls a
   platform is the same as figuring out what Linux or QEMU call it.

 - We can unify the schema used to define Rust targets, and the schema
   used to access those values later.  Just like you can set "config"
   or "system" in a platform definition, and then access those same
   keys on the elaborated platform, you can now set "rustcTarget" in
   your crossSystem, and then access "stdenv.hostPlatform.rustcTarget"
   in your code.

"rustcTarget", "rustcTargetSpec", "cargoShortTarget", and
"cargoEnvVarTarget" have the "rustc" and "cargo" prefixes because
these are not exposed to code by the compiler, and are not
standardized.  The arch/os/etc. variables are all named to match the
forms in the Rust target spec JSON.

The new rust.target-family only takes a list, since we don't need to
worry about backwards compatibility when that name is used.

The old APIs are all still functional with no warning for now, so that
it's possible for external code to use a single API on both 23.05 and
23.11.  We can introduce the warnings once 23.05 is EOL, and make them
hard errors when 23.11 is EOL.
2023-11-09 10:02:24 +01:00
Bobby Rong
43df859d01
gst_all_1.gst-plugins-good: Add missing libGL
With cairo 1.18.0 bump, cairo-gl will be dropped, and cairo will no
longer propagate libGL, this leads to: Run-time dependency
gstreamer-gl-prototypes-1.0 found: NO

glesv2 is in gstreamer-gl-prototypes-1.0's Requires, so adding libGL.
2023-10-20 22:02:42 +00:00
Lily Foster
dbf77d3039
gst_all_1.gst-editing-services: 1.22.5 -> 1.22.6 2023-09-27 17:22:37 -04:00
Lily Foster
da1be61c8e
gst_all_1.gst-rtsp-server: 1.22.5 -> 1.22.6 2023-09-27 17:22:36 -04:00
Lily Foster
0eea081aa9
gst_all_1.gst-devtools: 1.22.5 -> 1.22.6 2023-09-27 17:22:35 -04:00
Lily Foster
e4f7b6eb26
gst_all_1.gst-vaapi: 1.22.5 -> 1.22.6 2023-09-27 17:22:35 -04:00
Lily Foster
a71f781c64
gst_all_1.gst-libav: 1.22.5 -> 1.22.6 2023-09-27 17:22:34 -04:00
Lily Foster
be4c86dc71
gst_all_1.gst-plugins-ugly: 1.22.5 -> 1.22.6 2023-09-27 17:22:34 -04:00
Lily Foster
a437fd6db3
gst_all_1.gst-plugins-bad: 1.22.5 -> 1.22.6 2023-09-27 17:22:33 -04:00
Lily Foster
cd34ad5cd7
gst_all_1.gst-plugins-good: 1.22.5 -> 1.22.6 2023-09-27 17:22:24 -04:00
Lily Foster
fa7fdeabb2
gst_all_1.gst-plugins-base: 1.22.5 -> 1.22.6 2023-09-27 17:16:41 -04:00
Lily Foster
66cddd6a6c
gst_all_1.gstreamer: 1.22.5 -> 1.22.6 2023-09-27 17:16:40 -04:00
Yureka
d6578bcc74
gst_all_1.gst-plugins-rs: check that system libwebp was linked (#254915) 2023-09-14 03:51:33 +02:00
Lily Foster
111bb59aeb
gst_all_1.gst-plugins-rs: 0.10.11 -> 0.11.0 2023-08-24 20:44:32 -04:00
Lily Foster
6907e205c7
gst_all_1.gst-plugins-good: add temporary patch for qt5 2023-08-06 07:52:30 -04:00
github-actions[bot]
88c2e66d47
Merge master into staging-next 2023-07-31 00:02:09 +00:00
Janik
93d42e7546
Merge pull request #245743 from lilyinstarlight/upd/gst-plugins-rs-0.10.11 2023-07-30 22:14:25 +02:00
Lily Foster
7f23f9fee2
gst_all_1.gst-plugins-rs: make cargo-c temp fix work for cross 2023-07-29 19:17:18 -04:00
Vladimír Čunát
bd4f32500c
Merge #245736: gst_all_1.*: 1.22.4 -> 1.22.5
...into staging
2023-07-28 21:35:23 +02:00
github-actions[bot]
e913a05c06
Merge staging-next into staging 2023-07-28 06:01:52 +00:00
github-actions[bot]
fa6f4a5428
Merge staging-next into staging 2023-07-28 00:02:49 +00:00