Commit Graph

430 Commits

Author SHA1 Message Date
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
Franz Pletz
0a56666afc
Merge pull request #238981 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 #229074 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 #231593 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
R. Ryantm
66e85ab988 rav1e: 0.6.3 -> 0.6.4 2023-04-17 00:29:57 +00:00
Adam Joseph
4aa036f15a rav1e: fix cross
`cargo cbuild` needs to have the `C{C,XX}_FOR_{${platform}}`
variables set just like `cargo` since it is basically a wrapper
around cargo.  Without these variables, it will try to use the
`hostPlatform` C compiler to compile `build.rs` scripts, and will
pass flags to that compiler which only make sense on the
`buildPlatform`.  So it's just doomed without the environment
variables.

Right now it looks like `rav1e` is the only package we have that is
using `cargo-c`, but if that changes in the future we should factor
this out as its own hook, like `maturinBuildHook` and the others.
2023-04-14 07:41:03 +03:00
github-actions[bot]
80f198ff3a
Merge staging-next into staging 2023-04-05 06:01:50 +00:00
Candy Cloud
6d1ee759c6 lux: 0.17.0 -> 0.17.2 2023-04-05 00:29:30 +00:00
figsoda
201d4b7c5c rustPlatform.buildRustPackage: make auditable the default 2023-03-26 22:47:06 -04:00
Vladimír Čunát
0f9354bfee
Merge #218309: ffmpeg: ffmpeg_4 → ffmpeg_5
...into staging
2023-03-16 11:11:31 +01:00
Atemu
9bd2506458 treewide: make ffmpeg_4-dependant packages depend on ffmpeg_4
These packages were identified as broken when ffmpeg = ffmpeg_5.

Tested _only_ by building them. If you are a maintainer of one of these
packages, please test whether your package still works.
2023-03-13 16:42:22 -06:00
github-actions[bot]
d165f35883
Merge master into staging-next 2023-03-11 06:01:15 +00:00
R. Ryantm
05d40d8c87 lux: 0.16.0 -> 0.17.0 2023-03-10 23:40:37 +00:00
Sandro Jäckel
a62338c549 rav1e: fix build
zlib.h header was missing and because of that compilation failed.
2023-03-03 23:59:28 +01:00
Sandro
29211dc4b4
Merge pull request #209679 from r-ryantm/auto-update/rav1e 2023-03-01 23:34:33 +01:00
R. Ryantm
bad5dc61f3 xjadeo: 0.8.11 -> 0.8.12 2023-02-25 16:28:13 +00:00
Artturin
f9fdf2d402 treewide: move NIX_CFLAGS_COMPILE to the env attrset
with structuredAttrs lists will be bash arrays which cannot be exported
which will be a issue with some patches and some wrappers like cc-wrapper

this makes it clearer that NIX_CFLAGS_COMPILE must be a string as lists
in env cause a eval failure
2023-02-22 21:23:04 +02:00
Ferry Jérémie
bfac2d0034 treewide:replace http by https when https is a permanent redirection 2023-02-19 21:47:59 +01:00
Sandro
13ed718489
Merge pull request #212306 from laalsaas/handbrake
Fixes https://github.com/NixOS/nixpkgs/issues/211297
2023-02-07 22:22:43 +01:00
laalsaas
c774708a05
svt-av1: unbreak on linux-aarch64 2023-02-07 21:04:43 +01:00
R. Ryantm
9b29147154 wtwitch: 2.6.0 -> 2.6.1 2023-02-07 09:40:00 +00:00
Nick Cao
8304c7138e
Merge pull request #208385 from r-ryantm/auto-update/atomicparsley
atomicparsley: 20210715.151551.e7ad03a -> 20221229.172126.d813aa6
2023-02-07 10:31:05 +08:00
Alyssa Ross
212c28ec39 rav1e: use libgit2 from Nixpkgs
This is a native build input because it's used at build time by the
"built" crate, which tries to embed git info and build timestamps into
the binary (ugh).

