Commit Graph

29 Commits

Author SHA1 Message Date
Alexis Hildebrandt
755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
R. Ryantm
1cd65cb7a3 jitsi-videobridge: 2.3-92-g64f9f34f -> 2.3-105-ge155b81e 2024-04-26 13:51:25 +00:00
R. Ryantm
78aae80b07 jitsi-videobridge: 2.3-67-gb2d4229f -> 2.3-92-g64f9f34f 2024-03-21 12:12:33 +00:00
R. Ryantm
b5aa33d92d jitsi-videobridge: 2.3-64-g719465d1 -> 2.3-67-gb2d4229f 2024-01-28 16:31:55 +01:00
R. Ryantm
41595b0d0b jitsi-videobridge: 2.3-61-g814bffd6 -> 2.3-64-g719465d1 2024-01-01 08:09:47 +00:00
R. Ryantm
a62e240148 jitsi-videobridge: 2.3-59-g5c48e421 -> 2.3-61-g814bffd6 2023-12-12 05:15:40 +00:00
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
R. Ryantm
841bd4d99c jitsi-videobridge: 2.3-44-g8983b11f -> 2.3-59-g5c48e421 2023-11-20 03:40:28 +00:00
R. Ryantm
055bf8cc3e jitsi-videobridge: 2.2-69-gad606ca2 -> 2.3-44-g8983b11f 2023-09-29 08:24:10 +00:00
R. Ryantm
c57f9faa22 jitsi-videobridge: 2.2-45-ge8b20f06 -> 2.2-69-gad606ca2 2023-02-01 14:53:04 +01:00
Sandro
4f44b97d01
Merge pull request #193590 from erosennin/jitsi-videobridge-openssl 2022-11-13 01:34:42 +01:00
Cleeyv
1483e9a2a5 jitsi-videobridge: 2.2-22 -> 2.2-45 2022-10-28 11:53:18 -04:00
Andrey Golovizin
6877efb135 jitsi-videobridge: add openssl to LD_LIBRARY_PATH
Jitsi Videobridge loads libcrypto.so at runtime to use hardware AES.
2022-09-29 22:48:50 +02:00
Simon Bruder
ae318632bc
jitsi-videobridge: 2.2-9-g8cded16e -> 2.2-22-g42bc1b99 2022-08-12 15:15:44 +02:00
Simon Bruder
13760b87d2
jitsi-videobridge: fix update script
Otherwise e.g. jitsi-videobridge2_2.2-18-gade06bf8 is seen as newer than
jitsi-videobridge2_2.2-9-g8cded16e.
2022-08-12 15:15:20 +02:00
ajs124
bc9c51b90e jitsi-videobridge: 2.1-595-g3637fda4 -> 2.2-9-g8cded16e 2022-06-28 23:14:18 +02:00
Cleeyv
589657d9c5 jitsi-videobridge: 2.1-570-gb802be83 -> 2.1-595-g3637fda4 2021-12-30 12:59:46 -05:00
R. RyanTM
3f9e478db1 jitsi-videobridge: 2.1-551-g2ad6eb0b -> 2.1-570-gb802be83 2021-10-16 09:35:09 -07:00
R. RyanTM
065abed6de jitsi-videobridge: 2.1-508-gb24f756c -> 2.1-551-g2ad6eb0b 2021-09-12 20:23:38 +00:00
tshaynik
fdc4d771f9 jitsi-videobridge: add passthru.updateScript
Add a script to auto-update to the most recent stable version of
jitsi-videobridge.
2021-09-09 14:57:30 -04:00
illustris
d0d7946c03 jitsi-videobridge: 2.1-416 -> 2.1-508 2021-06-20 12:36:51 +02:00
Ben Siraphob
e03c068af5 treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
Milan Pässler
fdeaed459b jitsi-videobridge: 2.1-273-g072dd44b -> 2.1-416-g2f43d1b4 2021-02-13 17:34:54 +01:00
Milan Pässler
5a3e315c29 jitsi-videobridge: run hooks in installPhase 2021-02-13 17:34:54 +01:00
Profpatsch
4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Matt McHenry
13e3d2bc4b openjdk: 14.0.2 -> 15.0.1
* update two explicit references to jdk14 to just jdk, which no longer
  points at jdk8 after #89731.

* patch an explicit -XX:+UseConcMarkSweepGC to -XX:UseG1GC, as the
  former now throws an error (after having been deprecated since jdk 9)
2020-12-26 11:58:06 -05:00
Ryan Mulligan
44906f07cd jitsi-videobridge: 2.1-202-g5f9377b9 -> 2.1-273-g072dd44b 2020-08-08 12:30:58 -07:00
Ryan Mulligan
c4814c03b7 treewide: add Jitsi maintainers
* makes jitsi maintainer team
2020-08-04 13:07:36 -07:00
Martin Milata
355e9d6b25 jitsi-videobridge: init at 2.1-202-g5f9377b9 2020-07-09 00:00:02 +02:00