Commit Graph

332 Commits

Author SHA1 Message Date
Martin Weinelt
9ccddc99aa
Merge pull request #265760 from mweinelt/go2rtc-1.8.2
go2rtc: 1.8.1 -> 1.8.2
2023-11-17 02:53:35 +01:00
github-actions[bot]
e8096ee1e1
Merge staging-next into staging 2023-11-10 18:01:34 +00:00
Weijia Wang
d8ebb73023 Merge branch 'master' into staging-next 2023-11-10 16:25:02 +01:00
Martino Fontana
dfe365839a recyclarr: add mainProgram 2023-11-10 15:09:44 +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
Martin Weinelt
ac537bf51a
go2rtc: 1.8.1 -> 1.8.2
https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.2
2023-11-06 01:59:19 +01:00
github-actions[bot]
81270bbdcf
Merge master into staging-next 2023-10-31 18:01:02 +00:00
Mario Rodas
2c8817a5e2
Merge pull request #263997 from zopieux/vcsi-pyproject
vcsi: 7.0.13 -> 7.0.16
2023-10-31 07:05:26 -05:00
github-actions[bot]
2fd5f8dd7a
Merge master into staging-next 2023-10-31 12:01:11 +00:00
The Galaxy
16c2c0819b
lux: 0.19.0 -> 0.21.0 2023-10-30 17:21:54 +08:00
Alexandre Macabies
76008c01dc vcsi: 7.0.13 -> 7.0.16 2023-10-28 19:03:42 +02:00
Vladimír Čunát
d811555465
Merge branch 'staging' into staging-next 2023-10-26 10:36:50 +02:00
Martin Weinelt
19bb813141
go2rtc: 1.8.0 -> 1.8.1
https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.1
2023-10-23 01:44:55 +02:00
github-actions[bot]
ae77d35744
Merge staging-next into staging 2023-10-16 00:03:09 +00:00
Martin Weinelt
94c8c31bee
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/numba/default.nix
2023-10-15 22:31:34 +02:00
R. Ryantm
d74068942b go2rtc: 1.7.1 -> 1.8.0 2023-10-15 13:02:17 +00:00
toonn
ee7c5f04fb
Merge pull request #259869 from reckenrode/mjpegtools-fix
mjpegtools: fix build with clang 16
2023-10-11 19:49:29 +02:00
Randy Eckenrode
9622ba47e9
mjpegtools: fix build with clang 16
Clang 16 defaults to C++17, causing the build to fail because the
following has been removed from C++17:

* `std::auto_ptr`; and
* The `register` type class specifier.
2023-10-10 07:41:23 -04:00
Fabián Heredia Montiel
7f16b623fc Merge remote-tracking branch 'origin/master' into staging-next 2023-10-08 00:18:22 -06:00
R. Ryantm
c95d6626ce recyclarr: 5.3.1 -> 6.0.1 2023-10-04 04:44:45 +00:00
Adam Joseph
33c0b7f11c rav1e: use rust.envVars 2023-09-26 06:30:44 +00:00
R. Ryantm
05e485c70c go2rtc: 1.7.0 -> 1.7.1 2023-09-24 09:36:21 +00:00
Weijia Wang
97b4661401
Merge pull request #254161 from r-ryantm/auto-update/svt-av1
svt-av1: 1.6.0 -> 1.7.0
2023-09-22 11:18:52 +02:00
R. Ryantm
43286ace2c xjadeo: 0.8.12 -> 0.8.13 2023-09-12 05:29:24 +00:00
Weijia Wang
61770df7ad
Merge pull request #228556 from MatthewCroughan/mc/svt-av1-lto
svt-av1: enable link-time-optimization
2023-09-11 16:45:54 +02:00
matthewcroughan
66f97d6c65 svt-av1: enable link-time-optimization 2023-09-11 00:56:21 +02:00
Weijia Wang
7c53dc54b8
Merge pull request #253682 from r-ryantm/auto-update/recyclarr
recyclarr: 5.2.1 -> 5.3.1
2023-09-10 23:43:05 +02:00
Weijia Wang
78058d8106
Merge pull request #254366 from wegank/svt-av1-darwin
svt-av1: unbreak on aarch64-darwin
2023-09-10 12:53:27 +02:00
Weijia Wang
15c0fcb633 svt-av1: unbreak on aarch64-darwin 2023-09-10 12:03:11 +02:00
R. Ryantm
f1e11899de go2rtc: 1.6.2 -> 1.7.0 2023-09-10 02:48:51 +02:00
hexchen
08f93ba684 decklink: update to 12.5 2023-09-09 19:45:50 +02:00
hexchen
59271ebaa5 decklink: update to 12.2 2023-09-09 19:45:50 +02:00
hexchen
517cf05cd7 blackmagicDesktopVideo: init at 12.0a14 2023-09-09 19:45:50 +02:00
R. Ryantm
d33bba68d1 svt-av1: 1.6.0 -> 1.7.0 2023-09-09 02:57:08 +00:00
R. Ryantm
ce0e690059 recyclarr: 5.2.1 -> 5.3.1 2023-09-06 18:42:52 +00:00
Emily
91a22f76cd
Merge pull request #237942 from Janik-Haag/rwedid
rwedid: init at 0.3.2
2023-08-21 19:25:11 +02:00
Janik H
a9d662ccde
rwedid: init at 0.3.2 2023-08-20 22:14:47 +02:00
Theodore Ni
6f5c153f92
Merge pull request #248822 from tjni/play-with-mpv
play-with-mpv: unstable-2020-05-18 -> unstable-2021-04-02
2023-08-16 21:51:18 -07:00
Theodore Ni
5c4398b081
play-with-mpv: unstable-2020-05-18 -> unstable-2021-04-02 2023-08-12 20:16:25 -07:00
R. Ryantm
a49ee73b8f recyclarr: 5.1.1 -> 5.2.1 2023-08-11 07:21:25 +00:00
justinlime
d8247503ab vrrtest: init at 2.1.0 2023-08-10 00:42:36 +00:00
figsoda
9a6b05a7aa wtwitch: remove dead code 2023-07-25 16:33:07 -04:00
R. Ryantm
8f93629b37 wtwitch: 2.6.2 -> 2.6.3 2023-07-24 23:48:04 +00:00
Martin Weinelt
c7c2ee938a
go2rtc: 1.6.0 -> 1.6.2
https://github.com/AlexxIT/go2rtc/releases/tag/v1.6.1
https://github.com/AlexxIT/go2rtc/releases/tag/v1.6.2
2023-07-23 02:31:36 +02:00
R. Ryantm
2cd443b691 recyclarr: 5.1.0 -> 5.1.1 2023-07-17 22:03:28 +00:00
Janik
406fa0477c
Merge pull request #240119 from josephst/recyclarr 2023-07-13 23:44:37 +02:00
Joseph Stahl
26f2e8922c
recyclarr: init at 5.1.0 2023-07-12 20:06:43 -04:00
R. Ryantm
f8d47941a0 go2rtc: 1.5.0 -> 1.6.0 2023-07-13 00:01:44 +00:00
R. Ryantm
d6a0a46627 lux: 0.18.0 -> 0.19.0 2023-07-09 23:55:47 +00:00
Earth Engine
47e7af84d1 maintainers: remove earthengine 2023-07-03 07:42:29 +00:00