This fixes cross-compilation from x86_64 to aarch64, because git2's
build.rs tries to use -m64, which is x86_64-only.
2023-01-29 10:48:40 +00:00
Artturi
9356539b7d
Merge pull request #192246 from siriobalmelli-foss/fix/tsduck 2023-01-27 18:59:55 +02:00
Shawn8901
133fa5f867 treewide: remove global with lib; in pkgs/tools 2023-01-24 17:41:44 +01:00
Ferry Jérémie
65d7e87fdb treewide: replace http by https when https is a permanent redirection 2023-01-22 02:46:49 +01:00
R. Ryantm
d7c81d6c73 rav1e: 0.6.1 -> 0.6.3 2023-01-16 14:30:04 +00:00
Jan Tojnar
5810109b42 Merge branch 'staging-next' into staging
- readline6 attribute removed from all-packages.nix in d879125d61
- readline attribute was bumped to readline82 in 50adabdd60
2023-01-02 03:04:32 +01:00
R. Ryantm
7f8e2d8587 atomicparsley: 20210715.151551.e7ad03a -> 20221229.172126.d813aa6 2022-12-30 17:27:44 +00:00
Madoura
9ac2ccfe92
svt-av1: 1.2.1 -> 1.4.1 2022-12-24 17:30:19 -06:00
github-actions[bot]
9e23ec4f1c
Merge staging-next into staging 2022-12-15 00:03:02 +00:00
github-actions[bot]
58a71457f7
Merge master into staging-next 2022-12-15 00:02:26 +00:00
Sandro
9fff194f06
Merge pull request #200148 from urandom2/wtwitch
Fixes https://github.com/NixOS/nixpkgs/issues/184685
2022-12-14 21:58:16 +01:00
github-actions[bot]
4db4181d93
Merge staging-next into staging 2022-12-14 00:02:53 +00:00
github-actions[bot]
1e7dd98694
Merge master into staging-next 2022-12-14 00:02:18 +00:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Colin Arnott
bdca4eb87e
wtwitch: init at 2.6.0
In addition to wtwitch, we have also setup the manpage, bash and zsh
completion, and set a default LANG value, since this is needed, but not
guaranteed on systems like darwin.

Fixes #184685
2022-12-12 07:58:57 +00:00
figsoda
cfc6213879
Merge pull request #204686 from figsoda/auditable
rustPlatform.buildRustPackage: build auditable binaries
2022-12-09 16:46:45 -05:00
figsoda
a6137b73f9 cargo-auditable-cargo-wrapper: init 2022-12-07 00:23:43 -05:00
figsoda
b632d78aea rav1e: make auditable 2022-12-05 18:58:42 -05:00
Theodore Ni
ca4458830d
rav1e: 0.5.1 -> 0.6.1 2022-12-04 18:51:00 -08:00
Sirio Balmelli
6399ed7b55
tsduck: disable tests failing in sandbox
Network tests succeed outside of sandbox, as they call 'localhost'.
Disable to allow building in sandbox.

Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
2022-11-22 11:20:39 +01:00
R. Ryantm
cacb803367 lux: 0.15.0 -> 0.16.0 2022-11-08 00:58:05 +00:00
Candy Cloud
4bdd6b834d lux: init at 0.15.0 2022-09-24 01:42:43 +00:00
Mario Rodas
4d1f310425
Merge pull request #187038 from r-ryantm/auto-update/svt-av1
svt-av1: 1.2.0 -> 1.2.1
2022-09-17 11:23:07 -05:00
Sirio Balmelli
25d00141a8
tsduck: init at 3.31-2761
Signed-off-by: Sirio Balmelli <sirio@b-ad.ch>
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Co-authored-by: Stanisław Pitucha <viraptor@gmail.com>
2022-09-12 17:19:15 +02:00
R. Ryantm
16e24b17ea svt-av1: 1.2.0 -> 1.2.1 2022-08-16 23:03:34 +00:00
R. Ryantm
b9cc234143 svt-av1: 1.0.0 -> 1.2.0 2022-08-06 06:54:24 +00:00
Sebastián Mancilla
3239a05357 untrunc-anthwlock: refactor build
Use buildPhase to make clear that we need two invocations of 'make' with
different targets.

