Commit Graph

413 Commits

Author SHA1 Message Date
hexchen
4be3af3783 blackmagic-desktop-video,decklink: 12.5a15 -> 12.9a3 2024-04-16 21:16:09 +00:00
github-actions[bot]
69de1e1beb
Merge master into staging-next 2024-03-28 12:01:21 +00:00
Paul Meyer
fba7582947 treewide: remove explicit -trimpath from Go pkgs 2024-03-28 07:57:19 +01:00
Weijia Wang
38953e60a9
Merge pull request from r-ryantm/auto-update/svt-av1
svt-av1: 1.8.0 -> 2.0.0
2024-03-17 15:49:25 +01:00
Robert Scott
557e24c4d3 svt-av1: add ffmpeg to passthru.tests 2024-03-16 17:47:17 +00:00
R. Ryantm
3bea2b1f5e svt-av1: 1.8.0 -> 2.0.0 2024-03-14 04:56:38 +00:00
a-n-n-a-l-e-e
ce789e7e35
llvmPackages_{12,13,14,15,16,17,git}.{libcxx,libcxxabi}: merge libcxxabi into libcxx ()
- merge libcxxabi into libcxx for LLVM 12, 13, 14, 15, 16, 17, and git.
- remove the link time workaround `-lc++ -lc++abi` from 58 packages as it is no longer required.
- fixes https://github.com/NixOS/nixpkgs/issues/166205
- provides alternative fixes for. https://github.com/NixOS/nixpkgs/issues/269548 https://github.com/NixOS/nix/issues/9640
- pkgsCross.x86_64-freebsd builds work again

This change can be represented in 3 stages
1. merge libcxxabi into libcxx -- files: pkgs/development/compilers/llvm/[12, git]/{libcxx, libcxxabi}
2. update stdenv to account for merge -- files: stdenv.{adapters, cc.wrapper, darwin}
3. remove all references to libcxxabi outside of llvm (about 58 packages modified)

### merging libcxxabi into libcxx
- take the union of the libcxxabi and libcxx cmake flags
- eliminate the libcxx-headers-only package - it was only needed to break libcxx <-> libcxxabi circular dependency
- libcxx.cxxabi is removed. external cxxabi (freebsd) will symlink headers / libs into libcxx.
- darwin will re-export the libcxxabi symbols into libcxx so linking `-lc++` is sufficient.
- linux/freebsd `libc++.so` is a linker script `LINK(libc++.so.1, -lc++abi)` making `-lc++` sufficient.
- libcxx/default.nix [12, 17] are identical except for patches and `LIBCXX_ADDITIONAL_LIBRARIES` (only used in 16+)
- git/libcxx/defaul.nix  does not link with -nostdlib when useLLVM is true so flag is removed. this is not much different than before as libcxxabi used -nostdlib where libcxx did not, so libc was linked in anyway.

### stdenv changes
- darwin bootstrap, remove references to libcxxabi and cxxabi
- cc-wrapper: remove c++ link workaround when libcxx.cxxabi doesn't exist (still exists for LLVM pre 12)
- adapter: update overrideLibcxx to account for a pkgs.stdenv that only has libcxx

### 58 package updates
- remove `NIX_LDFLAGS = "-l${stdenv.cc.libcxx.cxxabi.libName}` as no longer needed
- swift, nodejs_v8 remove libcxxabi references in the clang override

https://github.com/NixOS/nixpkgs/pull/292043
2024-03-11 03:53:37 -07:00
R. Ryantm
baf1e0acb2 yaydl: 0.13.0 -> 0.14.0 2024-02-28 22:30:12 +00:00
R. Ryantm
2c0e5010c7 lux: 0.22.0 -> 0.23.0 2024-02-21 07:17:08 +00:00
Mario Rodas
38b1bad037 untrunc-anthwlock: add passthru.updateScript 2024-02-18 04:20:00 +00:00
Mario Rodas
bbcf1a58f9 untrunc-anthwlock: 2020.07.18 -> unstable-2021-11-21 2024-02-18 04:20:00 +00:00
Sergei Trofimovich
e629f662fb rav1e: fix strip option mangling on x86_64-darwin
`rav1e-0.7.1` slightly changes `strip` option construction in
    43fb165e5e

