Commit Graph

431 Commits

Author SHA1 Message Date
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
Sandro
853d235a47
Merge pull request #130493 from SuperSandro2000/rtmpdump 2021-07-18 23:45:03 +02:00
Sandro Jäckel
f271ec3880
rtmpdump: remove ? null from inputs, format, fix version number 2021-07-18 00:22:21 +02:00
Rick van Schijndel
e7ab66c5d3 rtmpdump: support cross-compilation 2021-07-17 22:32:35 +02:00
Sandro
035eabd2ef
Merge pull request #128528 from arcnmx/svtav1-087
svt-av1: 0.8.6 -> 0.8.7
2021-06-30 23:51:55 +02:00
arcnmx
000056c533 svt-av1: 0.8.6 -> 0.8.7
upstream moved from github to gitlab
2021-06-29 20:50:15 -07:00
Felix Richter
55469b8f3b
bento: 1.6.0-637 -> 1.6.0-638 (#128451) 2021-06-30 02:22:58 +02:00
github-actions[bot]
e8122c3628
Merge master into staging-next 2021-06-23 00:09:33 +00:00
R. RyanTM
8f966a153f atomicparsley: 20210124.204813.840499f -> 20210617.200601.1ac7c08 2021-06-18 09:41:50 +00:00
Zhaofeng Li
944e7fb9c2 rav1e: Fix cross-compiling 2021-05-30 17:42:16 -07:00
Kira Bruneau
b6e764bd68 nixos/replay-sorcery: add module 2021-05-22 10:54:24 -04:00
Kira Bruneau
30330899d3 replay-sorcery: init at 0.5.0 2021-05-22 10:54:24 -04:00
Jonathan Ringer
6b15fdce86
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
 pkgs/shells/ion/default.nix
 pkgs/tools/misc/cicero-tui/default.nix
2021-05-20 22:11:42 -07:00
Robert Schütz
ed2314c17e gopro: use ffmpeg instead of ffmpeg_3 2021-05-20 12:05:35 -07:00
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
Fix cargo-flash build
2021-05-16 18:27:14 -07:00
Sandro
d7253ad5e3
Merge pull request #123264 from primeos/rav1e
cargo-c,rav1e: Remove myself as maintainer
2021-05-17 01:58:20 +02:00
Michael Weiss
fe29880472
cargo-c,rav1e: Remove myself as maintainer
I'm not using rav1e anymore and we're now using svt-av1 for ffmpeg-full.
2021-05-16 19:49:44 +02:00
Daniël de Kok
85f96822a0 treewide: fix cargoSha256/cargoHash
Rust 1.50.0 incorporated a Cargo change (rust-lang/cargo#8937) in
which cargo vendor erroneously changed permissions of vendored
crates. This was fixed in Rust
1.51.0 (rust-lang/cargo#9131). Unfortunately, this means that all
cargoSha256/cargoHashes produced during the Rust 1.50.0 cycle are
potentially broken.

This change updates cargoSha256/cargoHash tree-wide.

Fixes #121994.
2021-05-08 00:36:37 -07:00
Alyssa Ross
6e3b5fd046 libungif: remove in favour of giflib
libungif was merged into giflib in 2006, and hasn't been updated
since.  All non-broken packages still using it build fine with giflib.

See <http://giflib.sourceforge.net/history.html>.
2021-04-16 14:06:10 +00:00
Alyssa Ross
6694363a3a swftools: mark insecure; clarify license
Fixes: https://github.com/NixOS/nixpkgs/issues/90991
2021-04-16 14:06:10 +00:00
Mario Rodas
dbcaf8b33f rav1e: fix build on darwin 2021-04-01 14:05:00 +02:00
Michael Weiss
9d0e4e9192
rav1e: 0.4.0 -> 0.4.1 2021-04-01 14:23:44 +02:00
dawidsowa
7b02acac3e
play-with-mpv: init at 2020-05-18 (#93473)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2021-03-31 19:31:50 +02:00
Ben Siraphob
d3c2b7f276 gopro: expand platforms to unix 2021-03-22 14:22:32 +07:00
Ben Siraphob
062e1ffa1b bento4: expand platforms to unix 2021-03-22 14:22:10 +07:00
mitchmindtree
a346a9faa4 xjadeo: init at 0.8.10
xjadeo is the X Jack Video Monitor.

Please refer to the meta attribute for more information on xjadeo.

This commit is part of a PR aimed at enabling video support in ardour.
2021-03-11 12:50:38 +01:00
mitchmindtree
450a1571e4 harvid: init at 0.8.3
harvid decodes still images from movie files and serves them via HTTP.
Please refer to the meta attribute for more information.

This commit is part of a PR aimed at enabling video support in ardour.
2021-03-11 12:49:14 +01:00
Sandro
01470b9314
Merge pull request #113184 from dali99/update_vsci_7_0_13 2021-02-25 01:14:19 +01:00
Daniel Olsen
c47a6e35de vcsi: 7.0.12 -> 7.0.13 2021-02-23 12:21:37 +01:00
Ben Siraphob
223f25cf4a treewide: add targetPrefix to hardcoded references to CC=cc 2021-02-20 01:01:46 +07:00
R. RyanTM
a7f9ab6ea6 atomicparsley: 20210114.184825.1dbe1be -> 20210124.204813.840499f 2021-02-11 13:16:16 +00:00
Robert Schütz
a4db89997b untrunc: make alias of untrunc-anthwlock
The latter has more features and doesn't depend on an outdated version
of libav.
2021-02-02 17:26:36 +01:00
github-actions[bot]
a127deeb88
Merge master into staging-next 2021-01-25 18:52:08 +00:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Jan Tojnar
cc8fd11ffb
Merge branch 'master' into staging-next 2021-01-24 20:41:42 +01:00
volth
bc0d605cf1 treewide: fix double quoted strings in meta.description
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
github-actions[bot]
b27f238893
Merge staging-next into staging 2021-01-20 01:20:12 +00:00
zowoq
31f5dd3f36 treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-20 09:11:11 +10:00
github-actions[bot]
4b0e1b22cf
Merge staging-next into staging 2021-01-18 12:42:12 +00:00
R. RyanTM
9af9718ccb atomicparsley: 20200701.154658.b0d6223 -> 20210114.184825.1dbe1be 2021-01-18 10:18:33 +00:00
github-actions[bot]
3de5f8be30
Merge staging-next into staging 2021-01-17 12:38:53 +00:00
Ben Siraphob
76f93cc731 pkgs/tools: pkgconfig -> pkg-config 2021-01-16 23:49:59 -08:00
Jan Tojnar
643a72b4f1
Merge branch 'staging-next' into staging 2021-01-17 05:52:43 +01:00
Michael Weiss
a6d138c7ad
Merge pull request #109405 from primeos/ffmpeg-full-disable-rav1e
ffmpeg-full: disable rav1e by default (in favor of svt-av1)
2021-01-16 20:35:27 +01:00
Jan Tojnar
e03806bc45
Merge branch 'staging-next' into staging 2021-01-15 17:47:43 +01:00
Michael Weiss
2345e374af
svt-av1: Extend the meta attributes
I've merged my local package definitions with the ones in Nixpkgs.
2021-01-15 14:21:07 +01:00
Ben Siraphob
8c5d37129f pkgs/tools: stdenv.lib -> lib 2021-01-15 17:12:36 +07:00
Michael Weiss
e85084a85b
rav1e: 0.4.0-alpha -> 0.4.0 2021-01-13 17:55:39 +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
Okina Matara
30a7b0a709 svt-av1: init at 0.8.6 2020-12-04 08:07:42 -06:00
zowoq
8bc6e95686 rav1e: fix eval 2020-11-19 23:07:16 +10:00
Okina Matara
85513a7940
rav1e: 0.3.4 -> 0.4.0-alpha 2020-11-18 20:42:33 -06:00
freezeboy
2c233e06d8 flvtool2: remove (broken since 2018) 2020-11-03 11:43:07 +01:00
AndersonTorres
6bc2bf412c atomicparsley: 0.9.6 -> 20200701.154658.b0d6223 2020-10-26 01:13:47 -03:00
makefu
4d883b4d43
bento4: 1.5.1-629 -> 1.6.0-637 2020-10-04 15:02:44 +02:00
Peter Simons
cc2982b79b untrunc: update to latest git version 2020-09-21 10:11:42 +02:00
Michael Weiss
ae0221e4d0 rav1e: 0.3.3 -> 0.3.4 2020-09-10 12:27:20 +02:00
Daniel Olsen
fdefec4f3d vcsi: init at 7.0.12 2020-09-06 02:26:53 +02:00
zowoq
473536e3b5 buildRustPackage: remove platform.all from packages 2020-08-16 12:48:18 +10:00
Michael Weiss
7a01d5aa42
Merge pull request #91050 from primeos/rav1e-cargo-c
Add cargo-c and a C-API for rav1e
2020-08-11 16:22:47 +02:00
José Romildo Malaquias
5b9ec0f003 untrunc-anthwlock: init at 2020.07.18 2020-07-30 13:39:18 -03:00
Michael Weiss
7024a01211
rav1e: Build and install C-compatible libraries
This is required for AV1 encoding support via librav1e in FFmpeg 4.3:
d8bf24459b
2020-06-18 18:49:27 +02:00
Vladimír Čunát
ad141fcbcb
rav1e: fix meta.homepage evaluation
It was broken by e3fa38ec1.
2020-06-13 17:15:25 +02:00
Michael Weiss
e3fa38ec16
rav1e: 0.3.2 -> 0.3.3
The Cargo.lock file is not included in the master branch but it is
currently added for the releases (e.g. [0]). Since the GitHub deploy
action currently fails for other reasons [1] we should use the
Cargo.lock from the repository instead.

[0]: 80573d2bf7
[1]: https://github.com/xiph/rav1e/issues/2373
2020-06-13 15:22:42 +02:00
Doron Behar
01d4e2fe33 treewide: use ffmpeg_3 explicitly if not wanted otherwise
After making `ffmpeg` point to the latest `ffmpeg_4`, all packages that
used `ffmpeg` without requiring a specific version now use ffmpeg_3
explicitly so they shouldn't change.
2020-06-12 11:55:31 -07:00
Michael Weiss
4d0d0b8dd1
rav1e: 0.3.1 -> 0.3.2 2020-05-29 21:34:51 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Frederik Rietdijk
46ec52f329 buildPython*: use pname 2020-03-30 17:07:41 +02:00
Benjamin Hipple
3dcdededf6 rav1e: upgrade cargo fetcher and cargoSha256 2020-03-08 22:27:42 -04:00
Michael Weiss
c852f024cc
rav1e: 0.3.0 -> 0.3.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.1
2020-02-20 11:24:54 +01:00
Benjamin Hipple
eb11feaa0b treewide: change fetchCargoTarball default to opt-out
Changes the default fetcher in the Rust Platform to be the newer
`fetchCargoTarball`, and changes every application using the current default to
instead opt out.

This commit does not change any hashes or cause any rebuilds. Once integrated,
we will start deleting the opt-outs and recomputing hashes.

See #79975 for details.
2020-02-13 22:41:37 -08:00
Michael Weiss
27c0b18970
rav1e: 0.2.1 -> 0.3.0
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.3.0
2020-02-07 16:03:19 +01:00
R. RyanTM
4ac051fde0 bento4: 1.5.1-628 -> 1.5.1-629 2020-01-05 21:08:12 -08:00
Michael Weiss
1c7c1e0529
rav1e: 0.2.0 -> 0.2.1
Changelog: https://github.com/xiph/rav1e/releases/tag/v0.2.1
2020-01-04 20:41:21 +01:00
Robin Gloster
ab0cfd9e03
treewide: NIX_*_COMPILE -> string 2019-12-31 00:10:18 +01:00
Robin Gloster
65395a7105
treewide: installTargets is a list 2019-12-30 13:29:27 +01:00
Merijn Broeren
133103d709
treewide: replace make/build/configure/patchFlags with nix lists 2019-12-30 12:58:11 +01:00
Michael Weiss
fa09b64bc0
rav1e: init at 0.2.0 2019-12-19 14:04:09 +01:00
Vladimír Čunát
f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Ben Wolsieffer
38cac86769 rtmpdump: 2015-12-30 -> 2019-03-30 2019-08-31 13:51:28 -04:00
Ben Wolsieffer
29d9be2e72 rtmpdump: fix build with OpenSSL 1.1 2019-08-31 13:50:54 -04:00
volth
08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Jonathan Ringer
5b30a10a0c gopro: init at 1.0 2019-08-02 08:56:59 -07:00
Daiderd Jordan
f401da6af8
atomicparsley: remove cf-private 2019-07-03 22:20:10 +02:00
Robin Gloster
0dbdf29237
atomicparsley: fix cross 2019-05-02 00:15:30 +02:00
Jan Malakhovski
caff8b7f4c mjpegtools: move defaults to package file 2019-02-03 15:30:40 +00:00
R. RyanTM
5e414d8339 bento4: 1.5.1-627 -> 1.5.1-628
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/bento4/versions
2019-01-17 18:59:37 -08:00
Vladimír Čunát
287144e342
Merge branch 'master' into staging-next 2019-01-10 13:07:21 +01:00
Orivej Desh
e6133502a2 bento4: 1.5.1-624 -> 1.5.1-627 2019-01-08 17:57:30 +00:00
Lengyel Balazs
f4a53ff3bc treewide/xorg: replace *proto with xorgproto 2019-01-04 14:38:57 +01:00
Orivej Desh
8eccf9e284 bento4: fix license
The documentation says GPL2, and the source files also say "or any later version".
https://www.bento4.com/about/
https://github.com/axiomatic-systems/Bento4/blob/v1.5.1-624/Source/C++/CApi/Bento4C.h
2018-12-21 14:12:24 +00:00
Matthew Bauer
8e4b0ceeb2 vncrec: use imake setup hook 2018-11-28 20:14:43 -06:00
Daiderd Jordan
c8e480b4da
atomicparsley: include cf-private on darwin
Undefined symbols for architecture x86_64:
      "_OBJC_CLASS_$_NSDictionary", referenced from:
          objc-class-ref in nsfile.o
          objc-class-ref in nsimage.o
    ld: symbol(s) not found for architecture x86_64
2018-11-05 19:13:33 +01:00
Felix Richter
17685a4022 bento4: init at 1.5.1-624 (#47632) 2018-10-18 11:34:43 +02:00
Markus Kowalewski
d9416449b5
flvtool2: add licenses 2018-09-12 23:12:15 +02:00
Pascal Wittmann
997418e5ee
vnc2flv: add license
see issue #43716
2018-08-04 16:13:28 +02:00
Pascal Wittmann
834bc4d834
vncrec: add license
see issue #43716
2018-08-04 16:10:58 +02:00
Lluís Batlle i Rossell
66d7126255 Take me (viric) out of most maintenance
Since years I'm not maintaining anything of the list below other
than some updates when I needed them for some reason. Other people
is doing that maintenance on my behalf so I better take me out but
for very few packages. Finally!
2018-07-22 21:50:19 +02:00
volth
52f53c69ce pkgs/*: remove unreferenced function arguments 2018-07-21 02:48:04 +00:00