Also set IS_RELEASE to 1 to ensure an optimized build is created instead
of a debug build (see Makefile).
2022-07-09 23:57:14 -04:00
Sebastián Mancilla
cf88ead89d untrunc-anthwlock: mark as unbroken on darwin
Fixed by c39770ecc5 (libui: fix typo when installing libs on darwin,
2022-07-09).
2022-07-09 23:56:43 -04:00
Sergei Trofimovich
415e94cfd2
Merge pull request #178364 from trofi/update-rtmpdump
rtmpdump: unstable-2019-03-30 -> unstable-2021-02-19
2022-06-24 07:08:21 +00:00
Sergei Trofimovich
bab3fd7c37 harvid: fix pending upstream inclusion to support parallel builds
Without the change parallel build fails as:

    make -C src
    make[1]: Entering directory '/build/harvid/src'
    ld -r -b binary -o seek.o ../doc/seek.js
    ld -r -b binary -o logo.o ../doc/harvid.jpg
    make[1]: *** No rule to make target '../libharvid/libharvid.a', needed by 'harvid'.  Stop.
2022-06-22 23:35:42 +01:00
Sergei Trofimovich
55364f6706 rtmpdump: unstable-2019-03-30 -> unstable-2021-02-19
Contains single but important change:

  orbea (1):
      Fix race condition in the librtmp install target.
2022-06-20 21:26:30 +01:00
Rick van Schijndel
cd3c25616d treewide: pkgs/tools: mark broken for darwin
All packages that were failing on x86_64-darwin are marked broken.
I'm assuming here that these are also broken on aarch64-darwin.
2022-05-29 10:56:04 +02:00
Peter Hoeg
3ca3a12ffc tree-wide: SDL may not have a .dev 2022-05-27 08:09:56 +08:00
amesgen
63f82810d1
svt-av1: remove BSD-2 from licenses
Quoting from the README:

> Up to v0.8.7, SVT-AV1 is licensed under the BSD-2-clause license and
> the Alliance for Open Media Patent License 1.0. See LICENSE and
> PATENTS for details. Starting from v0.9, SVT-AV1 is licensed under
> the BSD-3-clause clear license and the Alliance for Open Media
> Patent License 1.0. See LICENSE and PATENTS for details.
2022-05-10 19:52:34 +02:00
amesgen
c209577626
svt-av1: 0.9.1 -> 1.0.0 2022-05-10 19:52:34 +02:00
Madoura
b18031c413
treewide/meta: Remove chiiruno and replace with Madouura (#169096)
* maintainers: remove chiiruno

* nixos/zeronet.nix: replace chiiruno with Madouura

* nixos/hydron: replace chiiruno with Madouura

* nixos/tests/bcachefs: replace chiiruno with Madouura

* lutris: replace chiiruno with Madouura

* qtchan: replace chiiruno with Madouura

* tinygo: replace chiiruno with Madouura

* vlang: replace chiiruno with Madouura

* merkletools: replace chiiruno with Madouura

* easyjson: replace chiiruno with Madouura

* quicktemplate: replace chiiruno with Madouura

* statik: replace chiiruno with Madouura

* dumb: replace chiiruno with Madouura

* sndio: replace chiiruno with Madouura

* hydron: replace chiiruno with Madouura

* edid-decode-unstable: replace chiiruno with Madouura

* tewisay: replace chiiruno with Madouura

* svt-av1: replace chiiruno with Madouura
2022-04-18 02:13:36 +03:00
Ryan Mulligan
c1514855f5
Merge pull request #167631 from r-ryantm/auto-update/xjadeo
xjadeo: 0.8.10 -> 0.8.11
2022-04-15 17:34:16 -07:00
Malo Bourgon
0e802eafad treewide: add meta.mainProgram to many packages 2022-04-14 10:24:01 -07:00
R. Ryantm
b68eb22b90 xjadeo: 0.8.10 -> 0.8.11 2022-04-07 03:48:17 +00:00
R. Ryantm
9b7e3e288c harvid: 0.8.3 -> 0.9.0 2022-04-04 18:55:36 +00:00
Armeen Mahdian
af3e1dae6a vnc2flv: remove 2022-03-21 12:43:49 -05:00
R. Ryantm
e5c0574ee1 svt-av1: 0.9.0 -> 0.9.1 2022-02-28 09:39:33 +00:00
Jonathan Ringer
46fd0afcb3
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
	pkgs/development/python-modules/pysdl2/default.nix
	pkgs/top-level/aliases.nix
2022-02-06 18:36:59 -08:00
Jan Tojnar
3f8b8a8ebf mjpegtools: correct license 2022-02-06 18:11:28 +01:00
Renaud
047ecd37d3 dvgrab: update homepage 2022-02-06 15:10:29 +01:00
Alyssa Ross
1a60dd2adc
Merge remote-tracking branch 'nixpkgs/staging-next' into staging
Conflicts:
	pkgs/development/python-modules/cupy/default.nix
	pkgs/development/python-modules/staticjinja/default.nix
2022-01-24 15:39:34 +00:00
Atemu
7d1e58dff2 svt-av1: 0.8.7 -> 0.9.0 2022-01-22 22:15:50 +01:00
Atemu
52bec72f73 licenses: add Alliance for Open Media Patent License 1.0 2022-01-22 22:15:50 +01:00
R. Ryantm
db71beb1b2 rav1e: 0.5.0 -> 0.5.1 2022-01-20 14:24:48 +00:00
Robert Schütz
d5cceedbd1 python,pythonPackages: make aliases
Since aliases are disallowed in nixpkgs, this makes usage of Python 2
which is EOL more explicit.
2022-01-16 18:39:59 +00:00
Robert Scott
80f100d29e
Merge pull request #149852 from r-ryantm/auto-update/mjpegtools
mjpegtools: 2.1.0 -> 2.2.1
2021-12-20 01:09:11 +00:00
R. Ryantm
7b5185a1e2 mjpegtools: 2.1.0 -> 2.2.1 2021-12-09 13:37:02 +00:00
github-actions[bot]
2aa3af36ca
Merge staging-next into staging 2021-12-06 12:01:55 +00:00
Jörg Thalheim
ddaafeeebc rav1e: switch to checkType debug
see https://github.com/xiph/rav1e/issues/2851
2021-12-06 09:28:54 +01:00
R. Ryantm
930aee3dd3 rav1e: 0.4.1 -> 0.5.0 2021-11-03 23:11:33 +00:00
figsoda
88b50fce11 rav1e: switch to fetchCrate 2021-10-08 09:26:41 -04:00
R. RyanTM
812e4e7f55 bento4: 1.6.0-638 -> 1.6.0-639 2021-08-20 16:43:48 +00:00
Artturin
97f6138420 atomicparsley: 20210617.200601.1ac7c08 -> 20210715.151551.e7ad03a
and enable tests
2021-08-10 03:48:29 +03:00
davidak
bd27e2e831
Merge pull request #123045 from kira-bruneau/replay-sorcery
replay-sorcery: init at 0.5.0
2021-08-03 07:44:35 +02:00
davidak
5de811010e
Merge pull request #131688 from Stunkymonkey/tools-pname-version1
tools/{X11/video/virtualization} replace name with pname&version
2021-08-02 05:40:50 +02:00
Ben Siraphob
2f94991628 treewide: fix redirected URLs
Using the script in maintainers/scripts/update-redirected-urls.sh
2021-08-01 00:01:50 +07:00
Felix Buehler
b8c370fedf tools/{X11/video/virtualization}: replace name with pname&version 2021-07-27 20:45:57 +02:00
github-actions[bot]
a37fbac53b
Merge master into staging-next 2021-07-25 00:01:35 +00:00
Daniel Olsen
eb07e28d0f swftools: unmark as broken 2021-07-24 21:38:28 +02:00
Sandro
9f1774c721
Merge pull request #130482 from Mindavi/rtmpdump/cross
rtmpdump: support cross-compilation
2021-07-20 12:03:59 +02:00