Update mangling part to restore stripping.
2024-01-22 10:46:55 +00:00
Sergei Trofimovich
c2cf4f3d9e rav1e: 0.7.0 -> 0.7.1
Changes: https://github.com/xiph/rav1e/releases/tag/v0.7.1
2024-01-12 14:41:20 +00:00
github-actions[bot]
98b366e567
Merge staging-next into staging 2024-01-02 12:01:41 +00:00
K900
887e96e875 Merge remote-tracking branch 'origin/master' into staging-next 2024-01-02 10:55:23 +03:00
R. Ryantm
c83c12f444 go2rtc: 1.8.4 -> 1.8.5 2024-01-01 12:36:18 +00:00
Robert Scott
e86a939517
Merge pull request from r-ryantm/auto-update/rav1e
rav1e: 0.6.6 -> 0.7.0
2023-12-31 20:01:22 +00:00
R. Ryantm
38d5ab182b rav1e: 0.6.6 -> 0.7.0 2023-12-31 07:25:05 +00:00
Martin Weinelt
a5b30bdf1d Merge remote-tracking branch 'origin/master' into staging-next 2023-12-26 14:39:18 +01:00
R. Ryantm
d8403f1fe6 bento4: 1.6.0-640 -> 1.6.0-641 2023-12-26 04:36:14 +00:00
Sergei Trofimovich
f654eb1017 svt-av1: update src hash after re-release of 1.8.0
The only change is added file copyrights.
2023-12-21 14:38:31 +00:00
Mario Rodas
543b819720
Merge pull request from trofi/svt-av1-update
svt-av1: 1.7.0 -> 1.8.0
2023-12-17 13:53:43 -05:00
Sergei Trofimovich
50ce658660 svt-av1: 1.7.0 -> 1.8.0
Changes: https://gitlab.com/AOMediaCodec/SVT-AV1/-/blob/v1.8.0/CHANGELOG.md
2023-12-12 11:30:28 +00:00
Weijia Wang
16a11b6be3 swfmill: add darwin support 2023-12-10 15:59:50 +01:00
Martin Weinelt
927d8811c4
Merge pull request from mweinelt/go2rtc-1.8.3
go2rtc: 1.8.2 -> 1.8.4
2023-12-02 23:08:29 +01:00
Pol Dellaiera
4a92666e7b
Merge pull request from r-ryantm/auto-update/recyclarr
recyclarr: 6.0.1 -> 6.0.2
2023-11-27 21:03:13 +01:00
R. Ryantm
cdbe51d541 lux: 0.21.0 -> 0.22.0 2023-11-25 00:44:18 +00:00
h7x4
b8054ecd8a treewide: add mainProgram 2023-11-23 21:04:16 +01:00
Martin Weinelt
4d3c9e00cb
go2rtc: 1.8.2 -> 1.8.4
https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.3
https://github.com/AlexxIT/go2rtc/releases/tag/v1.8.4
2023-11-21 13:00:11 +01:00
Adam Joseph
c7e0f6b905 treewide: s_targetPlatform_hostPlatform_ in non-compiler packages
stdenv.targetPlatform really shouldn't be used by software that
doesn't generate or manipulate binaries.  I reviewed all uses of
targetPlatform outside of pkgs/development/compilers and pkgs/stdenv
and replaced those which weren't involved in something which fits
these criteria.
2023-11-17 08:07:34 +00:00
Martin Weinelt
9ccddc99aa
Merge pull request from mweinelt/go2rtc-1.8.2
go2rtc: 1.8.1 -> 1.8.2
2023-11-17 02:53:35 +01:00
R. Ryantm
0b5abe8d41 recyclarr: 6.0.1 -> 6.0.2 2023-11-12 12:03:29 +00: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 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 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 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 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 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 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 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 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 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
Franz Pletz
0a56666afc
Merge pull request from fpletz/pkgs/svt-av1-1.6.0
svt-av1: 1.5.0 -> 1.6.0
2023-07-01 13:55:34 +02:00
github-actions[bot]
4e9dcbbbc6
Merge master into staging-next 2023-06-26 18:01:29 +00:00
Earth Engine
dc7641c3fd yaydl: init at 0.13.0 2023-06-26 05:14:52 +00:00
Franz Pletz
dcb997cfa7
svt-av1: 1.5.0 -> 1.6.0 2023-06-21 14:56:58 +02:00
Randy Eckenrode
98939130b9
rav1e: fix build with updated Darwin stdenv
The updated Darwin stdenv uses `llvm-strip`, but that causes issues for
rav1e when using NASM and linking it with the cctools ld64. Stripping
the debug information instead of everything fixes the problem.
2023-05-29 16:15:22 -04:00
github-actions[bot]
a2cd4a67fd
Merge master into staging-next 2023-05-26 12:01:27 +00:00
Weijia Wang
840551bc69 bento4: 1.6.0-639 -> 1.6.0-640 2023-05-26 00:37:25 +03:00
github-actions[bot]
137b9085b3
Merge master into staging-next 2023-05-25 18:01:20 +00:00
Weijia Wang
35690e335f treewide/tools: use top-level fetchPypi 2023-05-25 19:03:52 +03:00
Weijia Wang
ef72ad86aa
Merge pull request from r-ryantm/auto-update/svt-av1
svt-av1: 1.4.1 -> 1.5.0
2023-05-24 01:33:55 +03:00
Weijia Wang
00b68204b6
Merge pull request from r-ryantm/auto-update/rav1e
rav1e: 0.6.4 -> 0.6.6
2023-05-24 00:58:44 +03:00
Martin Weinelt
5ad9a631d6
go2rtc: init at 1.5.0 2023-05-22 03:14:08 +02:00
Sam Willcocks
6b8d30fc50 bento4: fix on darwin, remove broken on aarch64 2023-05-21 10:42:14 +08:00
R. Ryantm
33b4c4e7bb rav1e: 0.6.4 -> 0.6.6 2023-05-20 10:56:00 +00:00
John Chadwick
64825e2293 swfmill: 0.3.3 -> 0.3.6 2023-05-13 14:50:05 -04:00
John Chadwick
f4785f6dd7 swfmill: add -lz to LDFLAGS explicitly 2023-05-13 13:17:39 -04:00
R. Ryantm
fb383b5f9e wtwitch: 2.6.1 -> 2.6.2 2023-05-06 16:48:45 +08:00
R. Ryantm
ec3cb5eab5 svt-av1: 1.4.1 -> 1.5.0 2023-05-01 19:09:11 +01:00
R. Ryantm
45bc53cb52 lux: 0.17.2 -> 0.18.0 2023-04-23 14:14:33 +00:00