Commit Graph

904 Commits

Author SHA1 Message Date
Vladimír Čunát
9f92114fc8
libtiff: avoid parallel checking (partially)
It causes issues apparently, so saving something like 10 seconds
isn't worth that hassle.  3/3 failures on Hydra:
https://hydra.nixos.org/build/274030385#tabs-buildsteps
2024-09-27 09:20:38 +02:00
Fabián Heredia Montiel
2a115bbd1e Merge remote-tracking branch 'origin/master' into staging-next 2024-09-26 18:03:59 -06:00
Weijia Wang
3841712d51
litmusctl: 1.9.0 -> 1.10.0 (#342797) 2024-09-27 00:16:01 +02:00
Doron Behar
eae63b21c1 linien-gui: fix build of new version 2024-09-26 10:33:11 +03:00
github-actions[bot]
ce44139ef1
Merge master into staging-next 2024-09-25 06:04:53 +00:00
Artturin
f0e657f3b1 Merge branch 'master' into staging-next 2024-09-25 06:05:01 +03:00
David McFarland
894e9265c5 libation: restore/build for current runtime only 2024-09-24 20:43:23 -03:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
github-actions[bot]
1884aacefd
Merge master into staging-next 2024-09-21 06:04:19 +00:00
Aleksana
d203fb0f3e
lianad: init at 6.0 (#323696) 2024-09-21 09:22:45 +08:00
K900
01669ae33d
libtiff: 4.6.0 -> 4.7.0, cleanup libtiff_t and its dependees (#340566) 2024-09-20 19:40:16 +03:00
K900
d8a54461fc Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-20 07:27:56 +03:00
Peder Bergebakken Sundt
8aa42ae0d9
treewide: remove CMAKE_BUILD_TYPE from cmakeFlags (#336854) 2024-09-19 22:32:31 +02:00
Peder Bergebakken Sundt
47c3c65ae9
lime3ds: 2117.1 -> 2118 (#340394) 2024-09-19 22:29:11 +02:00
h7x4
9a6c76c4af
treewide: remove unused inputs (#342672) 2024-09-19 20:36:18 +02:00
Bobby Rong
04b776d6cd
libgedit-amtk, libgedit-gfls, libgedit-gtksourceview, libgedit-tepl, gedit, enter-tex: Update (#342828) 2024-09-19 22:02:52 +08:00
github-actions[bot]
f8ad48a5a2
Merge staging-next into staging 2024-09-19 00:14:04 +00:00
Peder Bergebakken Sundt
5ce892fe80
libcsa: init at 1.26-unstable-2024-03-22 (#325787) 2024-09-18 21:11:07 +02:00
Yarny0
6a6a191d00 libtiff: migrate to pkgs/by-name overlay 2024-09-18 19:51:00 +02:00
Bobby Rong
f85803fd88
libgedit-tepl: 6.10.0 → 6.11.0
https://gitlab.gnome.org/World/gedit/libgedit-tepl/-/compare/6.10.0...6.11.0
2024-09-18 23:52:49 +08:00
Bobby Rong
e35907492c
libgedit-gtksourceview: 299.2.1 → 299.3.0
https://gitlab.gnome.org/World/gedit/libgedit-gtksourceview/-/compare/299.2.1...299.3.0
2024-09-18 23:52:48 +08:00
Bobby Rong
eade58d202
libgedit-gfls: 0.1.0 → 0.2.0
https://gitlab.gnome.org/World/gedit/libgedit-gfls/-/compare/0.1.0...0.2.0
2024-09-18 23:52:48 +08:00
Bobby Rong
bbf75a3c3e
libgedit-amtk: 5.8.0 → 5.9.0
https://gitlab.gnome.org/World/gedit/libgedit-amtk/-/compare/5.8.0...5.9.0
2024-09-18 23:52:48 +08:00
Matias Zwinger
75c4c3d421
libcsa: init at 1.26-unstable-2024-03-22 2024-09-18 16:53:55 +03:00
R. Ryantm
883b7bd083 litmusctl: 1.9.0 -> 1.10.0 2024-09-18 13:14:53 +00:00
github-actions[bot]
c6e4482b21
Merge staging-next into staging 2024-09-18 12:06:10 +00:00
Ivan Mincik
eb71db05a5
libspatialindex: fix on darwin (#342589) 2024-09-18 06:43:09 +00:00
github-actions[bot]
b638e02a58
Merge staging-next into staging 2024-09-18 00:13:59 +00:00
Peder Bergebakken Sundt
f2826b18cc
libmatroska: adopt; modernize; split outputs; add more tests (#319214) 2024-09-18 02:13:23 +02:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
nat
67ff8244c3
limine: add sanana as maintainer 2024-09-18 00:10:12 +02:00
nat
1e85a6ab16
limine: add surfaceflinger as maintainer 2024-09-18 00:05:45 +02:00
nat
4ee79f4f1c
limine: reformat 2024-09-18 00:01:21 +02:00
Nikolay Korotkiy
a5599c35f1
libspatialindex: nixfmt-rfc-style 2024-09-17 21:49:55 +04:00
Nikolay Korotkiy
27336c6619
libspatialindex: migrate to by-name 2024-09-17 21:46:31 +04:00
K900
b24e9a53ca Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-17 09:07:34 +03:00
Aleksana
a2cad4db0b
treewide: migrate packages to by-name (#341412) 2024-09-17 11:17:16 +08:00
plebhash
5067b8bc0c
liana: add notice to keep version in sync with lianad 2024-09-16 19:47:27 -03:00
plebhash
194f865bd4
lianad: init at 6.0 2024-09-16 19:47:01 -03:00
github-actions[bot]
1eb2a0e2d5
Merge staging-next into staging 2024-09-16 18:04:57 +00:00
Anderson Torres
f0e64ce16f treewide: migrate packages maintained by AndersonTorres to by-name
Manual migration for the sake of by-name migration is no longer discouraged
since #340235.
2024-09-16 14:26:47 -03:00
R. Ryantm
67c1530559 libvmi: 0.14.0-unstable-2024-08-06 -> 0.14.0-unstable-2024-09-04 2024-09-16 04:26:35 +00:00
github-actions[bot]
7aea2e99a8
Merge staging-next into staging 2024-09-16 00:14:57 +00:00
Peder Bergebakken Sundt
d109b34ab6
ayatana-ido,libayatana-indicator: move to pkgs/by-name and fix cross compilation (#338790) 2024-09-15 23:27:45 +02:00
github-actions[bot]
84a5c54b60
Merge staging-next into staging 2024-09-15 12:05:26 +00:00
nicoo
2641d97cbf pkgs/by-name: Convert hashes to SRI format
Reproduction script:
	# Bulk rewrite
	./maintainers/scripts/sha-to-sri.py pkgs/by-name
	# Revert some packages which will need manual intervention
	for n in amdvlk azure-cli cargo-profiler corefonts flatito fluxcd gist perf_data_converter protoc-gen-js solana-cli swt verible; do
		git checkout -- "pkgs/by-name/${n:0:2}/${n}"
	done
2024-09-15 11:24:31 +02:00
github-actions[bot]
2e6560786a
Merge staging-next into staging 2024-09-14 12:05:07 +00:00
Aleksana
70f0b291a6
libresplit: init at 0-unstable-2024-06-05 (#341396) 2024-09-14 16:22:53 +08:00
Artturin
eef771ccf6
treewide: fix typos of enableParallelBuilding (#340652) 2024-09-13 21:52:21 +03:00
Francesco Gazzetta
7d20e888d7 libresplit: init at 0-unstable-2024-06-05 2024-09-13 09:27:34 +02:00
github-actions[bot]
34de158a5f
Merge staging-next into staging 2024-09-13 00:13:45 +00:00
Weijia Wang
be90f5105a
libcpuid: 0.6.5 -> 0.7.0 (#337492) 2024-09-13 00:02:23 +02:00
K900
4e803e9656 Merge remote-tracking branch 'origin/staging-next' into staging 2024-09-12 07:00:07 +03:00
Artturin
ed0fe13cc6
libgrapheme: fix cross compilation (#339568) 2024-09-12 00:52:44 +03:00
Donovan Glover
79948d49df
lightningcss: 1.26.0 -> 1.27.0 (#341175) 2024-09-11 21:14:55 +00:00
Pol Dellaiera
61235dc6d4
maintainers: remove eclairevoyant (#341075) 2024-09-11 22:24:23 +02:00
Sandro
981d54d76c
libvmi: 0.12.0 -> 0.14.0-unstable-2024-08-06, libkvmi: init at 1.1.0-unstable-2023-12-13 (#328873) 2024-09-11 17:34:47 +02:00
John Titor
c8c60dd85d
lightningcss: 1.26.0 -> 1.27.0 2024-09-11 15:31:01 +05:30
Fernando Rodrigues
6c437afe2c
libvmi: 0.12.0 -> 0.14.0-unstable-2024-08-06
Also splits the package output and adds more configuration options.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-09-11 00:54:55 +00:00
github-actions[bot]
408e32a8fe
Merge staging-next into staging 2024-09-11 00:13:38 +00:00
Peder Bergebakken Sundt
69cdb62513
libbase58: init at 0.1.4 (#340834) 2024-09-11 01:24:37 +02:00
éclairevoyant
49f7e34d6e
maintainers: remove eclairevoyant 2024-09-10 15:02:41 -04:00
github-actions[bot]
b4c8dad507
Merge staging-next into staging 2024-09-10 00:13:45 +00:00
Robert Schütz
e67bfd04e9 libdeltachat: 1.142.11 -> 1.142.12
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.142.11...v1.142.12

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.142.12/CHANGELOG.md
2024-09-09 11:57:38 -07:00
Daniel Nagy
dc08f934bf
libbase58: init at 0.1.4 2024-09-09 20:00:00 +02:00
David McFarland
7912e83ade treewide: fix typos of enableParallelBuilding 2024-09-08 23:12:54 -03:00
github-actions[bot]
5725a1eed6
Merge staging-next into staging 2024-09-08 18:04:33 +00:00
Nick Cao
85a57a2644
license-generator: 1.2.0 -> 1.3.0 (#340388) 2024-09-08 08:37:07 -04:00
github-actions[bot]
14cae7d650
Merge staging-next into staging 2024-09-08 12:05:15 +00:00
R. Ryantm
dfa720228b libtorrent: 0.13.8-unstable-2024-08-21 -> 0.13.8-unstable-2024-09-01 2024-09-08 08:10:59 +00:00
arthsmn
c27e90ce58
lime3ds: 2117.1 -> 2118 2024-09-07 19:11:32 -03:00
R. Ryantm
dbc066f1a1 license-generator: 1.2.0 -> 1.3.0 2024-09-07 21:44:24 +00:00
mksafavi
7732e956a8 libphidget22: init at 0-unstable-2024-04-11 2024-09-08 00:05:22 +03:30
github-actions[bot]
5310eaa51e
Merge staging-next into staging 2024-09-07 18:04:28 +00:00
0x4A6F
442210ed40
libjaylink: Move package definition into by-name directory (#338675) 2024-09-07 15:38:04 +02:00
github-actions[bot]
c35ab72937
Merge staging-next into staging 2024-09-07 12:05:25 +00:00
David McFarland
13a975148a
dotnet: add override mechanism for nuget packages (#339953) 2024-09-07 09:00:01 -03:00
Felix Singer
844c32097b libjaylink: Use SRI hash for source
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 02:40:12 +02:00
Felix Singer
6423ae728c libjaylink: Format package.nix
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-09-07 02:40:02 +02:00
David McFarland
e6c700ed11 dotnetCorePackages.fetchNupkg: override avalonia.x11 to find native libs 2024-09-06 16:32:08 -03:00
David McFarland
9a0be2fd28 dotnetCorePackages.fetchNupkg: override skiasharp to find fontconfig 2024-09-06 16:05:19 -03:00
github-actions[bot]
727c84916e
Merge staging-next into staging 2024-09-06 12:05:38 +00:00
Aleksana
1f70e0f549
kazv: init at 0.5.0 (#334844) 2024-09-06 16:05:45 +08:00
github-actions[bot]
d76d809dd4
Merge staging-next into staging 2024-09-05 00:13:35 +00:00
Adam C. Stephens
cc75a581a2
libcutl: 0.10.0 -> 0.11.0, move to by-name, modernize, adopt (#332257) 2024-09-04 20:12:42 -04:00
Franz Pletz
d11062cc2b
librewolf-bin: init at 129.0.2.1 (#338466) 2024-09-05 01:19:45 +02:00
Nikolay Korotkiy
5fc29fc1bb
libgrapheme: fix cross compilation 2024-09-04 18:10:49 +04:00
github-actions[bot]
34e1498dc6
Merge staging-next into staging 2024-09-04 12:06:45 +00:00
eljamm
e825dd48b5 libeufin: 0.11.3 -> 0.13.0 2024-09-04 12:45:21 +02:00
github-actions[bot]
d90699ae2f
Merge staging-next into staging 2024-09-04 06:05:29 +00:00
Nick Cao
8170212c3c
libcyaml: 1.4.1 -> 1.4.2 (#338707) 2024-09-03 15:30:08 -04:00
Robert Schütz
ecf9b0eeb7
deltachat-desktop: 1.46.5 -> 1.46.7 (#338211) 2024-09-03 08:32:27 -07:00
Frédéric Christ
b59b54ba37 mautrix-signal: 0.6.3 -> 0.7.0 2024-09-02 20:40:35 +02:00
Frédéric Christ
32b79e940e mautrix-signal: Reformat code 2024-09-02 20:40:35 +02:00
Robert Schütz
b6c396e675 libdeltachat: 1.142.7 -> 1.142.11
Diff: https://github.com/deltachat/deltachat-core-rust/compare/v1.142.7...v1.142.11

Changelog: https://github.com/deltachat/deltachat-core-rust/blob/v1.142.11/CHANGELOG.md
2024-09-02 11:32:47 -07:00
Philip Taron
3801fc543f
libwacom,libwacom-surface: 2.12.2 -> 2.13.0 (#338965) 2024-09-02 10:54:23 -07:00
Sandro
b870875375
liberasurecode: 1.6.3 -> 1.6.4 (#338883) 2024-09-02 11:29:39 +02:00
Alyssa Ross
818996edf8
libwacom,libwacom-surface: 2.12.2 -> 2.13.0 2024-09-02 10:31:37 +02:00
R. Ryantm
fce5669ef6 lint-staged: 15.2.9 -> 15.2.10 2024-09-02 02:48:23 +00:00
Anthony ROUSSEL
f510a49e54 liberasurecode: add passthru.tests.pkg-config, meta.pkgConfigModules 2024-09-01 21:39:14 +02:00
Anthony ROUSSEL
5eeb244259 liberasurecode: 1.6.3 -> 1.6.4
https://github.com/openstack/liberasurecode/compare/1.6.3...1.6.4
2024-09-01 21:34:44 +02:00
Anthony ROUSSEL
c3bda7ebcb liberasurecode: migrate to pkgs/by-name 2024-09-01 21:34:43 +02:00
Nikolay Korotkiy
56b92e141a
libcyaml: migrate to by-name 2024-09-01 18:39:15 +04:00
Nikolay Korotkiy
7ef152a7cb
license-generator: move to by-name (#338777) 2024-09-01 16:49:41 +04:00
Jan Tojnar
5c40feae4d
libbytesize: 2.10 -> 2.11 (#337267) 2024-09-01 14:40:54 +02:00
Colin
8e2f23d65a libayatana-indicator: fix cross compilation 2024-09-01 12:14:17 +00:00
Colin
9baa4280ed libayatana-indicator: move to pkgs/by-name 2024-09-01 12:14:17 +00:00
Loïc Reynier
eacef538b2
license-generator: move to by-name 2024-09-01 10:55:00 +00:00
R. Ryantm
5a53d141ac libtorrent: 0.13.8-unstable-2024-08-20 -> 0.13.8-unstable-2024-08-21 2024-08-31 23:21:31 +00:00
Felix Singer
5fc67c2ab7 libjaylink: Move package definition into by-name directory
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2024-08-31 21:44:10 +02:00
Vladimír Čunát
36a13f9f21
staging-next 2024-08-23 (#336718) 2024-08-31 11:49:12 +02:00
Jonas Heinrich
a6916c76a7
licensedigger: init at 0-unstable-2024-08-28 (#337896) 2024-08-31 10:36:26 +02:00
Jonas Heinrich
fcbfdce5a8 licensedigger: init at 0-unstable-2024-08-28 2024-08-31 10:35:15 +02:00
éclairevoyant
6d3fa00589
librewolf-bin: init at 129.0.2.1 2024-08-30 16:22:36 -04:00
github-actions[bot]
b9ec6f58ab
Merge master into staging-next 2024-08-30 06:04:29 +00:00
Sebastián Mancilla
a231d8a3fb
lime3ds: 2116 -> 2117.1 (#335689) 2024-08-29 23:46:29 -04:00
github-actions[bot]
5702f5278f
Merge master into staging-next 2024-08-29 12:05:13 +00:00
Atemu
54eb390256 libeufin: init at 0.11.3
Co-authored-by: eljamm <fedi.jamoussi@protonmail.ch>

Adapted from a9de64c60a/pkgs/by-name/libeufin/package.nix
2024-08-29 13:43:18 +02:00
Anderson Torres
207d668c49 libbytesize: 2.10 -> 2.11 2024-08-26 21:35:52 -03:00
Anderson Torres
487bca6f29 libbytesize: nixfmt-rfc-style 2024-08-26 21:35:52 -03:00
Anderson Torres
e8c134f783 libbytesize: migrate to by-name 2024-08-26 21:35:52 -03:00
github-actions[bot]
0629545b27
Merge master into staging-next 2024-08-27 00:13:08 +00:00
Emily
0c7aafc7f5
musly: add patches for FFmpeg 7, C++17, and external deps; kissfft: build with CMake; libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23 (#332035) 2024-08-27 01:12:57 +01:00
Emily
095ef5ef9e libresample: 0.1.3 -> 0.1.4-unstable-2024-08-23
The Debian CMake build system rewrite patch was broken and generated
an unusable `.pc` file, so I rewrote it again in Meson. This was
accepted upstream, but is still awaiting a final release.

The licence also changed to BSD-2-Clause OR LGPL-2.1-or-later in 2013.
2024-08-26 22:37:33 +01:00
R. Ryantm
d65b343563 libcpuid: 0.6.5 -> 0.7.0 2024-08-26 13:15:33 +00:00
github-actions[bot]
132f2322d0
Merge master into staging-next 2024-08-26 12:05:25 +00:00
R. Ryantm
a303eb549e libtorrent: 0.13.8-unstable-2023-03-16 -> 0.13.8-unstable-2024-08-20 2024-08-26 10:43:03 +00:00
github-actions[bot]
0a498c7d18
Merge master into staging-next 2024-08-24 18:03:46 +00:00
superherointj
ed373f9e1e
Merge pull request #334233 from superherointj/libs3-fix-cross
libs3: fix cross compilation, pkgs/by-name migration
2024-08-24 10:41:05 -03:00
github-actions[bot]
8751a0ec8d
Merge master into staging-next 2024-08-24 00:12:18 +00:00
Jan Tojnar
b8f3c78021
Merge pull request #333917 from jtojnar/gnome-top-level
gnome: Move more packages to top-level
2024-08-24 01:43:31 +02:00
superherointj
3451a339de
Merge pull request #336043 from museoa/upload-live555
live555: 2024.06.26 -> 2024.08.01
2024-08-23 17:10:51 -03:00
jopejoe1
2ab92557c1 libvpl: remove CMAKE_BUILD_TYPE from cmakeFlags 2024-08-23 19:10:19 +02:00
R. Ryantm
9427e0699e licensure: 0.5.0 -> 0.5.1 2024-08-23 09:56:13 +00:00
github-actions[bot]
8aed0e83e9
Merge staging-next into staging 2024-08-23 06:04:43 +00:00
Sebastián Mancilla
e1c79ad8df
Merge pull request #334139 from r-ryantm/auto-update/livekit
livekit: 1.7.0 -> 1.7.2
2024-08-22 22:01:09 -04:00
arthsmn
aa0e6bba5e
lime3ds: 2116 -> 2117.1 2024-08-22 21:57:35 -03:00
Fernando Rodrigues
0fae3ce962
libvmi: format with nixfmt-rfc-style
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-22 18:31:36 -03:00
Fernando Rodrigues
39fd9bbb58
libvmi: move to pkgs/by-name
Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-22 18:31:35 -03:00
Fernando Rodrigues
f28182d44a
libkvmi: init at 1.1.0-unstable-2023-12-13
Required dependency for recent versions of libvmi.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2024-08-22 18:31:35 -03:00
Francesco Gazzetta
3362afaee0 libkazv: init at 0.7.0 2024-08-22 15:29:43 +02:00
github-actions[bot]
69716c980f
Merge staging-next into staging 2024-08-22 10:21:47 +00:00
K900
5c68540f8b Merge remote-tracking branch 'origin/staging-next' into staging 2024-08-22 13:20:38 +03:00
nixpkgs-merge-bot[bot]
bf247559ca
Merge pull request #335039 from r-ryantm/auto-update/libiec61850
libiec61850: 1.5.3 -> 1.6.0
2024-08-22 10:12:11 +00:00
Vladimír Čunát
9f8ee91805
Merge #330270: libcamera: 0.3.0 -> 0.3.1
...into staging
2024-08-22 12:00:52 +02:00
Vladimír Čunát
0141f779e4
Merge #323821: linux-wallpaperengine: drop 2024-08-22 10:22:40 +02:00
Nick Cao
d959134add
Merge pull request #336359 from r-ryantm/auto-update/librime-lua
librime-lua: 0-unstable-2024-05-19 -> 0-unstable-2024-08-19
2024-08-21 17:40:04 -04:00
Nick Cao
79ac163d66
Merge pull request #336364 from r-ryantm/auto-update/litmusctl
litmusctl: 1.8.0 -> 1.9.0
2024-08-21 17:39:31 -04:00
Weijia Wang
4e916c7cfa
Merge pull request #335748 from ofalvai/ofalvai/libsignal-fix-darwin
libsignal-ffi: fix darwin build
2024-08-21 21:03:53 +02:00
Emily
7ca429f26f libresample: add myself to maintainers 2024-08-21 18:05:20 +01:00